Skip to content

Commit ac7d8c0

Browse files
Update rules/network/initial_access_potential_toolshell_exploit_attempt.toml
Co-authored-by: Jonhnathan <[email protected]>
1 parent a452372 commit ac7d8c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rules/network/initial_access_potential_toolshell_exploit_attempt.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,12 @@ type = "query"
4242

4343
query = '''
4444
data_stream.dataset : "network_traffic.http" and
45-
url.path: /_layouts*ToolPane.aspx and
45+
url.path: (/_layouts*ToolPane.aspx* or /_layouts*toolpane.aspx*) and
4646
http.request.referrer: *SignOut.aspx and
47-
http.request.headers.content-type: "application/x-www-form-urlencoded" and
4847
network.direction: "ingress" and
4948
http.request.method: "POST" and
5049
request: (*MSOTlPn_Uri* and *DisplayMode*) and
51-
http.request.body.bytes > 5000
50+
http.request.body.bytes > 2000
5251
'''
5352

5453

0 commit comments

Comments
 (0)