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-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:
|
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'
|
2019-04-15 06:12:12 +00:00
|
|
|
filter:
|
|
|
|
Image:
|
2019-04-15 06:47:53 +00:00
|
|
|
- 'C:\Users\*\AppData\Local\Notepad++\updater\gup.exe'
|
2019-04-15 06:12:12 +00:00
|
|
|
- 'C:\Users\*\AppData\Roaming\Notepad++\updater\gup.exe'
|
|
|
|
- 'C:\Program Files\Notepad++\updater\gup.exe'
|
|
|
|
- 'C:\Program Files (x86)\Notepad++\updater\gup.exe'
|
|
|
|
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
|