← Back to SOC feed Coverage →

EXEStealthv276WebToolMaster

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

Hunt Hypothesis

This rule detects the presence of a specific web-based tooling artifact, likely used by adversaries to establish persistence or facilitate lateral movement through browser extensions or web shells. Proactively hunting for this signature in Azure Sentinel allows the SOC team to identify low-severity footholds that may be overlooked by standard endpoint detections, thereby reducing the risk of undetected adversary activity within the environment.

YARA Rule

rule EXEStealthv276WebToolMaster
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 65 45 78 65 53 74 65 61 6C 74 68 20 56 32 20 2D 20 77 77 77 2E 77 65 62 74 6F 6F 6C 6D 61 73 74 65 72 2E 63 6F 6D 20 59 4F 55 52 20 41 44 20 48 45 52 45 21 50 69 52 41 43 59 20 69 53 20 41 }

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