Skip to content

Commit 70f04e1

Browse files
Update rules/linux/initial_access_apache_struts_cve_2023_50164_exploitation_to_webshell.toml
1 parent 2465646 commit 70f04e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/linux/initial_access_apache_struts_cve_2023_50164_exploitation_to_webshell.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ sequence by agent.id with maxspan=10s
6464
[network where data_stream.dataset == "network_traffic.http" and
6565
http.request.method == "POST" and
6666
http.request.body.content like "*WebKitFormBoundary*" and
67-
url.path like "*upload*.action"]
67+
url.path like~ "*upload*.action"]
6868
[file where event.dataset == "endpoint.events.file" and
6969
host.os.type == "linux" and
7070
event.action == "creation" and

0 commit comments

Comments
 (0)