← Back to SOC feed Coverage →

Armadillov2xxCopyMemII

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

Hunt Hypothesis

This detection identifies adversary behavior involving in-memory code execution and memory manipulation consistent with the Armadillo v2.x copy mechanism, often utilized by malware to evade disk-based analysis. A SOC team should proactively hunt for this pattern in Azure Sentinel to uncover stealthy threats that rely on process hollowing or reflective loading techniques to establish persistence without leaving traditional file system artifacts.

YARA Rule

rule Armadillov2xxCopyMemII
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 6A ?? 8B B5 [4] C1 E6 04 8B 85 [4] 25 07 [2] 80 79 05 48 83 C8 F8 40 33 C9 8A 88 [4] 8B 95 [4] 81 E2 07 [2] 80 79 05 4A 83 CA F8 42 33 C0 8A 82 }

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

Here are 5 specific false positive scenarios for the Armadillov2xxCopyMemII detection rule, along with recommended filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar