← Back to SOC feed Coverage →

MoleBoxv254Teggo

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-09-03T11:00:00Z · Confidence: medium

Hunt Hypothesis

This rule detects the presence of MoleBox, a lightweight Windows sandboxing tool frequently used by adversaries to execute and test malicious payloads in an isolated environment to evade host-based detection. Proactively hunting for this artifact in Azure Sentinel allows the SOC team to identify potential staging or testing activities that may precede a full compromise, particularly when combined with other indicators of suspicious process execution or file creation.

YARA Rule

rule MoleBoxv254Teggo
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 00 8B 4D F0 8B 11 89 15 [3] 00 8B 45 FC A3 [3] 00 5F 5E 8B E5 5D C3 CC CC CC E8 EB FB FF FF 58 E8 ?? 07 00 00 58 89 44 24 24 61 58 58 FF D0 E8 [2] 00 00 6A 00 FF 15 [3] 00 CC CC CC CC CC CC CC CC CC CC CC CC CC CC }

condition:
		$a0
}

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

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar