← Back to SOC feed Coverage →

CopyMinderMicrocosmLtd

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

Hunt Hypothesis

This hypothesis targets the presence of the CopyMinder Microcosm Ltd. YARA signature, which indicates the execution or persistence of a specific commercial monitoring or data loss prevention tool that may be deployed without full user awareness. Proactively hunting for this signature allows the SOC to identify potentially unmanaged or shadow IT software in the environment, ensuring that third-party agents are accounted for and do not introduce unexpected data exfiltration channels or performance overhead.

YARA Rule

rule CopyMinderMicrocosmLtd
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 25 [4] EF 6A 00 E8 [4] E8 [4] CC FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 [4] FF 25 }

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