Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@brontosorus brontosorus released this 18 Jul 06:38
· 2 commits to master since this release
6e2a253

Access ASN data with the opr asn command:

  • ASN lookup: opr asn AS3
  • ASN lookup by IP: opr asn 1.1.1.1
  • ASN lookup by domain: opr asn example.com
  • ASN lookup by email domain: opr asn @orange.com
  • Your IP's ASN: opr asn me
# Batch queries possible:
opr asn AS5,8.8.8.8 @google.com

# Return results in JSON:
opr asn --json example.com

## Return all IPs under an ASN:
opr asn --ip AS5

## Return all CIDR under an ASN:
opr asn --cidr AS5

## Read from stdin:
echo tesla.com | opr asn

Changelog

Full Changelog: v0.0.1...v0.0.3