1 2 3 4 5 6 7 8 9
|
$ mmdbinspect -db test/data/test-data/GeoLite2-ASN-Test.mmdb 2600:6000::
database_path: test/data/test-data/GeoLite2-ASN-Test.mmdb
requested_lookup: "2600:6000::"
network: 2600:6000::/20
record:
autonomous_system_number: 237
autonomous_system_organization: Merit Network Inc.
$ mmdbinspect -jsonl -db test/data/test-data/GeoLite2-ASN-Test.mmdb 2600:6000::
{"database_path":"test/data/test-data/GeoLite2-ASN-Test.mmdb","requested_lookup":"2600:6000::","network":"2600:6000::/20","record":{"autonomous_system_number":237,"autonomous_system_organization":"Merit Network Inc."}}
|