← Back to SOC feed Coverage →

hatman nullsub

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 potential adversary activity involving the Hatman malware’s use of the NullSub technique to evade signature-based defenses within Azure Sentinel workloads. Proactively hunting for this behavior is critical because early identification of these subtle evasion mechanisms allows the SOC team to validate endpoint integrity and prevent lateral movement before more severe exploitation occurs.

YARA Rule

rule hatman_nullsub : hatman {
    strings:
        $nullsub     = { ff ff 60 38  02 00 00 44  20 00 80 4e }
    condition:
        $nullsub
}

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 5 specific false positive scenarios for the hatman_nullsub 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