This YARA rule detects specific file patterns or memory artifacts associated with the XPack152164 signature, potentially indicating the presence of a known malware family or suspicious executable behavior. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify low-severity threats early in the kill chain, reducing the risk of lateral movement or privilege escalation before they escalate in severity.
rule XPack152164
{
meta:
author="malware-lu"
strings:
$a0 = { 8B EC FA 33 C0 8E D0 BC [2] 2E [4] 2E [4] EB }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
.vbk, .zip, .tar) that may contain specific byte patterns or entropy levels triggering generic YARA signatures.
C:\Program Files\Veeam\, \\backup-server\archives\) or exclude file extensions known to be archives (.zip, .tar, .7z, .vbk) if the rule is primarily targeting executable code..msi, .exe) are frequently extracted to temporary directories (%TEMP%, C:\Windows\Installer\) for installation. These extracted binaries may match YARA patterns designed to catch obfuscated payloads.
msiexec.exe, wuaexhost.exe) or files located in C:\Windows\Installer\ and C:\ProgramData\Package Cache\.java.exe, dotnet.exe, or mscorwks.dll/clrjit.dll, and specifically exclude paths like C:\Program Files\Java\ or `C:\Program Files\dotnet\