← Back to SOC feed Coverage →

ExeStealth275aWebtoolMaster

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

Hunt Hypothesis

This detection identifies potential web tool execution anomalies that may indicate early-stage reconnaissance or lateral movement by adversaries utilizing custom executable signatures. Proactively hunting for this behavior in Azure Sentinel allows the SOC team to uncover stealthy threats that might evade standard signature-based defenses and refine their YARA rules based on observed patterns.

YARA Rule

rule ExeStealth275aWebtoolMaster
{
      meta:
		author="malware-lu"
strings:
		$a0 = { EB 58 53 68 61 72 65 77 61 72 65 2D 56 65 72 73 69 6F 6E 20 45 78 65 53 74 65 61 6C 74 68 2C 20 63 6F 6E 74 61 63 74 20 73 75 70 70 6F 72 74 40 77 65 62 74 6F 6F 6C 6D 61 73 74 65 72 2E 63 6F 6D 20 2D 20 77 77 77 2E 77 65 62 74 6F 6F 6C 6D 61 73 74 65 72 }

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

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