7 lines
320 B
Plaintext
7 lines
320 B
Plaintext
|
|
# Fail2ban filter for SkyArtShop general attacks
|
||
|
|
[Definition]
|
||
|
|
failregex = ^<HOST> -.*"(GET|POST|HEAD).*HTTP.*" (404|444|403|400) .*$
|
||
|
|
^<HOST> -.*"(GET|POST).*\.(php|asp|aspx|cgi|jsp).*HTTP.*" .*$
|
||
|
|
^<HOST>.*"(union|select|insert|cast|set|declare|drop|update|md5|benchmark).*HTTP.*".*$
|
||
|
|
ignoreregex =
|