mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00:00
Update: [Mon Jan 6 00:28:11 UTC 2025]
This commit is contained in:
@@ -1,57 +1,57 @@
|
||||
# Apache ModSecurity rules for EVALUATION
|
||||
SecRuleEngine On
|
||||
|
||||
SecRule REQUEST_URI "@ge 1" "id:1107,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1108,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1109,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1110,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1111,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1112,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1113,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1114,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1115,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1116,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1117,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1118,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1119,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1120,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1121,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1122,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.inbound_anomaly_score_threshold}" "id:1123,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@eq 1" "id:1124,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.inbound_anomaly_score_threshold}" "id:1125,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1126,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1127,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1128,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1129,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1130,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1131,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1132,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1133,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1600,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1601,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1602,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1603,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1604,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1605,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1606,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1607,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1608,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1609,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1610,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1611,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1612,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1613,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1614,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1615,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.outbound_anomaly_score_threshold}" "id:1616,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@eq 1" "id:1617,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.outbound_anomaly_score_threshold}" "id:1618,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1619,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1620,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1621,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1622,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1623,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1624,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1625,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1626,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1297,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1298,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1299,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1300,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1301,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1302,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1303,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1304,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1305,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1306,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1307,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1308,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1309,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1310,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1311,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1312,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.inbound_anomaly_score_threshold}" "id:1313,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@eq 1" "id:1314,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.inbound_anomaly_score_threshold}" "id:1315,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1316,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1317,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1318,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1319,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1320,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1321,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1322,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1323,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1538,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1539,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1540,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1541,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1542,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1543,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1544,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1545,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1546,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1547,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1548,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1549,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1550,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1551,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1552,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1553,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.outbound_anomaly_score_threshold}" "id:1554,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@eq 1" "id:1555,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.outbound_anomaly_score_threshold}" "id:1556,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1557,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1558,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1559,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1560,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1561,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1562,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1563,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1564,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
|
||||
Reference in New Issue
Block a user