
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
Simple dns manager, allows you to easily define your own domains handled by it.
Simple dns manager, allows you to easily define your own domains handled by it.
By default, dnsman reads /etc/dnsman/records and responds to requests by choosing the most specific entry.
# /etc/dnsman/records
# Upstream/fallback servers
nameserver 8.8.8.8
nameserver 8.8.4.4
# Proxy example.com to these, ordered by priority
ns .example.com 1.1.1.1
ns .example.com 1.0.0.1
# Route the .dev tld to localhost
a .dev 127.0.0.1
txt .domain.com "text entry"
txt .domain.com "includes""quotes"
Normally, dns servers will respond with an upstream server to the client and let the client make a new request to that server. This server will pretend to be all-knowing, or at least for the first hop, forwarding the request to a known upstream server if it doesn't know.
Matching records is performed by the tailing end of the request. Assume requests always have a dot prepending their least signigicant section.
| Config | Request | Matches |
|---|---|---|
| .dev | mydomain.dev | yes |
| .dev | example.dev | yes |
| example.com | example.dev | no |
| example.com | example.com | yes |
| example.com | 1example.com | yes |
| example.com | sub.example.com | yes |
| example.com | sub.1example.com | yes |
| .example.com | example.com | yes |
| .example.com | 1example.com | no |
| .example.com | sub.example.com | yes |
| .example.com | sub.1example.com | no |
FAQs
Simple dns manager, allows you to easily define your own domains handled by it.
The npm package dnsman receives a total of 0 weekly downloads. As such, dnsman popularity was classified as not popular.
We found that dnsman 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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.