← Back to SOC feed Coverage →

Auto-generated rule - file BypassUac2.zip

yara LOW Yara-Rules
backdoorcommunityevasion
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-07-28T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential User Account Control (UAC) bypass attempts where adversaries execute a zip archive to circumvent security prompts and elevate privileges without user consent. Proactively hunting for this behavior in Azure Sentinel is critical because UAC bypasses are frequently used as an initial foothold to establish persistence or execute malicious payloads that might otherwise evade standard alerting mechanisms.

YARA Rule

rule BypassUac2 {
	meta:
		description = "Auto-generated rule - file BypassUac2.zip"
		author = "yarGen Yara Rule Generator"
		hash = "ef3e7dd2d1384ecec1a37254303959a43695df61"
	strings:
		$s0 = "/BypassUac/BypassUac/BypassUac_Utils.cpp" fullword ascii
		$s1 = "/BypassUac/BypassUacDll/BypassUacDll.aps" fullword ascii
		$s3 = "/BypassUac/BypassUac/BypassUac.ico" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the Auto-generated rule - file BypassUac2.zip, along with suggested filters and exclusions:

Original source: https://github.com/Yara-Rules/rules/blob/main/malware/TOOLKIT_THOR_HackTools.yar