
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
The DNS Golden Standard: A DNS server aiming to return all acceptable IPs for a query
#DNS Golden Standard
Return all possible IPs returned by a service in TXT records.
dig @dgs-server TXT twitter.com +tcp
npm install dgs
node index.js
DGS is not a DNS server in the classic sense, we just use the same delivery mechanism, since it is meant to be used in tandem with a standard DNS client. DGS allows clients to verify that an IP they have received for a service is actually correct, by providing the netblock spaces that are owned by domains. See: What is this for?
DGS will make several queries on your behalf to determine correct IPs for the services you query. As such, TCP is used to discourage apmplification attacks being used against the service.
When trying to figure out if the IP address you have been given for a service is correct, there hasn't been a great baseline or golden standard that can be used for that comparison. This attempts to rectify that situation by providing the known scopes that services use for their resolutions.
FAQs
The DNS Golden Standard: A DNS server aiming to return all acceptable IPs for a query
The npm package dgs receives a total of 4 weekly downloads. As such, dgs popularity was classified as not popular.
We found that dgs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.