← Back to SOC feed Coverage →

hatman payload

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 adversaries deploying Hatman payloads to establish persistence or execute initial command-and-control communications within the environment. Proactive hunting for this signature in Azure Sentinel is essential to identify early-stage intrusions that may evade standard high-severity alerts due to their low-risk classification, ensuring comprehensive coverage against sophisticated threat actors.

YARA Rule

rule hatman_payload : hatman {
    condition:
        filesize < 100KB and hatman_payload_int and not hatman_injector_int
}

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_payload 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