Files
blue-team-tools/rules/windows/process_creation/win_susp_gup.yml
T

28 lines
1014 B
YAML
Raw Normal View History

2019-02-26 00:24:46 +01:00
title: Suspicious GUP Usage
2019-11-12 23:12:27 +01:00
id: 0a4f6091-223b-41f6-8743-f322ec84930b
2019-02-26 00:24:46 +01:00
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-02 00:14:20 +01:00
- https://www.fireeye.com/blog/threat-research/2018/09/apt10-targeting-japanese-corporations-using-updated-ttps.html
2019-03-06 00:43:42 +01:00
tags:
2019-11-12 23:12:27 +01:00
- attack.defense_evasion
- attack.t1073
2019-02-26 00:24:46 +01:00
author: Florian Roth
date: 2019/02/06
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
2019-02-26 00:24:46 +01:00
detection:
2019-03-02 00:14:20 +01:00
selection:
Image: '*\GUP.exe'
filter:
Image:
2019-09-04 14:05:58 +03:00
- 'C:\Users\\*\AppData\Local\Notepad++\updater\gup.exe'
- '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-26 00:24:46 +01:00
falsepositives:
2019-03-02 00:14:20 +01:00
- Execution of tools named GUP.exe and located in folders different than Notepad++\updater
2019-02-26 00:24:46 +01:00
level: high