Added detection testing service results inDetect HTML Help Renamed

This commit is contained in:
mhaag-spl
2021-08-11 20:32:46 -06:00
parent bf673e9d1a
commit f7bb6e308d
@@ -5,7 +5,7 @@ date: '2021-02-11'
author: Michael Haag, Splunk
type: batch
datamodel:
- Endpoint
- Endpoint
description: The following analytic identifies a renamed instance of hh.exe (HTML
Help) executing a Compiled HTML Help (CHM). This particular technique will load
Windows script code from a compiled help file. CHM files may contain nearly any
@@ -21,12 +21,13 @@ search: '| tstats `security_content_summariesonly` count min(_time) as firstTime
as lastTime from datamodel=Endpoint.Processes where (Processes.original_file_name=HH.exe
AND Processes.process_name!=hh.exe) by Processes.dest Processes.user Processes.parent_process_name
Processes.process_name Processes.process Processes.process_id Processes.parent_process_id
Processes.original_file_name
| `drop_dm_object_name(Processes)`
| `security_content_ctime(firstTime)`
| `security_content_ctime(lastTime)`
| `detect_html_help_renamed_filter`'
how_to_implement: To successfully implement this search you need to be ingesting information on process that include the name of the process responsible for the changes from your endpoints into the `Endpoint` datamodel in the `Processes` node. In addition, confirm the latest CIM App 4.20 or higher is installed and the latest TA for the endpoint product.
Processes.original_file_name | `drop_dm_object_name(Processes)` | `security_content_ctime(firstTime)`
| `security_content_ctime(lastTime)` | `detect_html_help_renamed_filter`'
how_to_implement: To successfully implement this search you need to be ingesting information
on process that include the name of the process responsible for the changes from
your endpoints into the `Endpoint` datamodel in the `Processes` node. In addition,
confirm the latest CIM App 4.20 or higher is installed and the latest TA for the
endpoint product.
known_false_positives: Although unlikely a renamed instance of hh.exe will be used
legitimately, filter as needed.
references:
@@ -49,7 +50,8 @@ tags:
impact: 80
kill_chain_phases:
- Actions on Objectives
message: The following $process_name$ has been identified as renamed, spawning from $parent_process_name$.
message: The following $process_name$ has been identified as renamed, spawning from
$parent_process_name$.
mitre_attack_id:
- T1218.001
nist:
@@ -80,11 +82,11 @@ tags:
- _time
- Processes.dest
- Processes.user
- Processes.parent_process_name #parent process name
- Processes.parent_process #parent cmdline
- Processes.parent_process_name
- Processes.parent_process
- Processes.original_file_name
- Processes.process_name #process name
- Processes.process #process cmdline
- Processes.process_name
- Processes.process
- Processes.process_id
- Processes.parent_process_path
- Processes.process_path