Skip to content

Python script to automatically report port scans intercepted by UFW in the last three minutes to AbuseIPDB

License

Notifications You must be signed in to change notification settings

nexryai/ufw-abuseipdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ufw-abuseipdb

what is this?

Python script to automatically report port scans intercepted by UFW in the last three minutes to AbuseIPDB Please run every 3 minutes with cron ;)

Usage

mv main.py /usr/libexec/report.py
ABUSEIPDB_API_KEY=CHANGEME /usr/bin/python3 /usr/libexec/report.py

crontab

*/3 * * * * ABUSEIPDB_API_KEY=CHANGEME /usr/bin/python3 /usr/libexec/report.py

About

Python script to automatically report port scans intercepted by UFW in the last three minutes to AbuseIPDB

Topics

Resources

License

Stars

Watchers

Forks

Languages