← Back to SOC feed Coverage →

PCGuardforWin32v500SofProBlagojeCeklic

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

Hunt Hypothesis

This detection identifies the presence of a specific Win32 variant associated with PCGuard software, potentially indicating legitimate application activity or an initial foothold for supply chain compromise. Proactive hunting is recommended to validate the legitimacy of this artifact across endpoints and distinguish it from potential masquerading malware that mimics trusted security tools within the Azure Sentinel environment.

YARA Rule

rule PCGuardforWin32v500SofProBlagojeCeklic
{
      meta:
		author="malware-lu"
strings:
		$a0 = { FC 55 50 E8 00 00 00 00 5D 60 E8 03 00 00 00 83 EB 0E EB 01 0C 58 EB 01 35 40 EB 01 36 FF E0 0B 61 B8 [3] 00 EB 01 E3 60 E8 03 00 00 00 D2 EB 0B 58 EB 01 48 40 EB 01 35 FF E0 E7 61 2B E8 9C EB 01 D5 9D EB 01 0B 58 60 E8 03 00 00 00 83 EB 0E EB 01 0C }

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 4 specific false positive scenarios for the PCGuardforWin32v500SofProBlagojeCeklic detection rule, along with recommended filters and exclusions:

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