← Back to SOC feed Coverage →

Setup2GoInstallerStub

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

Hunt Hypothesis

This rule detects the presence of Setup2Go installer stubs, which are often used by adversaries to stage payloads or execute initial access mechanisms via legitimate installer frameworks. Proactively hunting for these artifacts allows the SOC to identify potential supply chain compromises or hidden persistence mechanisms that may evade standard behavioral detections in the Azure Sentinel environment.

YARA Rule

rule Setup2GoInstallerStub
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 5B 53 45 54 55 50 5F 49 4E 46 4F 5D 0D 0A 56 65 72 }

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