← Back to SOC feed Coverage →

is hex mid mandibule32

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-07-18T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection targets adversaries executing custom or obfuscated payloads identified by the is__hex_mid_mandibule32 signature, which may indicate early-stage reconnaissance or lateral movement activities within the environment. Proactively hunting for this low-severity indicator in Azure Sentinel is critical to uncover stealthy threats that might bypass standard high-fidelity alerts and establish a baseline for future anomaly detection.

YARA Rule

rule is__hex_mid_mandibule32 {
	meta:
		author = "unixfreaxjp"
		date = "2018-06-01"
	strings:
		$hex05 = { E8 09 07 00 00 81 C1 FC 1F 00 00 8D 81 26 E1 FF FF } // st
		$hex06 = { 56 53 83 EC 24 E8 E1 05 00 00 81 C3 D0 1E 00 00 8B 44 24 30} // mn
		$hex07 = { 81 C3 E8 29 00 00 C7 44 24 0C } // pt
		$hex08 = { E8 C6 D5 FF FF 83 C4 0C 68 00 01 00 00 } // ld
	condition:
                3 of them 
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 4 string patterns in its detection logic.

False Positive Guidance

Based on the detection rule is__hex_mid_mandibule32 (which appears to be a YARA signature targeting specific hex patterns often associated with Windows system binaries or mid-tier management agents), here are 4 specific false positive scenarios in an enterprise environment, along with recommended filters:

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