← Back to SOC feed Coverage →

EXECryptorV21Xsoftcompletecom

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

Hunt Hypothesis

This detection identifies potential file encryption activities associated with the Xsoftcomplete.com domain, which may indicate early-stage ransomware or malicious document processing behaviors. Proactively hunting for this signal in Azure Sentinel allows the SOC team to validate legitimate business processes against emerging threats before they escalate into full-scale data loss incidents.

YARA Rule

rule EXECryptorV21Xsoftcompletecom
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 C6 14 8B 55 FC E9 ?? FF FF FF }
	$a1 = { E9 [4] 66 9C 60 50 8D 88 [4] 8D 90 04 16 [2] 8B DC 8B E1 }

condition:
		$a0 or $a1 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 2 string patterns in its detection logic.

False Positive Guidance

Here are 4 specific false positive scenarios for the EXECryptorV21Xsoftcompletecom detection rule, along with targeted filters and exclusions:

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