← Back to SOC feed Coverage →

EncryptPEV22006115WFS

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

Hunt Hypothesis

This detection identifies potential fileless or memory-based encryption activities that may indicate early-stage ransomware execution or data exfiltration attempts within the environment. A proactive hunt is essential to validate these low-severity signals against known benign processes, ensuring that subtle indicators of compromise are not overlooked before they escalate into critical incidents.

YARA Rule

rule EncryptPEV22006115WFS
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 45 50 45 3A 20 45 6E 63 72 79 70 74 50 45 20 56 32 2E 32 30 30 36 2E 31 2E 31 35 }

condition:
		$a0
}

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 4 specific false positive scenarios for the EncryptPEV22006115WFS detection rule, including suggested filters and exclusions:

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