← Back to SOC feed Coverage →

SkDUndetectablerPro20NoUPXMethodSkD

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

Hunt Hypothesis

This rule targets the SkD Undetectabler Pro 20 tool, a popular utility used by threat actors to strip debug symbols and remove UPX packing from executables to evade static analysis. Proactively hunting for this behavior helps identify compromised endpoints or staging areas where adversaries are preparing payloads for deployment, allowing the SOC to detect low-severity preparatory actions before they escalate into active intrusions.

YARA Rule

rule SkDUndetectablerPro20NoUPXMethodSkD
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 83 C4 F0 B8 FC 26 00 10 E8 EC F3 FF FF 6A 0F E8 15 F5 FF FF E8 64 FD FF FF E8 BB ED FF FF 8D 40 }

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