Skip to content

IPriskIQ is a tiny python script used for domain and reputation discovery from a IPs pool.

Notifications You must be signed in to change notification settings

varoyzf/IPriskIQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

IPriskIQ

IPriskIQ is a tiny python script used for domain and reputation discovery. This script uses the RiskIQ API to get the information, so you must register in their website and obtain a valid token (https://community.riskiq.com/login)

You can easily run the script using python 2.7 or above, giving the riskiq username followed by the token and providing a text file with all the IPs to be tested.

Example:

python ipriskiq.py <your_riskiq_username> <your_riskiq_token> file.txt
python ipriskiq.py your@email.com  b1dfd4b186941a3d4b18691eff7747582756d4b1869de120b3 ips.txt

The text file must contain the IPs line by line:

ips

The output of the script will retrive all the different domains asociated to a single IP, the classification and the tags associated to each domain.

ipriskiq

About

IPriskIQ is a tiny python script used for domain and reputation discovery from a IPs pool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages