← Back to SOC feed Coverage →

EXEStealth276UnregisteredWebtoolMaster

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-16T11:00:01Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the presence of unregistered or stealthy web tool executables, which adversaries often deploy to establish persistent access or perform reconnaissance without triggering standard application whitelisting controls. Proactively hunting for these artifacts in Azure Sentinel allows the SOC to identify low-severity footholds that may indicate early-stage intrusion attempts or lateral movement vectors before they escalate into more impactful compromises.

YARA Rule

rule EXEStealth276UnregisteredWebtoolMaster
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB ?? 45 78 65 53 74 65 61 6C 74 68 20 56 32 20 53 68 61 72 65 77 61 72 65 20 }

condition:
		$a0
}

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