← Back to SOC feed Coverage →

FSGv20

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

Hunt Hypothesis

This rule detects the presence of specific file signatures associated with the FSGv20 YARA pattern, which may indicate the execution of known malware or suspicious scripts within the environment. Proactively hunting for these signatures in Azure Sentinel allows the SOC team to identify low-severity threats that may have been missed by standard detections, ensuring early containment of potential initial access or persistence mechanisms.

YARA Rule

rule FSGv20
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 87 25 [4] 61 94 55 A4 B6 80 FF 13 73 F9 33 C9 FF 13 73 16 33 C0 FF 13 73 1F B6 80 41 B0 10 FF 13 12 C0 73 FA 75 }

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