← Back to SOC feed Coverage →

hatman setstatus

yara LOW signature-base
florian-roth
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 signature-base →
Retrieved: 2026-08-02T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies adversary activity where malicious processes or scripts utilize the setstatus command to manipulate system states, potentially indicating early-stage reconnaissance or command-and-control signaling within the Azure environment. Proactively hunting for this behavior allows the SOC team to uncover stealthy lateral movement attempts that may evade standard alerting thresholds due to their low severity classification.

YARA Rule

rule hatman_setstatus : hatman {
    meta:
        id = "1d5d5568-8a65-510f-a49f-aa551fb9c7a2"
    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:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/apt_hatman.yar