Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
53744eae
Commit
53744eae
authored
Oct 23, 2013
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fail2ban: add apache-overflows
parent
50c86922
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
apache-overflows.conf
fail2ban/filter.d/apache-overflows.conf
+22
-0
apache-overflows
fail2ban/test.d/apache-overflows
+1
-0
No files found.
fail2ban/filter.d/apache-overflows.conf
0 → 100644
View file @
53744eae
# Fail2Ban configuration file
#
# Author: Tim Connors
#
# $Revision$
#
[
Definition
]
# Option: failregex
# Notes.: Regexp to catch Apache overflow attempts.
# Values: TEXT
#
# Oct 23 23:10:53 site suhosin[18331]: ALERT - configured GET variable value length limit exceeded - dropped variable 'f' (attacker '91.215.78.104'
failregex
= [[]
client
<
HOST
>[]] (
Invalid
(
method
|
URI
)
in
request
|
request
failed
:
URI
too
long
|
erroneous
characters
after
protocol
string
)
ALERT
-
configured
GET
variable
value
length
limit
exceeded
-
dropped
variable
.* \(
attacker
'<HOST>'
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
# Values: TEXT
#
ignoreregex
=
fail2ban/test.d/apache-overflows
0 → 100644
View file @
53744eae
Oct 23 23:10:53 site suhosin[18331]: ALERT - configured GET variable value length limit exceeded - dropped variable 'f' (attacker '91.215.78.104'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment