← Back to SOC feed Coverage →

SOFTWrapperforWin9xNTEvaluationVersion

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

Hunt Hypothesis

This detection identifies the presence of evaluation or trial versions of Windows 9x NT software wrappers that may indicate an adversary leveraging temporary licenses to establish a persistent foothold while evading standard inventory checks. Proactive hunting for this behavior in Azure Sentinel is essential to uncover potentially overlooked legacy components that could serve as vectors for lateral movement or data exfiltration before they are fully integrated into the production environment.

YARA Rule

rule SOFTWrapperforWin9xNTEvaluationVersion
{
      meta:
		author="malware-lu"
strings:
		$a0 = { E8 00 00 00 00 5D 8B C5 2D [3] 00 50 81 ED 05 00 00 00 8B C5 2B 85 03 0F 00 00 89 85 03 0F 00 00 8B F0 03 B5 0B 0F 00 00 8B F8 03 BD 07 0F 00 00 83 7F 0C 00 74 2B 56 57 8B 7F 10 03 F8 8B 76 10 03 F0 83 3F 00 74 0C 8B 1E 89 1F 83 C6 04 83 C7 04 EB EF }

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 SOFTWrapperforWin9xNTEvaluationVersion detection rule in an enterprise environment, along with targeted filters and exclusions:

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