Potentially Suspicious Office Document Executed From Trusted Location
Description
Detects the execution of an Office application that points to a document that is located in a trusted location. Attackers often used this to avoid macro security and execute their malicious code.
Query · sigma
selection_parent: ParentImage|endswith: - \explorer.exe - \dopus.exe selection_img: - Image|endswith: - \EXCEL.EXE - \POWERPNT.EXE - \WINWORD.exe - OriginalFileName: - Excel.exe - POWERPNT.EXE - WinWord.exe selection_trusted_location: CommandLine|contains: - \AppData\Roaming\Microsoft\Templates - \AppData\Roaming\Microsoft\Word\Startup\ - \Microsoft Office\root\Templates\ - \Microsoft Office\Templates\ filter_main_dotx: CommandLine|endswith: - .dotx - .xltx - .potx condition: all of selection_* and not 1 of filter_main_*
Known false positives
- Unknown