← Back to SOC feed Coverage →

Auto-generated rule - file BypassUac.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 adversary activity involving a “BypassUac.zip” file execution, which often indicates an attempt to bypass User Account Control (UAC) restrictions to elevate privileges without triggering standard prompts. Proactively hunting for this specific artifact in Azure Sentinel is critical because UAC bypass mechanisms are frequently leveraged by attackers to establish persistence and execute malicious payloads with elevated rights while evading traditional security controls.

YARA Rule

rule BypassUac_9 {
	meta:
		description = "Auto-generated rule - file BypassUac.zip"
		author = "yarGen Yara Rule Generator"
		hash = "93c2375b2e4f75fc780553600fbdfd3cb344e69d"
	strings:
		$s0 = "/x86/BypassUac.exe" fullword ascii
		$s1 = "/x64/BypassUac.exe" fullword ascii
		$s2 = "/x86/BypassUacDll.dll" fullword ascii
		$s3 = "/x64/BypassUacDll.dll" fullword ascii
		$s15 = "BypassUac" fullword ascii
	condition:
		all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 5 string patterns in its detection logic.

False Positive Guidance

Here are 5 specific false positive scenarios for the Auto-generated rule - file BypassUac.zip detection, including suggested filters and exclusions:

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