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

31 lines
902 B
YAML
Raw Normal View History

2020-02-20 23:00:16 +01:00
title: HH.exe Execution
2019-12-19 23:56:36 +01:00
id: 68c8acb4-1b60-4890-8e82-3ddf7a6dba84
2019-10-28 11:59:49 +01:00
description: Identifies usage of hh.exe executing recently modified .chm files.
status: experimental
2019-11-11 03:04:54 +03: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 11:59:49 +01:00
date: 2019/10/24
2019-11-11 03:04:54 +03:00
modified: 2019/11/11
2019-10-28 11:59:49 +01:00
tags:
- attack.defense_evasion
2020-06-16 14:46:08 -06:00
- attack.t1218.001
- attack.execution # an old one
- attack.t1223 # an old one
2020-01-19 22:34:16 +01:00
logsource:
category: process_creation
product: windows
2019-10-28 11:59:49 +01:00
detection:
selection:
2019-11-11 03:04:54 +03:00
Image|endswith: '\hh.exe'
CommandLine|contains: '.chm'
2019-10-28 11:59:49 +01:00
condition: selection
2020-01-11 00:11:27 +01:00
fields:
- ComputerName
- User
- CommandLine
2019-10-28 11:59:49 +01:00
falsepositives:
- unlike
level: high