This detection identifies potential file-based threats or specific malware signatures matching the “FSGv20bartxt” YARA pattern within Azure Sentinel’s ingested telemetry. Proactive hunting for this indicator is essential to uncover early-stage compromises that may evade standard signature-based alerts, allowing the SOC team to investigate lateral movement or data exfiltration before an incident escalates.
rule FSGv20bartxt
{
meta:
author="malware-lu"
strings:
$a0 = { 87 25 [3] 00 61 94 55 A4 B6 80 FF 13 }
condition:
$a0 at pe.entry_point
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the FSGv20bartxt detection rule in an enterprise environment, along with recommended filters and exclusions:
Scenario: Automated Backup Script Execution
.txt log files containing binary-like structures that match the FSGv20bartxt signature. These files are created in the C:\ProgramData\Veeam\Backup\Logs directory during the backup window.Veeam.Backup.Service.exe) and File Path (*\\Veeam\\Backup\\Logs\\*.txt). Alternatively, add these specific paths to the YARA rule’s exclude section.Scenario: Endpoint Protection Health Checks
health_report.txt) in the %ProgramFiles%\Windows Defender directory which contains specific byte patterns triggering the rule.SYSTEM or NT AUTHORITY\SYSTEM) where the executable path matches *\\Windows Defender\\*.exe.Scenario: IT Asset Management Inventory Scans
inventory_manifest.txt) to the C:\Temp directory containing structured data that mimics the detection logic of FSGv20bartxt.