← Back to SOC feed Coverage →

GPInstallv50332

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

Hunt Hypothesis

This rule detects the execution of a specific Group Policy installation or update process, potentially indicating an adversary leveraging legitimate administrative tools to persist or modify configurations within the environment. Proactively hunting for this activity allows the SOC team to identify unauthorized or anomalous policy changes that could facilitate lateral movement or privilege escalation before they are fully exploited.

YARA Rule

rule GPInstallv50332
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 33 C9 51 51 51 51 51 51 51 53 56 57 B8 C4 1C 41 00 E8 6B 3E FF FF 33 C0 55 68 76 20 41 00 64 FF 30 64 89 20 BA A0 47 41 00 33 C0 E8 31 0A FF FF 33 D2 A1 A0 }

condition:
		$a0
}

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