Skip to content

The following module takes a server log file and parses IP's with more than 100 hits, runs them through the AbuseIPDB API to check their locations and sorts them by highest abuseConfidenceScore. A module that should help find malicious IP's. You will need an abuseIPDB API key free at http://abuseipdb.com/ as well as have Python and Requests install

Notifications You must be signed in to change notification settings

vladjpuscasu/ServerIPLogChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ServerIPLogChecker

The following module takes a server log file and parses IP's with more than 100 hits, runs them through the AbuseIPDB API to check their locations and sorts them by highest abuseConfidenceScore. A module that should help find malicious IP's. You will need an abuseIPDB API key free at http://abuseipdb.com/ as well as have Python and Requests installed - pip install requests

About

The following module takes a server log file and parses IP's with more than 100 hits, runs them through the AbuseIPDB API to check their locations and sorts them by highest abuseConfidenceScore. A module that should help find malicious IP's. You will need an abuseIPDB API key free at http://abuseipdb.com/ as well as have Python and Requests install

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages