← Back to SOC feed Coverage →

ASPRStripperv2xunpacked

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

Hunt Hypothesis

This hypothesis targets the presence of the ASPRStripperv2x unpacker, a tool frequently used by adversaries to remove anti-VM and anti-debugging checks from malware binaries to facilitate execution in virtualized environments. Proactively hunting for this indicator in Azure Sentinel allows the SOC to identify potential staging or execution phases of sophisticated attacks before they trigger more complex behavioral detections.

YARA Rule

rule ASPRStripperv2xunpacked
{
      meta:
		author="malware-lu"
strings:
		$a0 = { BB [4] E9 [4] 60 9C FC BF [4] B9 [4] F3 AA 9D 61 C3 55 8B EC }

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