← Back to SOC feed Coverage →

GameGuardv20065xxdllsignbyhot UNP

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

Hunt Hypothesis

This detection identifies potential unauthorized or tampered game-related DLL modules signed by Hot UNP, which adversaries often leverage to establish persistence within gaming environments through legitimate-looking components. Proactively hunting for this signature in Azure Sentinel is essential to uncover stealthy supply chain compromises that may evade standard security controls due to the trusted nature of gaming software and its frequent updates.

YARA Rule

rule GameGuardv20065xxdllsignbyhot_UNP
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 31 FF 74 06 61 E9 4A 4D 50 30 BA 4C 00 00 00 80 7C 24 08 01 0F 85 ?? 01 00 00 60 BE 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

Here are 4 specific false positive scenarios for the GameGuardv20065xxdllsignbyhot UNP detection rule, along with suggested filters and exclusions:

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