HasnSobhy / IPcheckER

This tool is designed to facilitate the assessment of the reputation of a given list of IP addresses across multiple threat intelligence sources. Its primary function is to generate comprehensive reports for any specified IP address, providing valuable insights into its potential threat level.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP Reputation Assessment Tool

This tool is designed to facilitate the assessment of the reputation of a given list of IP addresses across multiple threat intelligence sources. Its primary function is to generate comprehensive reports for any specified IP address, providing valuable insights into its potential threat level.

Features

  • Evaluate the reputation of IP addresses using various threat intelligence sources.
  • Generate detailed reports for each IP address, including threat indicators and risk assessment.
  • Easy-to-use command-line interface for interacting with the tool.
  • Customize the sources used for reputation assessment based on your requirements.

Installation

  1. Clone this repository:

    git clone git@github.com:HasnSobhy/IPcheckER.git
    cd IPcheckER
    pip install -r requirements.txt
    
  2. prerequisites

    You must add API key for (Virustotal - IBM Xforce - AbuseIPdb - AlienVault) for the first time only.

    Ensure that you have the "ips.txt" file available in the current directory. If the file does not exist, create it in the current directory and add all IPs which will be scanned.

Usage

python IPcheckER.py

Contributing

Contributions are welcome! If you find a bug or want to enhance the tool's functionality, feel free to open an issue or submit a pull request.

About

This tool is designed to facilitate the assessment of the reputation of a given list of IP addresses across multiple threat intelligence sources. Its primary function is to generate comprehensive reports for any specified IP address, providing valuable insights into its potential threat level.


Languages

Language:Python 76.3%Language:HTML 23.7%