LOG_Exchange_Forensic_Artefacts_CleanUp_Activity_Mar21_1
Description
Detects forensic artefacts showing cleanup activity found in HAFNIUM intrusions exploiting
Query · yara
strings:
$x1 = "cmd.exe /c cd /d C:/inetpub/wwwroot/aspnet_client" ascii wide
$x2 = "cmd.exe /c cd /d C:\\inetpub\\wwwroot\\aspnet_client" ascii wide
$s1 = "aspnet_client&del '"
$s2 = "aspnet_client&attrib +h +s +r "
$s3 = "&echo [S]"
condition:
1 of ($x*) or 2 of them