← Back to SOC feed Coverage →

RLPackv118BasicDLLLZMAAp0x

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-08-19T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies the presence of a specific packed DLL utilizing LZMA compression and RL.Pack v118 signatures, which often indicates an adversary employing obfuscation techniques to conceal malicious payloads within legitimate-looking libraries. The SOC team should proactively hunt for this signature in Azure Sentinel because such packing mechanisms are frequently used by threat actors to evade static analysis and delay the execution of their core attack logic until runtime.

YARA Rule

rule RLPackv118BasicDLLLZMAAp0x
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 80 7C 24 08 01 0F 85 [4] 60 E8 00 00 00 00 8B 2C 24 83 C4 04 8D B5 21 0B 00 00 8D 9D FF 02 00 00 33 FF E8 9F 01 00 00 6A 40 68 00 10 00 00 68 00 20 0C 00 6A 00 FF 95 AA 0A 00 00 89 85 F9 0A 00 00 EB 14 60 FF B5 F9 0A }

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

Here are 4 specific false positive scenarios for the RLPackv118BasicDLLLZMAAp0x detection rule, along with targeted exclusion strategies:

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