Git Product home page Git Product logo

check_rep's Introduction

Check Reputation

Generic badge Twitter

check_rep.py Check IP or Domain reputation against 400+ open-source Blacklists. Utilizes asynchronous execution with threads for faster querying.

Option to create a Geolocation map file using coordinates derived from freegeoip.live, or MaxMind GeoLite.

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.

usage: check_rep.py [-h] [-q query] [--log] [--vt]
                    [--fr | --mm | --mx FILE [FILE ...]]

Check IP or Domain Reputation

required arguments:
  -q query              query ip address or domain

optional arguments:
  -h, --help            show this help message and exit
  --log                 log results to file
  --vt                  check virustotal
  --fr                  use freegeoip for geolocation
  --mm                  use maxmind (geolite) for geolocation
  --mx FILE [FILE ...]  geolocate multiple ip addresses or domains

    Geolocation Options
    --------------------
    freegeoip [freegeoip.live]  - free/opensource geolocation service                  
    maxmind   [dev.maxmind.com] - uses a geolite db file for geolocation         
    
    * 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.

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

check_rep's People

Contributors

dfirsec avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.