← Back to SOC feed Coverage →

GardianAngel10

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

Hunt Hypothesis

This YARA rule targets the specific memory footprint or binary characteristics of the GardianAngel10 component, a tool often associated with process injection or anti-forensics capabilities used by adversaries to maintain persistence. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify low-severity, stealthy implantations that may be leveraging legitimate system processes to evade standard behavioral detections.

YARA Rule

rule GardianAngel10
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 06 8C C8 8E D8 8E C0 FC BF [2] EB }

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