← Back to SOC feed Coverage →

ThinstallVS v3104 Jitit Software

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

Hunt Hypothesis

This hypothesis targets the presence of Thinstall virtualized executables, a technique often used by adversaries to pack malware or legitimate tools to evade static analysis and signature-based detection. Proactively hunting for these specific Jitit Software artifacts in Azure Sentinel allows the SOC to identify potential fileless or packed payloads that may be executing on endpoints, ensuring early detection of stealthy threats before they can establish persistence or exfiltrate data.

YARA Rule

rule ThinstallVS_v3104_Jitit_Software: PEiD
{
    strings:
        $a = { 9C 60 68 53 74 41 6C 68 54 68 49 6E E8 00 00 00 00 58 BB CC 1A 00 00 2B C3 50 68 00 00 ?? ?? 68 00 28 00 00 68 C8 00 00 00 E8 2C FF FF FF E9 90 FF FF FF CC CC 55 8B EC 83 C4 F4 FC 53 57 56 8B 75 08 8B 7D 0C C7 45 FC 08 00 00 00 33 DB BA 00 00 }
    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

Here are specific false positive scenarios for the YARA rule ThinstallVS_v3104_Jitit_Software (Thinstall v3.10.4 by Jitit Software), along with suggested filters:

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