← Back to SOC feed Coverage →

hatman injector int

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 utilizing Hatman’s injector mechanism to establish persistence or execute payloads within memory, a technique often employed by advanced threat actors to evade traditional signature-based defenses. Proactively hunting for this behavior in Azure Sentinel is critical because identifying these specific injection patterns early allows the SOC team to correlate them with lateral movement activities before they escalate into full-scale compromises.

YARA Rule

rule hatman_injector_int : hatman {
    condition:
        hatman_memcpy and hatman_origaddr and hatman_loadoff
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

False Positive Guidance

Here are 5 specific false positive scenarios for the hatman_injector_int detection rule in an enterprise environment, along with recommended filters or exclusions:

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