ASNMap
Purpose
ASNMap discovers CIDR ranges from ASN or organization-name inputs.
Plugin Information
Plugin ID: asnmap
Category: Experimental
Plugin Type: recon
Execution: CLI recon
Default State: disabled
Default Profiles:
- Not included in the default
scan_profilesconfiguration.
Input Scope
Accepted asset types:
asnorg_name
Required metadata:
- None
Produces targets:
- Newline-delimited ASN or organization names on stdin.
Output
Creates assets:
cidr
Creates vulnerabilities:
- None
May enrich:
- CIDR assets with ASN and organization metadata.
Metadata:
asn: ASN from ASNMap output.org: organization name from ASNMap output.source:asnmap.
Graph Relations
The worker derives ASN and ownership edges from CIDR metadata:
asn -> announces -> cidr
organization-name asset -> owns -> asn
The organization-name asset is represented as a domain asset with a normalized value derived from the organization name.
Files / Artifacts
Produces:
- None
Dependencies
Required binary: asnmap
Required installer entry: tools.asnmap
Command model:
asnmap -json -silent
Example Flow
asn
-> asnmap
cidr
Notes
Experimental and disabled by default. The parser accepts JSON lines and plain CIDR lines.