
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
RactorDNS is a work-in-progress concurrent DNS server built with Ruby 3.0 Ractors.
Install the gem and add to the application's Gemfile by executing:
bundle add ractor_dns
If bundler is not being used to manage dependencies, install the gem by executing:
gem install ractor_dns
server = RactorDNS::Server.new(
port: 8053,
authority: ["ns.ractordns.local", 300, RRs::IN::A.new("1.1.1.1")],
cpu_count: 12,
zones: {
"google.com" => [
{
name: "google.com",
ttl: 300,
rr: RRs::IN::A.new("8.8.8.8")
},
{
name: "test.google.com",
ttl: 300,
rr: RRs::IN::A.new("1.1.1.1")
}
]
}
)
transaction = RactorDNS::Transaction.new do |zones|
zones["google.com"][0][:rr] = RRs::IN::A.new("2.2.2.2")
end
server.zones.transact transaction
After checking out the repo, run bin/setup
to install dependencies. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and the created tag, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome at https://codeberg.org/oblong/ractor_dns.
FAQs
Unknown package
We found that ractor_dns demonstrated a healthy version release cadence and project activity because the last version was released less than 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
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.