Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 399 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 399 Bytes

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