← Back to SOC feed Coverage →

AdysGluev010

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

Hunt Hypothesis

This hunt hypothesis targets potential file-based threats identified by the AdysGluev010 YARA signature to detect specific malware or suspicious artifacts within the environment. Proactive hunting is essential in Azure Sentinel to validate these low-severity detections against broader context and prevent missed indicators of compromise that may not trigger immediate alerts due to their lower severity rating.

YARA Rule

rule AdysGluev010
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 2E 8C 06 [2] 0E 07 33 C0 8E D8 BE [2] BF [2] FC B9 [2] 56 F3 A5 1E 07 5F }

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 5 specific false positive scenarios for the AdysGluev010 detection rule, including suggested filters and exclusions:

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