← Back to SOC feed Coverage →

SentinelSuperProAutomaticProtectionv641Safenet

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

Hunt Hypothesis

This rule detects the presence of SentinelSuperPro Automatic Protection software, a commercial endpoint security tool that may be deployed by adversaries to hide malicious activity or by legitimate users to secure sensitive data. Proactively hunting for this signature allows the SOC team to verify the expected inventory of endpoint protection agents and identify unauthorized installations that could serve as a vector for fileless malware or data exfiltration.

YARA Rule

rule SentinelSuperProAutomaticProtectionv641Safenet
{
      meta:
		author="malware-lu"
strings:
		$a0 = { A1 [4] 55 8B [3] 85 C0 74 ?? 85 ED 75 ?? A1 [4] 50 55 FF 15 [4] 8B 0D [4] 55 51 FF 15 [4] 85 C0 74 ?? 8B 15 [4] 52 FF 15 [4] 6A 00 6A 00 68 [4] E8 [4] B8 01 00 00 00 5D C2 0C 00 }

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