Skip to content

Outs1d3r-Net/sentinel_b1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentinel B1

For find threat IPs with AbuseipDB API.

Banner

Dependencies

Most of the libraries used are already native to Python3, but make sure you have adequate support for each of them.

requests:

agentsmith@matrix:~$ python3 -m pip install requests

json:

agentsmith@matrix:~$ python3 -m pip install json

sys:

agentsmith@matrix:~$ python3 -m pip install sys

Variables

There are only 3 variables that need attention before the script is executed.

Variables

    • URL:
      • This variable is found in line 11 of the script and it sets the API endpoint of abuseIPDB.
    • API_KEY:
      • This variable is in line 12 of the script and it should contain the API key for your account at https://www.abuseipdb.com/ (registration is free.)
    • MXAGEDAYS:
      • This variable is on line 13 of the script and it sets the search time on the abuseipdb base in days.

Single Scan

For single scan execute the follow command:

agentsmith@matrix:~$ python3 sentinelb1.py --single <TARGET_IP>

SingleScan

Multiple Scan

For scan with list IP's execute the follow command:

agentsmith@matrix:~$ python3 sentinelb1.py -l <LIST_IPs.txt>

MultipleScan

Hashes

Sha512

a622c298dd42d47f4e8b4838e2529b0f159eafab4d198198d441ca9360830ec12ed7d942abb1e04f82efa9e3ae67edefd54463a2ba9477cea2a4e214f425db99  sentinelb1.py

Sha256

ec4ad2c564de2e64c4fc06dedc76a0500c820bac5b5c655ff20322ddcd776518  sentinelb1.py

MD5

5f9ae7c7013f33b13cc85b7c811a918b  sentinelb1.py

🐸

About

Just a script to automate queries on abuseIPDB.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages