← Back to SOC feed Coverage →

EXEStealth275WebtoolMaster

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

Hunt Hypothesis

This YARA rule identifies the presence of the EXEStealth275WebtoolMaster executable, a known web tool often utilized by adversaries for initial access or lateral movement. Proactively hunting for this artifact in Azure Sentinel allows the SOC team to detect low-severity footholds that may have been missed by standard behavioral detections, enabling early containment before the tool is leveraged for further compromise.

YARA Rule

rule EXEStealth275WebtoolMaster
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 90 60 90 E8 00 00 00 00 5D 81 ED D1 27 40 00 B9 15 00 00 00 }

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