← Back to SOC feed Coverage →

is hex top mandibule64

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 identifies the execution of a specific file signature associated with benign or known utility behavior within the Azure environment. Proactive hunting for this indicator allows the SOC team to establish a behavioral baseline and quickly distinguish legitimate activity from potential false positives or stealthy adversary movements that mimic standard operations.

YARA Rule

rule is__hex_top_mandibule64 {
	meta:
		author = "unixfreaxjp"
		date = "2018-05-31"
	strings:
		$hex01 = { 48 8D 05 43 01 00 00 48 89 E7 FF D0 } // st
		$hex02 = { 53 48 83 EC 50 48 89 7C 24 08 48 8B 44 24 08 } // mn
		$hex03 = { 48 81 EC 18 02 00 00 89 7C 24 1C 48 89 74 } // pt
		$hex04 = { 53 48 81 EC 70 01 01 00 48 89 7C 24 08 48 8D 44 24 20 48 05 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 logic is__hex_top_mandibule64 (which appears to be a YARA signature targeting a specific hex-based process or artifact, likely related to Microsoft Defender for Endpoint or a similar EDR component handling 64-bit architecture), here are 5 specific false positive scenarios in an enterprise environment:

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