Categories: Kali Linux

SIPI – Simple IP Information Tools for Reputation Data Analysis

SIPI tool is aimed for Incident Response Team and anyone what’s want to know the behaviour of the “suspicious” IP Address. The tools do search looking for reputation info from a set of open threat intelligence sources. Information about this IP like malware activity, malicious activity, blacklist, spam and botnet activity.

Also Read Idisagree – Control Remote Computers Using Discord Bot & Python 3

Depedencies:
  • request
  • shodan
Installation:
pip install requests & easy_install shodan
git clone "repositori"
config API token into config.json
try: $> python sipi.py any_ip -A

SIPI Descripcion

Simple IP Information Tool

sIPi - is a free reconnaissance tool for obtain IP Address Information from
 many Open Sources: cymon.io | shoda.io | ipinfo.io

Julian J. Gonzalez Caracuel

It is a tool that analyzes an IP or IP list, obtaining as a result information about:

       - reputación / actividad
 - nivel de exposición 
 - geolocalización

Reputation / detection of the IP in blacklists according to the following categories:

 Source: cymon.io - Cymon is the largest open tracker of malware, phishing, botnets, spam, and more
   
           ['malware',
    'botnet',
    'spam',
    'phishing',
    'malicious activity',
    'blacklist',
    'dnsbl']

Nivel de exposición:

Source: shodan.io - Shodan is the world's first search engine for Internet-connected devices.
 
Obtiene información toda la dirección IP que tiene SHODAN sobre la dirección IP, dependiendo del nivel de acceso al motor SHODAN 
se podra obtener información con mayor cantidad de datos (número de puertos, banner, geolocalización)
 
Geolocalización:

Source: ipinfo.io
Obtiene información simple de la dirección IP, geolocalización e información sobre el ASN, permite un ratio de 1000/day

Installation Requirements

cymon.io  - Necesita token de autenticación - usuario registrado ratio: 1000/days
shodan.io - Necesita token de autenticación - usuario registrado limite 100 resultados, puertos limitados

The configuration of the tokens is entered in File: config.json, which must be in the directory where sipi.py is executed << API token from all service is setting up into a “config.json” filename place in the root directory >>

Dependencias

requests

pip install requests

shodan

easy_install shodan

R K

Recent Posts

Starship : Revolutionizing Terminal Experiences Across Shells

Starship is a powerful, minimal, and highly customizable cross-shell prompt designed to enhance the terminal…

14 hours ago

Lemmy : A Decentralized Link Aggregator And Forum For The Fediverse

Lemmy is an innovative, open-source platform designed for link aggregation and discussion, providing a decentralized…

14 hours ago

Massive UX Improvements, Custom Disassemblers, And MSVC Support In ImHex v1.37.0

The latest release of ImHex v1.37.0 introduces a host of exciting features and improvements, enhancing…

16 hours ago

Ghauri : A Powerful SQL Injection Detection And Exploitation Tool

Ghauri is a cutting-edge, cross-platform tool designed to automate the detection and exploitation of SQL…

19 hours ago

Writing Tools : Revolutionizing The Art Of Writing

Writing tools have become indispensable for individuals looking to enhance their writing efficiency, accuracy, and…

19 hours ago

PatchWerk : A Tool For Cleaning NTDLL Syscall Stubs

PatchWerk is a proof-of-concept (PoC) tool designed to clean NTDLL syscall stubs by patching syscall…

2 days ago