Line 3... |
Line 3... |
3 |
# Author: Russell Odom <russ@gloomytrousers.co.uk>, Daniel Black
|
3 |
# Author: Russell Odom <russ@gloomytrousers.co.uk>, Daniel Black
|
4 |
# Sends a complaint e-mail to addresses listed in the whois record for an
|
4 |
# Sends a complaint e-mail to addresses listed in the whois record for an
|
5 |
# offending IP address.
|
5 |
# offending IP address.
|
6 |
# This uses the https://abusix.com/contactdb.html to lookup abuse contacts.
|
6 |
# This uses the https://abusix.com/contactdb.html to lookup abuse contacts.
|
7 |
#
|
7 |
#
|
8 |
# DEPENDANCIES:
|
8 |
# DEPENDENCIES:
|
9 |
# This requires the dig command from bind-utils
|
9 |
# This requires the dig command from bind-utils
|
10 |
#
|
10 |
#
|
11 |
# You should provide the <logpath> in the jail config - lines from the log
|
11 |
# You should provide the <logpath> in the jail config - lines from the log
|
12 |
# matching the given IP address will be provided in the complaint as evidence.
|
12 |
# matching the given IP address will be provided in the complaint as evidence.
|
13 |
#
|
13 |
#
|