← Back to SOC feed Coverage →

EXECryptorV22Xsoftcompletecom

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

Hunt Hypothesis

This rule identifies the presence of the EXECryptorV22Xsoftcompletecom binary, a known cryptor often used to encrypt files for ransom or obfuscation, indicating potential data exfiltration or ransomware preparation. Proactively hunting for this artifact allows the SOC to detect early-stage infection or staging activities before the encryption process completes, minimizing the impact on Azure-hosted workloads.

YARA Rule

rule EXECryptorV22Xsoftcompletecom
{
      meta:
		author="malware-lu"
strings:
		$a0 = { FF E0 E8 04 00 00 00 FF FF FF FF 5E C3 00 }

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

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