sfp_ipinfo - poppopjmp/spiderfoot GitHub Wiki
Purpose: Queries the IPinfo API for geolocation, ASN, and network information about the target IP address. Useful for mapping infrastructure and identifying hosting providers.
Category: Infrastructure Mapping / Geolocation
- Enabled for IP address targets.
- Can be run from the web UI or CLI:
python sf.py -s 8.8.8.8 -t IP_ADDRESS -m sfp_ipinfoIP: 8.8.8.8
Location: United States, California
ASN: AS15169 (Google LLC)
ISP: Google
- IPinfo API key (optional, for higher rate limits)
- Use to enrich IP addresses with geolocation and ASN data.
- Combine with sfp_shodan and sfp_portscan_tcp for full context.
Authored by poppopjmp