mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-29 16:15:12 +00:00
Update: [Tue Jan 7 00:27:08 UTC 2025]
This commit is contained in:
@@ -1,57 +1,57 @@
|
||||
# Apache ModSecurity rules for EVALUATION
|
||||
SecRuleEngine On
|
||||
|
||||
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'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1275,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1276,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1277,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1278,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1279,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1280,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1281,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1282,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1283,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 1" "id:1284,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1285,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 2" "id:1286,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1287,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 3" "id:1288,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1289,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge 4" "id:1290,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.inbound_anomaly_score_threshold}" "id:1291,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@eq 1" "id:1292,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@ge %{tx.inbound_anomaly_score_threshold}" "id:1293,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1294,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 1" "id:1295,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1296,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 2" "id:1297,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1298,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 3" "id:1299,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1300,phase:1,deny,status:403,log,msg:'evaluation attack detected'"
|
||||
SecRule REQUEST_URI "@lt 4" "id:1301,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'"
|
||||
|
||||
Reference in New Issue
Block a user