Skip to content

Releases: oprand/opr

v0.0.3

18 Jul 06:38
6e2a253
Compare
Choose a tag to compare

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