Files
hayabusa/rules/Sigma/win_winword_dll_load.yml
2021-11-14 11:00:56 +09:00

31 lines
836 B
YAML

title: Winword.exe Loads Suspicious DLL
author: Victor Sergeev, oscd.community
date: 2020/10/09
description: Detects Winword.exe loading of custmom dll via /l cmd switch
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image: '*\winword.exe'
SELECTION_3:
CommandLine: '*/l*'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unknown
fields:
- CommandLine
id: 2621b3a6-3840-4810-ac14-a02426086171
level: medium
logsource:
category: process_creation
product: windows
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/LOLUtilz/OtherMSBinaries/Winword.yml
status: experimental
tags:
- attack.defense_evasion
- attack.t1202
yml_filename: win_winword_dll_load.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation