← 返回命令列表

Linux command

asnmap 命令

网络

需要网络或远程资源。

常用示例

Lookup

asnmap -ip [8.8.8.8]

Example

asnmap -d [google.com]

Example

asnmap -a [AS15169]

Example

asnmap -org "[Google LLC]"

Example

asnmap -a [AS15169] -json

说明

asnmap quickly maps ASN (Autonomous System Number) information. It can lookup ASN from IP addresses, domains, or organization names, and return associated IP ranges. This is useful for reconnaissance, network mapping, and understanding organizational IP allocations.

参数

-ip _address_
Lookup ASN for IP address
-d _domain_
Lookup ASN for domain
-a _asn_
Get IP ranges for ASN
-org _name_
Search by organization name
-json
JSON output
-silent
Silent mode
-o _file_
Output file

FAQ

What is the asnmap command used for?

asnmap quickly maps ASN (Autonomous System Number) information. It can lookup ASN from IP addresses, domains, or organization names, and return associated IP ranges. This is useful for reconnaissance, network mapping, and understanding organizational IP allocations.

How do I run a basic asnmap example?

Run `asnmap -ip [8.8.8.8]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -ip _address_ do in asnmap?

Lookup ASN for IP address