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:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://www.fireeye.com/blog/threat-research/2018/09/apt10-targeting-japanese-corporations-using-updated-ttps.html
|
2019-02-25 23:24:46 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2019/02/06
|
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-02-25 23:24:46 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image: '*\GUP.exe'
|
|
|
|
filter:
|
|
|
|
Image: '*\updater\*'
|
|
|
|
condition: selection and not filter
|
2019-02-25 23:24:46 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Execution of tools named GUP.exe and located in folders different than Notepad++\updater
|
2019-02-25 23:24:46 +00:00
|
|
|
level: high
|