You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
2 years ago
|
# Fail2Ban filter for fake Googlebot User Agents
|
||
|
|
||
|
[Definition]
|
||
|
|
||
|
failregex = ^<HOST> .*Googlebot.*$
|
||
|
|
||
|
ignoreregex =
|
||
|
|
||
|
datepattern = ^[^\[]*\[({DATE})
|
||
|
{^LN-BEG}
|
||
|
|
||
|
# DEV Notes:
|
||
|
#
|
||
|
# Author: Lee Clemens
|
||
|
# Thanks: Johannes B. Ullrich, Ph.D.
|
||
|
# Reference: https://isc.sans.edu/forums/diary/When+Google+isnt+Google/15968/
|