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.
This is an unofficial pythonic implementation of ANX's API, described here API documentation
PLEASE DON'T USE EARLIER VERSIONS THEN 0.2.5 SINCE IT INCLUDED A BAD DEPENDENCY
This is alpha state software, and I haven't bothered with documentation yet.
usage: main.py [-h] [-k APIKEY] [-d DOMAIN] [-v]
{get,g,add,a,update,u,delete,d,del} ...
optional arguments:
-h, --help show this help message and exit
-k APIKEY, --apikey APIKEY
API key used in request header
-d DOMAIN, --domain DOMAIN
Domain name
-v, --verbose Verbose
Actions:
{get,g,add,a,update,u,delete,d,del}
Action to perform
get (g) Get records
add (a) Add record
update (u) Update record
delete (d, del) Delete record
Client requires two parameters APIKEY and DOMAIN. These can be provided as ENV or arguments in the call.
export ANXDNS_APIKEY=keygoeshere
export ANXDNS_DOMAIN=domain.se
or
./bin/anxdnsclient -d domain.se --apikey keygoeshere
Get all records
./bin/anxdnsclient -d domain.se --apikey keygoeshere get
Get records by name
./bin/anxdnsapi get -n www.domain.se -d domain.se --apikey keygoeshere
Get TXT records by txt
./bin/anxdnsapi get -t txtrecord -d domain.se --apikey keygoeshere
Released 10nd August 2019
FAQs
Python client to communicate with ANX DNS API
We found that pyanxdns 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
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.