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

32 lines
1.0 KiB
YAML
Raw Normal View History

2019-10-24 11:46:56 +02:00
title: Suspicious HWP Sub Processes
2019-11-12 23:12:27 +01:00
id: 023394c4-29d5-46ab-92b8-6a534c6f447b
2021-11-27 11:33:14 +01:00
status: test
2019-10-24 11:46:56 +02:00
description: Detects suspicious Hangul Word Processor (Hanword) sub processes that could indicate an exploitation
author: Florian Roth
2021-11-27 11:33:14 +01:00
references:
- https://www.securitynewspaper.com/2016/11/23/technical-teardown-exploit-malware-hwp-files/
- https://www.hybrid-analysis.com/search?query=context:74940dcc5b38f9f9b1a0fea760d344735d7d91b610e6d5bd34533dd0153402c5&from_sample=5db135000388385a7644131f&block_redirect=1
- https://twitter.com/cyberwar_15/status/1187287262054076416
- https://blog.alyac.co.kr/1901
- https://en.wikipedia.org/wiki/Hangul_(word_processor)
2019-10-24 11:46:56 +02:00
date: 2019/10/24
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-10-24 11:46:56 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-10-24 11:46:56 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
ParentImage|endswith: '\Hwp.exe'
Image|endswith: '\gbb.exe'
condition: selection
2019-10-24 11:46:56 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2019-10-24 11:46:56 +02:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.initial_access
- attack.t1566.001
- attack.execution
- attack.t1203
- attack.t1059.003
- attack.g0032