← Back to SOC feed Coverage →

codeCrypter031

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

Hunt Hypothesis

This rule identifies the execution of a known code crypter, indicating an adversary is likely employing obfuscation techniques to hide malicious payloads from static analysis tools. Proactively hunting for this behavior in Azure Sentinel allows the SOC to detect early-stage intrusion attempts where attackers use crypters to bypass initial security controls and establish a foothold in the environment.

YARA Rule

rule codeCrypter031
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 50 58 53 5B 90 BB [2] 40 00 FF E3 90 CC CC CC 55 8B EC 5D C3 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