← Back to SOC feed Coverage →

SoftProtectSoftProtectbyru

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

Hunt Hypothesis

This hypothesis targets the presence of SoftProtect, a Russian-origin security tool often associated with specific threat actor tradecraft or legacy endpoint protection, to identify potentially unauthorized or overlooked software installations. Proactively hunting for this YARA signature in Azure Sentinel helps the SOC team uncover hidden endpoints or specific adversary footholds that may be leveraging this tool for persistence or evasion, ensuring comprehensive visibility across the environment.

YARA Rule

rule SoftProtectSoftProtectbyru
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 01 E3 60 E8 03 [3] D2 EB 0B 58 EB 01 48 40 EB 01 35 FF E0 E7 61 60 E8 03 [3] 83 EB 0E EB 01 0C 58 EB 01 35 40 EB 01 36 FF E0 0B 61 EB 01 83 9C EB 01 D5 EB 08 35 9D EB 01 89 EB 03 0B EB F7 E8 [4] 58 E8 [4] 59 83 01 01 80 39 5C }

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