← Back to SOC feed Coverage →

PasswordProtectorcMiniSoft1992

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

Hunt Hypothesis

This rule targets the MiniSoft 1992 password protector, a legacy utility often abused by adversaries to encrypt and obfuscate sensitive data or credentials on endpoints. Proactively hunting for this behavior in Azure Sentinel helps identify potential data staging or encryption activities that may precede ransomware deployment or lateral movement.

YARA Rule

rule PasswordProtectorcMiniSoft1992
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 06 0E 0E 07 1F E8 00 00 5B 83 EB 08 BA 27 01 03 D3 E8 3C 02 BA EA }

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