sfp_securitytrails - poppopjmp/spiderfoot GitHub Wiki
Purpose: Integrates with the SecurityTrails API to gather passive DNS, WHOIS, and infrastructure data for the target domain or IP. Useful for asset discovery, historical analysis, and threat intelligence.
Category: Threat Intelligence / Asset Discovery
- Enabled for domain and IP targets.
- Can be run from the web UI or CLI:
python sf.py -s example.com -t DOMAIN_NAME -m sfp_securitytrailsDomain: example.com
Passive DNS: 93.184.216.34, 93.184.216.35
WHOIS: Registrar, creation date, etc.
Related Domains: dev.example.com, mail.example.com
- SecurityTrails API key (required)
- Use to enrich asset inventory and discover related infrastructure.
- Combine with sfp_dnsresolve and sfp_whois for full mapping.
Authored by poppopjmp