sfp_virustotal - poppopjmp/spiderfoot GitHub Wiki
Purpose: Integrates with the VirusTotal API to check domains, IPs, and files for malware, reputation, and threat intelligence. Useful for identifying malicious assets and correlating threat data.
Category: Threat Intelligence / Malware Analysis
- Enabled for domain, IP, and file hash targets.
- Can be run from the web UI or CLI:
python sf.py -s example.com -t DOMAIN_NAME -m sfp_virustotalDomain: example.com
Detections: 2/70
Malicious: Yes
Categories: phishing, malware
- VirusTotal API key (required)
- Use to quickly check if a domain, IP, or file is flagged as malicious.
- Combine with sfp_shodan and sfp_breach for comprehensive threat context.
Authored by poppopjmp