Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 24bc82e

Browse files
authored
Merge pull request #976 from dune73/more-commenting-for-910110
Commenting out the rest of 910110
2 parents 8bfbbda + c72137f commit 24bc82e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

rules/REQUEST-910-IP-REPUTATION.conf

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -90,22 +90,22 @@ SecRule TX:HIGH_RISK_COUNTRY_CODES "!@rx ^$" \
9090
# from the SpiderLabs web honeypot systems (last 48 hours).
9191
#
9292
#SecRule TX:REAL_IP "@ipMatchFromFile ip_blacklist.data" \
93-
"id:910110,\
94-
phase:2,\
95-
block,\
96-
t:none,\
97-
msg:'Client IP in Trustwave SpiderLabs IP Reputation Blacklist.',\
98-
tag:'application-multi',\
99-
tag:'language-multi',\
100-
tag:'platform-multi',\
101-
tag:'attack-reputation-ip',\
102-
severity:'CRITICAL',\
103-
setvar:'tx.msg=%{rule.msg}',\
104-
setvar:'tx.anomaly_score=+%{tx.critical_anomaly_score}',\
105-
setvar:'tx.%{rule.id}-AUTOMATION/MALICIOUS-%{matched_var_name}=%{matched_var}',\
106-
setvar:'ip.reput_block_flag=1',\
107-
setvar:'ip.reput_block_reason=%{rule.msg}',\
108-
expirevar:'ip.reput_block_flag=%{tx.reput_block_duration}'"
93+
# "id:910110,\
94+
# phase:2,\
95+
# block,\
96+
# t:none,\
97+
# msg:'Client IP in Trustwave SpiderLabs IP Reputation Blacklist.',\
98+
# tag:'application-multi',\
99+
# tag:'language-multi',\
100+
# tag:'platform-multi',\
101+
# tag:'attack-reputation-ip',\
102+
# severity:'CRITICAL',\
103+
# setvar:'tx.msg=%{rule.msg}',\
104+
# setvar:'tx.anomaly_score=+%{tx.critical_anomaly_score}',\
105+
# setvar:'tx.%{rule.id}-AUTOMATION/MALICIOUS-%{matched_var_name}=%{matched_var}',\
106+
# setvar:'ip.reput_block_flag=1',\
107+
# setvar:'ip.reput_block_reason=%{rule.msg}',\
108+
# expirevar:'ip.reput_block_flag=%{tx.reput_block_duration}'"
109109

110110

111111
#

0 commit comments

Comments
 (0)