← Back to SOC feed Coverage →

hatman nullsub

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 targets adversaries leveraging the Hatman tool to perform null-substitution obfuscation on payloads, a technique designed to evade signature-based security controls by masking malicious content. A proactive hunt in Azure Sentinel is essential because this specific evasion method often bypasses standard network and endpoint detections, requiring deep inspection of process execution and file artifacts to uncover hidden threats that might otherwise remain undetected during routine monitoring.

YARA Rule

rule hatman_nullsub : hatman {
    meta:
        id = "feaf2242-1db8-5a30-a420-d826b9038266"
    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 4 specific false positive scenarios for the hatman_nullsub detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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