Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rules/REQUEST-913-SCANNER-DETECTION.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ SecRule REQUEST_HEADERS_NAMES|REQUEST_HEADERS "@pmf scanners-headers.data" \
"id:913110,\
phase:2,\
block,\
capture,\
t:none,t:lowercase,\
msg:'Found request header associated with security scanner',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -87,6 +88,7 @@ SecRule REQUEST_FILENAME|ARGS "@pmf scanners-urls.data" \
"id:913120,\
phase:2,\
block,\
capture,\
t:none,t:lowercase,\
msg:'Found request filename/argument associated with security scanner',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down
3 changes: 0 additions & 3 deletions rules/REQUEST-920-PROTOCOL-ENFORCEMENT.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,6 @@ SecRule REQUEST_HEADERS:Range|REQUEST_HEADERS:Request-Range "@rx ^bytes=(?:(?:\d
"id:920200,\
phase:2,\
block,\
capture,\
t:none,\
msg:'Range: Too many fields (6 or more)',\
logdata:'%{matched_var}',\
Expand All @@ -1173,7 +1172,6 @@ SecRule REQUEST_BASENAME "@endsWith .pdf" \
"id:920201,\
phase:2,\
block,\
capture,\
t:none,\
msg:'Range: Too many fields for pdf request (63 or more)',\
logdata:'%{matched_var}',\
Expand Down Expand Up @@ -1371,7 +1369,6 @@ SecRule REQUEST_BASENAME "@endsWith .pdf" \
"id:920202,\
phase:2,\
block,\
capture,\
t:none,\
msg:'Range: Too many fields for pdf request (6 or more)',\
logdata:'%{matched_var}',\
Expand Down