sfp_threatcrowd - poppopjmp/spiderfoot GitHub Wiki
Purpose: Queries the ThreatCrowd API for information about domains, IPs, and emails, including related infrastructure and threat intelligence. Useful for mapping relationships and identifying malicious assets.
Category: Threat Intelligence / Infrastructure Mapping
- Enabled for domain, IP, and email targets.
- Can be run from the web UI or CLI:
python sf.py -s example.com -t DOMAIN_NAME -m sfp_threatcrowdDomain: example.com
Related IPs: 1.2.3.4, 5.6.7.8
Related Domains: badsite.com, evil.com
Malicious: Yes
None
- Use to uncover infrastructure relationships and threat actor activity.
- Combine with sfp_virustotal and sfp_shodan for deeper context.
Authored by poppopjmp