Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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 0 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.