This rule detects the execution of Shrinker34, a lightweight executable packer often used by adversaries to compress malicious payloads and evade static analysis. Proactively hunting for this indicator in Azure Sentinel allows the SOC to identify potentially obfuscated malware early, reducing the risk of undetected lateral movement or persistence within the environment.
rule Shrinker34
{
meta:
author="malware-lu"
strings:
$a0 = { 55 8B EC 56 57 75 6B 68 00 01 00 00 E8 11 0B 00 00 83 C4 04 }
condition:
$a0
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Antivirus/EDR Self-Optimization and Cache Management:
Shrinker34 YARA signature.C:\Program Files\CrowdStrike\, C:\Program Files\Carbon Black\) or filter by parent process names such as Falcon Sensor.exe, cb.exe, or tmcc.exe.Software Installer Cleanup (NSIS/Inno Setup):
%TEMP%\, C:\Windows\Installer\, or specific vendor temp folders) and filter by parent processes like unins000.exe, setup.exe, or install.exe from known vendor paths.Backup and Archiving Agents:
.vbk, .cab, or custom compressed formats) during scheduled backup jobs. If the compression algorithm or file header matches the `