snippetbashTip
asnmap — A Go CLI tool for mapping organization network ranges using ASN information. Note: An API key is req
Viewed 0 times
asnmapcommandorganizationclitoolmappingfor
Problem
How to use the
asnmap command: A Go CLI tool for mapping organization network ranges using ASN information. Note: An API key is required from ProjectDiscovery Cloud Platform for the tool to work. More information: <https://github.com/projectdiscovery/asnmap#usage>.Solution
asnmap — A Go CLI tool for mapping organization network ranges using ASN information. Note: An API key is required from ProjectDiscovery Cloud Platform for the tool to work. More information: <https://github.com/projectdiscovery/asnmap#usage>.Lookup CIDR ranges for an ASN:
asnmap {{[-a|-asn]}} {{AS5650}} -silentLookup CIDR ranges for an IP address:
asnmap {{[-i|-ip]}} {{100.19.12.21}} -silentLookup CIDR ranges for a domain:
asnmap {{[-d|-domain]}} {{example.com}} -silentLookup CIDR ranges for an organization:
asnmap -org {{GOOGLE}} -silentLookup CIDR ranges from a file of targets:
asnmap {{[-f|-file]}} {{targets.txt}} -silentOutput results in JSON format:
asnmap {{[-d|-domain]}} {{facebook.com}} {{[-j|-json]}} -silentOutput results in CSV format:
asnmap {{[-a|-asn]}} {{AS394161}} {{[-c|-csv]}} -silentUpdate asnmap to the latest version:
asnmap {{[-up|-update]}}Code Snippets
Lookup CIDR ranges for an ASN
asnmap {{[-a|-asn]}} {{AS5650}} -silentLookup CIDR ranges for an IP address
asnmap {{[-i|-ip]}} {{100.19.12.21}} -silentLookup CIDR ranges for a domain
asnmap {{[-d|-domain]}} {{example.com}} -silentLookup CIDR ranges for an organization
asnmap -org {{GOOGLE}} -silentLookup CIDR ranges from a file of targets
asnmap {{[-f|-file]}} {{targets.txt}} -silentContext
tldr-pages: common/asnmap
Revisions (0)
No revisions yet.