aleksandarristic / check_rep

Check IP or Domain reputation against open-source Blacklists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check Reputation

Generic badge Twitter

Check IP or Domain reputation against several open-source Blacklists.

Option to create a Geolocation map file using coordinates derived from freegeoip.live.

Note: Use of VirusTotal option requires an API key. The service is free, however you must register for an account to aquire an API key.

   ________              __      ____
  / ____/ /_  ___  _____/ /__   / __ \___  ____
 / /   / __ \/ _ \/ ___/ //_/  / /_/ / _ \/ __ \
/ /___/ / / /  __/ /__/ ,<    / _, _/  __/ /_/ /
\____/_/ /_/\___/\___/_/|_|  /_/ |_|\___/ .___/
                                       /_/

Check IP and Domain Reputation
usage: check_rep.py [-h] [-q Q] [--log] [--vt] [--fg | --mx FILE [FILE ...]]

Check IP or Domain Reputation

required arguments:
  -q Q                  query ip address or domain

options:
  -h, --help            show this help message and exit
  --log                 log results to file
  --vt                  check virustotal
  --fg                  use freegeoip for geolocation
  --mx FILE [FILE ...]  geolocate multiple ip addresses or domains

    Options
    --------------------
    freegeoip [freegeoip.live]  - free/opensource geolocation service
    virustotal [virustotal.com] - online multi-antivirus scan engine

    * NOTE:
    Use of the VirusTotal option requires an API key.
    The service is "free" to use, however you must register
    for an account to receive an API key.

Installation

git clone https://github.com/dfirsec/check_rep.git
cd check_rep
pip install -r requirements.txt

Example Run

asciicast

Geolocation Map File

alt text

About

Check IP or Domain reputation against open-source Blacklists.

License:MIT License


Languages

Language:Python 100.0%