← Back to SOC feed Coverage →

UnderGroundCrypterbyBooster2000

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

Hunt Hypothesis

This hypothesis targets the execution of the UnderGroundCrypterbyBooster2000 YARA signature, which indicates the presence of a specific crypter or obfuscated payload often used to mask malicious code from static analysis. Proactively hunting for this indicator in Azure Sentinel allows the SOC to identify compromised endpoints or suspicious processes early, potentially uncovering a foothold for advanced persistent threats or ransomware precursors before they escalate.

YARA Rule

rule UnderGroundCrypterbyBooster2000
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 83 C4 F0 B8 74 3C 00 11 E8 94 F9 FF FF E8 BF FE FF FF E8 0A F3 FF FF 8B C0 }

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