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

25 lines
758 B
YAML
Raw Normal View History

2022-08-19 23:05:46 +01:00
title: Suspicious CustomShellHost Execution
id: 84b14121-9d14-416e-800b-f3b829c5a14d
status: test
2022-08-19 23:05:46 +01:00
description: Detects the execution of CustomShellHost binary where the child isn't located in 'C:\Windows\explorer.exe'
references:
- https://github.com/LOLBAS-Project/LOLBAS/pull/180
2023-08-14 09:43:11 +02:00
- https://lolbas-project.github.io/lolbas/Binaries/CustomShellHost/
2023-02-01 11:14:59 +01:00
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022-08-19
2022-08-19 23:05:46 +01:00
tags:
- attack.defense-evasion
2022-08-19 23:05:46 +01:00
- attack.t1216
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith: '\CustomShellHost.exe'
2022-08-19 23:05:46 +01:00
filter:
Image: 'C:\Windows\explorer.exe'
2022-08-19 23:05:46 +01:00
condition: selection and not filter
falsepositives:
- Unknown
level: medium