mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
d7709d2236
Add "\" to file path end
26 lines
675 B
YAML
26 lines
675 B
YAML
title: Winword.exe Loads Suspicious DLL
|
|
id: 2621b3a6-3840-4810-ac14-a02426086171
|
|
status: experimental
|
|
description: Detects Winword.exe loading of custmom dll via /l cmd switch
|
|
references:
|
|
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/LOLUtilz/OtherMSBinaries/Winword.yml
|
|
author: Victor Sergeev, oscd.community
|
|
date: 2020/10/09
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
image_path:
|
|
Image|endswith: '\winword.exe'
|
|
cmd:
|
|
CommandLine|contains: '/l'
|
|
condition: image_path and cmd
|
|
fields:
|
|
- CommandLine
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1202
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|