mirror of https://github.com/fail2ban/fail2ban
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
|
# Fail2Ban filter for fake Googlebot User Agents
|
||
|
|
||
|
[Definition]
|
||
|
|
||
|
failregex = ^<HOST> .*Googlebot.*$
|
||
|
|
||
|
ignoreregex =
|
||
|
|
||
|
|
||
|
# DEV Notes:
|
||
|
#
|
||
|
# Author: Lee Clemens
|
||
|
# Thanks: Johannes B. Ullrich, Ph.D.
|
||
|
# Reference: https://isc.sans.edu/forums/diary/When+Google+isnt+Google/15968/
|