← Back to SOC feed Coverage →

PeCompact253DLLSlimLoaderBitSumTechnologies

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-09-05T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule identifies the presence of the PeCompact 2.53 DLL Slim Loader, a common tool used by adversaries to compress and pack malicious DLLs to evade static analysis and reduce file size. Proactively hunting for this indicator in Azure Sentinel allows the SOC to detect potential supply chain compromises or staged payloads that may be leveraging packed binaries to hide their true functionality within the environment.

YARA Rule

rule PeCompact253DLLSlimLoaderBitSumTechnologies
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B8 [4] 50 64 FF 35 00 00 00 00 64 89 25 00 00 00 00 33 C0 89 08 50 45 43 32 00 00 08 0C 00 48 E1 01 56 57 53 55 8B 5C 24 1C 85 DB 0F 84 AB 21 E8 BD 0E E6 60 0D 0B 6B 65 72 6E 6C 33 32 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar