← Back to SOC feed Coverage →

ScObfuscatorSuperCRacker

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

Hunt Hypothesis

This rule targets the execution of scripts or binaries associated with the ScObfuscatorSuperCRacker tool, which adversaries may use to obfuscate malicious payloads or automate credential cracking activities within the environment. Proactively hunting for this signature allows the SOC team to identify low-fidelity obfuscation techniques that might evade standard behavioral detections, ensuring early visibility into potential post-exploitation or lateral movement attempts in Azure Sentinel.

YARA Rule

rule ScObfuscatorSuperCRacker
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 60 33 C9 8B 1D [4] 03 1D [4] 8A 04 19 84 C0 74 09 3C ?? 74 05 34 ?? 88 04 19 41 3B 0D [4] 75 E7 A1 [4] 01 05 [4] 61 FF 25 [4] 00 00 }

condition:
		$a0 at pe.entry_point
}

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