SigmaHQ/rules/windows/process_creation/win_susp_gup.yml

23 lines
721 B
YAML
Raw Normal View History

2019-02-25 23:24:46 +00:00
title: Suspicious GUP Usage
description: Detects execution of the Notepad++ updater in a suspicious directory, which is often used in DLL side-loading attacks
status: experimental
references:
- https://www.fireeye.com/blog/threat-research/2018/09/apt10-targeting-japanese-corporations-using-updated-ttps.html
2019-03-05 23:43:42 +00:00
tags:
- attack.defense_evasion
- attack.t1073
2019-02-25 23:24:46 +00:00
author: Florian Roth
date: 2019/02/06
logsource:
category: process_creation
product: windows
2019-02-25 23:24:46 +00:00
detection:
selection:
Image: '*\GUP.exe'
filter:
Image: '*\updater\*'
condition: selection and not filter
2019-02-25 23:24:46 +00:00
falsepositives:
- Execution of tools named GUP.exe and located in folders different than Notepad++\updater
2019-02-25 23:24:46 +00:00
level: high