This detection identifies specific file artifacts matching the “FSGv110Engbartxt” signature, which may indicate the presence of a targeted English-language payload or configuration file associated with known threat campaigns. Proactively hunting for this pattern in Azure Sentinel is essential to uncover early-stage adversary activity that might be missed by standard alerts due to its low severity classification, ensuring potential threats are identified before they escalate.
rule FSGv110Engbartxt
{
meta:
author="malware-lu"
strings:
$a0 = { BB D0 01 40 00 BF 00 10 40 00 BE [3] 00 53 E8 0A 00 00 00 02 D2 75 05 8A 16 46 12 D2 C3 B2 80 A4 6A 02 5B FF 14 24 73 F7 33 C9 FF 14 24 73 18 33 C0 FF 14 24 73 21 B3 02 41 B0 10 FF 14 24 12 C0 73 F9 75 3F AA EB DC E8 43 00 00 00 2B CB 75 10 E8 38 00 }
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 5 specific false positive scenarios for the FSGv110Engbartxt detection rule, including targeted filters and exclusions:
Scenario: Microsoft Office Background Processes
winword.exe or excel.exe processes frequently spawn child processes (e.g., mspubdoc.exe, officeclicktorun.exe) that generate text-based artifacts matching the YARA signature during document indexing, macro execution, or add-in updates. These are legitimate user activities often misidentified as suspicious text generation.Microsoft Office family processes.
Process_Name matches winword.exe, excel.exe, powerpnt.exe, or outlook.exe and the parent process is one of these same applications.Scenario: Scheduled Antivirus Scans
Process_Name is CsFalconService.exe, cbcservice.exe, or MsMpEng.exe occurring between 02:00 and 04:00 local time (standard maintenance window).Scenario: Automated Patch Management Deployment