sfp_alienvault - poppopjmp/spiderfoot GitHub Wiki
Purpose: Queries AlienVault OTX for threat intelligence, indicators of compromise, and reputation data related to the target domain, IP, or email. Useful for threat detection and enrichment.
Category: Threat Intelligence / IOC Enrichment
- 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_alienvaultDomain: example.com
OTX Pulses: 2
Indicators: malicious, phishing
Related IPs: 1.2.3.4, 5.6.7.8
- AlienVault OTX API key (required)
- Use to correlate threat intelligence and enrich investigations.
- Combine with sfp_virustotal and sfp_shodan for deeper context.
Authored by poppopjmp