← Back to SOC feed Coverage →

RLPack v118 Basic DLL LZMA

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

Hunt Hypothesis

This hypothesis targets the presence of RLPack v118 packed DLLs utilizing LZMA compression, a technique frequently employed by adversaries to obfuscate malicious payloads and evade static analysis during initial access or lateral movement. Proactively hunting for this specific packing signature in Azure Sentinel allows the SOC to identify potentially compromised endpoints or staged malware artifacts before they are executed, reducing the mean time to detection for low-severity but high-impact threats.

YARA Rule

rule RLPack_v118_Basic_DLL_LZMA: PEiD
{
    strings:
        $a = { 80 7C 24 08 01 0F 85 ?? ?? ?? ?? 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:
        $a 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/peid.yar