
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.
= designate
Designate is a simple Ruby wrapper for the Zerigo API v1.1 specification.
= Usage
d = Designate::Client.new("example@email.com", "30f1b76a010d062c22b07bda66c1d9f0")
Get all zones:
d.zones
Create a new zone:
d.create_zone("example.com")
Find a specific zone:
d.find_zone_by_id(12345) d.find_zone_by_domain("example.com")
Get all zone templates:
d.templates
Find a template:
d.find_template(12345)
Get all hosts in a zone:
d.find_zone_by_domain("example.com").hosts
Create host:
d.find_zone_by_domain("example.com").create_host("MX", "mx1.example.com.")
The next features have only been tested in conjunction with capify-cloud. I recommend further testing before adding them to your projects. Also works via Capistrano, using zerigo.yml: :username: "username" :key: "API Key" :domain: "example.com"
Within your project: application = "test" cap <server_name> zerigo:first_time
retrieves the first part of the from the remote machine and creates: CNAME, .example.com => actual DNS name, as specified in your server address. CNAME, -test.example.com => web.example.com
Nothing will be created if the DNS names are already in use. If the domain does not exist, it will be created.
== Copyright
Copyright (c) 2010 James Miller. See LICENSE for details.
FAQs
Unknown package
We found that zerigo-designate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.