Files
blue-team-tools/rules/windows/process_creation/win_winword_dll_load.yml
T
2021-11-27 11:33:14 +01:00

27 lines
660 B
YAML

title: Winword.exe Loads Suspicious DLL
id: 2621b3a6-3840-4810-ac14-a02426086171
status: test
description: Detects Winword.exe loading of custmom dll via /l cmd switch
author: Victor Sergeev, oscd.community
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/LOLUtilz/OtherMSBinaries/Winword.yml
date: 2020/10/09
modified: 2021/11/27
logsource:
category: process_creation
product: windows
detection:
image_path:
Image|endswith: '\winword.exe'
cmd:
CommandLine|contains: '/l'
condition: image_path and cmd
fields:
- CommandLine
falsepositives:
- Unknown
level: medium
tags:
- attack.defense_evasion
- attack.t1202