Skip to content

Commit 4dc9b52

Browse files
authored
Update defense_evasion_potential_http_downgrade_attack.toml
1 parent 060d543 commit 4dc9b52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

rules/cross-platform/defense_evasion_potential_http_downgrade_attack.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
creation_date = "2025/11/27"
3-
integration = ["nginx", "apache", "apache_tomcat", "network_traffic"]
3+
integration = ["nginx", "apache", "apache_tomcat"]
44
maturity = "production"
55
updated_date = "2025/11/27"
66

@@ -16,8 +16,6 @@ the older protocol versions.
1616
"""
1717
from = "now-9m"
1818
index = [
19-
"logs-network_traffic.http-*",
20-
"logs-network_traffic.tls-*",
2119
"logs-nginx.access-*",
2220
"logs-apache.access-*",
2321
"logs-apache_tomcat.access-*",
@@ -32,7 +30,6 @@ tags = [
3230
"Domain: Web",
3331
"Use Case: Threat Detection",
3432
"Tactic: Defense Evasion",
35-
"Data Source: Network Packet Capture",
3633
"Data Source: Nginx",
3734
"Data Source: Apache",
3835
"Data Source: Apache Tomcat",

0 commit comments

Comments
 (0)