← Back to SOC feed Coverage →

hatman combined

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

Hunt Hypothesis

This detection targets adversary behavior involving the execution of Hatman malware components, which often serve as initial footholds for lateral movement and credential theft within cloud environments. Proactively hunting for these indicators in Azure Sentinel is critical to identify early-stage compromises before they escalate into significant data exfiltration or ransomware events.

YARA Rule

rule hatman_combined : hatman {
    condition:
        filesize < 100KB and hatman_injector_int and hatman_payload_int and hatman_dividers
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 4 specific false positive scenarios for the hatman_combined detection rule in an enterprise environment, including suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/MALW_TRITON_HATMAN.yar