This tool automates the process of checking IP addresses against VirusTotal's Threat Intelligence database. Instead of manual lookups, SOC analysts can use this script to triage Indicators of Compromise (IoCs) quickly.
- Secure Secret Management: Uses
.envfiles to prevent API key exposure. - Real-time Data: Pulls the latest analysis stats from 70+ antivirus engines.
- Error Handling: Includes robust checks for network issues and API limits.
- Language: Python
- Libraries:
requests,python-dotenv - API: VirusTotal v3
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt - Add your VirusTotal API key to a
.envfile. - Run
python check_reputation.py.
