← Back to SOC feed Coverage →

Crypter31SLESH

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-16T11:00:01Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the execution of crypter binaries that utilize the SLESH obfuscation technique, a method often employed by threat actors to hide malicious payloads from static analysis tools. Proactively hunting for this specific crypter signature in Azure Sentinel allows the SOC to identify low-severity, stealthy initial access or second-stage implants that may evade standard behavioral detections.

YARA Rule

rule Crypter31SLESH
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 68 FF 64 24 F0 68 58 58 58 58 FF D4 50 8B 40 F2 05 B0 95 F6 95 0F 85 01 81 BB FF 68 }

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