This hunt hypothesis targets adversaries utilizing the NakedPacker10 by BigBoote packing tool to obfuscate malicious executables and evade signature-based detection. Proactively hunting for this behavior in Azure Sentinel allows the SOC team to identify potentially hidden threats that may bypass standard antivirus solutions due to their low severity classification, ensuring early discovery of stealthy malware campaigns.
rule NakedPacker10byBigBoote
{
meta:
author="malware-lu"
strings:
$a0 = { 60 FC 0F B6 05 34 [3] 85 C0 75 31 B8 50 [3] 2B 05 04 [3] A3 30 [3] A1 00 [3] 03 05 30 [3] A3 38 [3] E8 9A 00 00 00 A3 50 [3] C6 05 34 [3] 01 83 3D 50 [3] 00 75 07 61 FF 25 38 [3] 61 FF 74 24 04 6A 00 FF 15 44 [3] 50 FF 15 40 [3] C3 FF 74 24 04 6A 00 FF 15 44 [3] 50 FF 15 48 [3] C3 8B 4C 24 04 56 8B 74 24 10 57 85 F6 8B F9 74 0D 8B 54 24 10 8A 02 88 01 }
condition:
$a0
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the NakedPacker10byBigBoote detection rule, along with recommended filters and exclusions:
Scheduled Antivirus Definition Updates via Vendor Tools
C:\ProgramData\CrowdStrike\*\* or C:\Windows\System32\catroot2\) and add an exception based on the process image name of the specific AV service executable (e.g., csfalcon.exe, MsMpEng.exe).Enterprise Software Deployment via Microsoft Endpoint Configuration Manager (MECM/SCCM)
ccmexec.exe (Configuration Manager Client) user context and filter out events originating from the standard SCCM temporary cache directory (C:\Windows\CCMCache\).IT Admin Scripting with PowerShell or Python Packaging Tools
pyinstaller or `7z