← Back to SOC feed Coverage →

CHECKPRGc1992

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

Hunt Hypothesis

This YARA rule targets the specific binary signature of the CHECKPRGc1992 malware, which is often associated with legacy or low-level system components that adversaries may leverage for persistence or initial access. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify dormant or overlooked instances of this low-severity threat within the environment before it can be chained with other tactics to escalate privileges or exfiltrate data.

YARA Rule

rule CHECKPRGc1992
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 33 C0 BE [2] 8B D8 B9 [2] BF [2] BA [2] 47 4A 74 }

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