Skip to content
Merged
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
7 changes: 7 additions & 0 deletions rules/REQUEST-932-APPLICATION-ATTACK-RCE.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx ;[\s\x
"id:932210,\
phase:2,\
block,\
capture,\
t:none,t:escapeSeqDecode,t:compressWhitespace,\
msg:'Remote Command Execution: SQLite System Command Execution',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -1485,6 +1486,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx (?is)\
"id:932310,\
phase:2,\
block,\
capture,\
t:none,t:escapeSeqDecode,\
msg:'Remote Command Execution: IMAP Command Execution',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -1519,6 +1521,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx (?is)\
"id:932320,\
phase:2,\
block,\
capture,\
t:none,t:escapeSeqDecode,\
msg:'Remote Command Execution: POP3 Command Execution',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -1928,6 +1931,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx \r\n.*
"id:932301,\
phase:2,\
block,\
capture,\
t:none,t:escapeSeqDecode,\
msg:'Remote Command Execution: SMTP Command Execution',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -1961,6 +1965,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx (?is)\
"id:932311,\
phase:2,\
block,\
capture,\
t:none,t:escapeSeqDecode,\
msg:'Remote Command Execution: IMAP Command Execution',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -1994,6 +1999,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx \r\n.*
"id:932321,\
phase:2,\
block,\
capture,\
t:none,t:escapeSeqDecode,\
msg:'Remote Command Execution: POP3 Command Execution',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down Expand Up @@ -2026,6 +2032,7 @@ SecRule REQUEST_COOKIES|REQUEST_COOKIES_NAMES|ARGS_NAMES|ARGS|XML:/* "@rx !(?:\d
"id:932331,\
phase:2,\
block,\
capture,\
t:none,\
msg:'Remote Command Execution: Unix shell history invocation',\
logdata:'Matched Data: %{TX.0} found within %{MATCHED_VAR_NAME}: %{MATCHED_VAR}',\
Expand Down
Loading