SigmaHQ/rules/windows/process_creation/win_hh_chm.yml

30 lines
851 B
YAML
Raw Normal View History

title: HH.exe Execution
id: 68c8acb4-1b60-4890-8e82-3ddf7a6dba84
2019-10-28 10:59:49 +00:00
description: Identifies usage of hh.exe executing recently modified .chm files.
status: experimental
2019-11-11 00:04:54 +00:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Dan Beavin), oscd.community
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1223/T1223.yaml
- https://eqllib.readthedocs.io/en/latest/analytics/b25aa548-7937-11e9-8f5c-d46d6d62a49e.html
2019-10-28 10:59:49 +00:00
date: 2019/10/24
2019-11-11 00:04:54 +00:00
modified: 2019/11/11
2019-10-28 10:59:49 +00:00
tags:
- attack.defense_evasion
- attack.execution
- attack.t1223
2020-01-19 21:34:16 +00:00
logsource:
category: process_creation
product: windows
2019-10-28 10:59:49 +00:00
detection:
selection:
2019-11-11 00:04:54 +00:00
Image|endswith: '\hh.exe'
CommandLine|contains: '.chm'
2019-10-28 10:59:49 +00:00
condition: selection
fields:
- ComputerName
- User
- CommandLine
2019-10-28 10:59:49 +00:00
falsepositives:
- unlike
level: high