← Back to SOC feed Coverage →

hatman setstatus

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 hunt targets adversaries leveraging the Hatman malware to manipulate process states via the setstatus function, potentially indicating an attempt to evade detection or establish persistence within a compromised host. Proactively hunting for this behavior in Azure Sentinel is critical because low-severity signals from YARA rules can be easily overlooked, yet they often represent early-stage indicators of sophisticated campaigns that require deeper context before escalating to high-priority alerts.

YARA Rule

rule hatman_setstatus : hatman {
    strings:
        $preset     = { 80 00 40 3c  00 00 62 80  40 00 80 3c  40 20 03 7c 
                        ?? ?? 82 40  04 00 62 80  60 00 80 3c  40 20 03 7c 
                        ?? ?? 82 40  ?? ?? 42 38                           }
    condition:
        $preset
}

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 4 specific false positive scenarios for the hatman_setstatus detection rule in an enterprise environment, along with suggested filters or exclusions:

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