This detection identifies potential malicious activity where a 32-bit process exhibits specific behavioral patterns defined by the FSGv110EngdulekxtMASM32 YARA signature within the Azure Sentinel environment. Although currently flagged with low severity, proactively hunting for this indicator allows the SOC team to validate false positives and uncover early-stage threats that may evolve into higher-risk incidents if left unmonitored.
rule FSGv110EngdulekxtMASM32
{
meta:
author="malware-lu"
strings:
$a0 = { EB 01 DB E8 02 00 00 00 86 43 5E 8D 1D D0 75 CF 83 C1 EE 1D 68 50 ?? 8F 83 EB 02 3D 0F 5A }
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 FSGv110EngdulekxtMASM32 detection rule, including suggested filters and exclusions:
Scenario: Microsoft Defender Antivirus Real-Time Protection Scanning
MsMpEng.exe process when it performs real-time scanning of executable files in the %ProgramFiles% directory. This often triggers during peak business hours when users are actively downloading or installing software, causing high I/O activity that matches the rule’s signature patterns for MASM32 execution.C:\Program Files\Windows Defender\MsMpEng.exe within the detection logic to ignore events where the parent process is MsMpEng.exe.Scenario: Scheduled System Update Deployment via SCCM
ccmexec.exe or usoc_dla.exe, as these are known orchestrators for automated updates.Scenario: Enterprise Backup Agent Execution