Registry / networking / projectdiscovery-asnmap

projectdiscovery-asnmap

JSON →
library1.1.1gogounverified

A Go library for mapping ASN (Autonomous System Number) information.

go get github.com/projectdiscovery/asnmap
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-A
P
projectdiscovery-asnmap
networkinggov1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

asnmap
github.com/projectdiscovery/asnmap

Look up ASN information for a given AS number.

package main import ( "fmt" "github.com/projectdiscovery/asnmap" ) func main() { client := asnmap.NewClient() result, _ := client.Lookup("AS15169") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Bingbot
1
Resources
projectdiscovery-asnmap — go get projectdiscovery-asnmap · libregistry