← Back to SOC feed Coverage →

hatman injector

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 identifies adversary behavior where malicious processes inject code into legitimate system threads to evade standard execution monitoring and establish persistence. Proactively hunting for this pattern in Azure Sentinel is critical because it reveals stealthy injection techniques that may bypass initial signature-based alerts, allowing the SOC team to validate process integrity before lateral movement occurs.

YARA Rule

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

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