Header pic

abuseip - Easy checking IP addresses with abuseipdb api

https://www.abuseipdb.com/contributor/170197.svg

abuseip ist eine einfache Möglichkeit IP-Adressen auf missbräuchliches und verdächtiges Verhalten zu überprüfen. Es ist eine von mir erstellte Sofware, die ein Arbeiten mit dieser API angenehmer gestaltet. Dieses Tutorial erklärt euch, wie ihr abuseip verwenden könnt. Die Abfrage von IP-Adressen ist manchmal goldwert!

⚠ Wichtige Informationen:

Um effektiv mit abuseip zu arbeiten, ist die Verwendung der Linux-Shell und ein freies Konto auf https://www.abuseipdb.com/ notwendig.

Dies ist die Hilfe zu abuseip

abuseip: Help
=============

abuseip is a script to check ip addresses for maliciousness using the abuseipdb.com API.
To use it, you have to register on https://www.abuseipdb.com/register?plan=free and
create an api key on https://www.abuseipdb.com/account/api

Values:
api:     https://api.abuseipdb.com/api/v2/check
api key:

Usage:
a) abuseip ip-address
b) abuseip parameter
c) abuseip parameter list

Parameters:
ip-address     Directly checks an ip address
-l | --list    Inserts an ip address list for bulk check
-v | --verbose Gives all information of checked ip address (not in use yet)
-h | --help    Shows this help page (very usefull by using it at the moment)

Example:
./abuseip 1.2.3.4
./abuseip -l /path/to/list.txt
./abuseip --list /path/to/list.txt

Bulk check - important point:
If you want to check an ip address list, please check the list function in the code.
There are two options for checking:
- first one is just checking listed ip addresses
- second one is a special check for a special file (for demo purposes :D )

Export:
The program asks you to create an export by using a bulk check.
If you agree, abuseip creates a csv file in the directory where abuseip is.
Integrated column headings are:
- IP address (ip)
- percentage of abuse (acs)
- report count (count)
- country code (country)

Output:
Checking an IP address gives you an output like this:
218.92.0.226 is 100 % bad by 18699 reports

The csv output per line looks like this:
218.92.0.226,100,18699,CN

abuseip 1.3.2 for a better internet!
Thanks to abuseipdb for the API.

created by Toxic-OS

Links und Quellen

Sollten Sie Fragen, Anregungen oder Verbesserungsvorschläge haben (jeder kann sich ja täuschen), dann senden Sie mir bitte via Kontakt eine Nachricht zu. Vielen Dank!

abuseip zum Download:
download

20.08.2019 - 15:17 Uhr - Oliver Stech