APT_EXPL_Sharepoint_CVE_2025_53770_ForensicArtefact_Jul25_1
Description
Detects URIs accessed during the exploitation of SharePoint RCE vulnerability CVE-2025-53770
Query · yara
strings:
$sa1 = /POST \/_layouts\/1[0-9]\/ToolPane\.aspx/ ascii wide nocase
$sa2 = "DisplayMode=Edit&a=/ToolPane.aspx" ascii wide
$sb1 = /GET \/_layouts\/1[0-9]\/spinstall/ ascii wide // specific
$sb2 = "/_layouts/SignOut.aspx 200" ascii wide nocase
condition:
(@sa2 - @sa1) < 700 // unknown how specific with the DisplayMode=Edit parameter
or (@sb2 - @sb1) < 700 // specific combination
or (@sb2 - @sa1) < 700 // most generic combination