Skip to content

tanjyosai/Security-Automation-IP-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Security Automation: IP Reputation Checker

Python VirusTotal Automation

Overview

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.

Features

  • Secure Secret Management: Uses .env files 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.

Tech Stack

  • Language: Python
  • Libraries: requests, python-dotenv
  • API: VirusTotal v3

How to Run

  1. Clone the repository.
  2. Install dependencies: pip install -r requirements.txt
  3. Add your VirusTotal API key to a .env file.
  4. Run python check_reputation.py.

Tool in Action

Tool in Action

About

Automated IP reputation triage tool using VirusTotal API to assist SOC analysts in identifying malicious Indicators of Compromise (IoCs).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages