We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728aea0 commit 8c05564Copy full SHA for 8c05564
rules/network/execution_potential_rce_via_toolshell.toml
@@ -36,9 +36,10 @@ query = '''
36
data_stream.dataset : "network_traffic.http" and
37
network.direction: "ingress" and
38
http.request.method: "POST" and
39
+ http.request.referrer: *SignOut.aspx and
40
http.request.body.content: *__VIEWSTATE=* and
41
http.request.headers.content-type: "application/x-www-form-urlencoded" and
- http.request.body.bytes >= 20 and
42
+ http.request.body.bytes >= 500 and
43
http.response.headers.server: Microsoft-IIS*
44
'''
45
0 commit comments