Skip to content

Commit 8df9f49

Browse files
Update rules_building_block/initial_access_react_server_components_rce_attempt.toml
Co-authored-by: Samirbous <[email protected]>
1 parent 0bdd6ad commit 8df9f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules_building_block/initial_access_react_server_components_rce_attempt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ timestamp_override = "event.ingested"
7070
type = "eql"
7171

7272
query = '''
73-
network where event.category == "network" and http.request.method == "POST" and
73+
network where http.request.method == "POST" and
7474
(
7575
http.request.body.content like~ "*$ACTION_REF*" or
7676
http.request.body.content like~ "*$ACTION_*:*"

0 commit comments

Comments
 (0)