File tree Expand file tree Collapse file tree
rules/windows/process_creation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ title: Suspicious SharePoint JWT Exploitation via Curl
22id : 7a4b9f1e-2e7d-4f8a-9d1b-3e5c6f8a2b4d
33status : experimental
44description : |
5- Detects curl process execution matching command-line arguments generated by
6- the CVE-2026-55040 SharePoint authentication bypass exploit script .
5+ Detects curl process execution matching command-line arguments generated by the CVE-2026-55040.
6+ The presence of a raw NTLM Type-1 blob and SharePoint API endpoint requests .
77references :
88 - https://www.rapid7.com/blog/post/ve-cve-2026-55040-microsoft-sharepoint-jwt-token-authentication-bypass-fixed/
99 - https://github.com/sfewer-r7/CVE-2026-55040
@@ -17,17 +17,15 @@ tags:
1717 - attack.t1212
1818detection :
1919 selection_curl :
20- Image|endswith :
21- - ' \curl.exe'
22- - ' \curl'
20+ Image|endswith : ' \curl.exe'
2321 selection_path :
2422 CommandLine|contains : " --path-as-is"
2523 selection_payload :
2624 CommandLine|contains :
27- - " TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAKABhKAAAADw==" # NTLM Type-1 blob used by the script
28- - " /_layouts/15/metadata/json/1" # STS metadata endpoint
29- - " Authorization: Bearer eyJ" # Base64url JWT token header
25+ - " TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAKABhKAAAADw=="
26+ - " /_layouts/15/metadata/json/1"
27+ - " Authorization: Bearer eyJ"
3028 condition : selection_curl and selection_path and selection_payload
3129falsepositives :
32- - Unlikely; curl commands with these exact combinations are not standard.
30+ - Unlikely
3331level : high
You can’t perform that action at this time.
0 commit comments