Skip to content

Commit 8f6dc2b

Browse files
committed
Update initial_access_react_server_rce_network_alerts.toml
1 parent 1654e0c commit 8f6dc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/network/initial_access_react_server_rce_network_alerts.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ that exploit prototype chain traversal to access the Function constructor.
1414
"""
1515
from = "now-9m"
1616
index = ["logs-panw.panos*", "logs-cisco_ftd.*", "logs-fortinet_fortigate.*", "logs-suricata.*"]
17-
language = "eql"
17+
language = "kuery"
1818
license = "Elastic License v2"
1919
name = "React2Shell Network Security Alert"
2020
note = """## Triage and analysis
@@ -70,7 +70,7 @@ tags = [
7070
"Resources: Investigation Guide",
7171
]
7272
timestamp_override = "event.ingested"
73-
type = "eql"
73+
type = "query"
7474

7575
query = '''
7676
(event.dataset:"cisco_ftd.log" and message:"SERVER-WEBAPP React Server Components remote code execution attempt") or

0 commit comments

Comments
 (0)