Skip to content

Commit 8c05564

Browse files
updated query
1 parent 728aea0 commit 8c05564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules/network/execution_potential_rce_via_toolshell.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ query = '''
3636
data_stream.dataset : "network_traffic.http" and
3737
network.direction: "ingress" and
3838
http.request.method: "POST" and
39+
http.request.referrer: *SignOut.aspx and
3940
http.request.body.content: *__VIEWSTATE=* and
4041
http.request.headers.content-type: "application/x-www-form-urlencoded" and
41-
http.request.body.bytes >= 20 and
42+
http.request.body.bytes >= 500 and
4243
http.response.headers.server: Microsoft-IIS*
4344
'''
4445

0 commit comments

Comments
 (0)