2021-12-09 14:08:29 +01:00
title : Execution Of Not Existing File
id : 71158e3f-df67-472b-930e-7d287acaa3e1
status : experimental
description : Checks whether the image specified in a process creation event is not a full, absolute path (caused by process ghosting or other unorthodox methods to start a process)
author : Max Altgelt
date : 2021 /12/09
2022-01-25 11:46:16 +01:00
modified : 2022 /01/25
2021-12-09 14:08:29 +01:00
references :
- https://pentestlaboratories.com/2021/12/08/process-ghosting/
tags :
- attack.defense_evasion
logsource :
category : process_creation
product : windows
detection :
image_absolute_path :
Image|contains : '\'
2022-01-25 11:43:13 +01:00
filter_null:
2021-12-09 14:08:29 +01:00
Image: null
2022-01-25 11:43:13 +01:00
filter_empty:
Image:
- ' -'
- ' '
2021-12-27 11:48:51 +01:00
filter_4688:
- Image: ' Registry'
- CommandLine : 'Registry'
condition : not image_absolute_path and not 1 of filter*
2021-12-09 14:08:29 +01:00
falsepositives :
- unknown
2021-12-09 16:03:06 +01:00
level : high