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

28 lines
800 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
2021-11-27 11:33:14 +01:00
status: test
2019-10-28 11:59:49 +01:00
description: Identifies usage of hh.exe executing recently modified .chm files.
author: E.M. Anhaus (originally from Atomic Blue Detections, Dan Beavin), oscd.community
2019-11-11 03:04:54 +03:00
references:
2021-11-27 11:33:14 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1218.001/T1218.001.md
- 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
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2020-01-19 22:34:16 +01:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2019-10-28 11:59:49 +01:00
detection:
2021-11-27 11:33:14 +01:00
selection:
Image|endswith: '\hh.exe'
CommandLine|contains: '.chm'
condition: selection
2020-01-11 00:11:27 +01:00
fields:
2021-11-27 11:33:14 +01:00
- ComputerName
- User
- CommandLine
2019-10-28 11:59:49 +01:00
falsepositives:
2022-03-16 14:39:23 +01:00
- Unlikely
2019-10-28 11:59:49 +01:00
level: high
2021-11-27 11:33:14 +01:00
tags:
- attack.defense_evasion
2022-01-19 18:23:30 +01:00
- attack.t1218.001