mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-28 15:58:24 +01:00
Merge pull request #180 from wietze/new/CustomShellHost
Adding CustomShellHost.exe LOLBAS
This commit is contained in:
commit
59808608e7
23
yml/OSBinaries/CustomShellHost.yml
Normal file
23
yml/OSBinaries/CustomShellHost.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
Name: CustomShellHost.exe
|
||||||
|
Description: A host process that is used by custom shells when using Windows in Kiosk mode.
|
||||||
|
Author: 'Wietze Beukema'
|
||||||
|
Created: 2021-11-14
|
||||||
|
Commands:
|
||||||
|
- Command: CustomShellHost.exe
|
||||||
|
Description: Executes explorer.exe (with command-line argument /NoShellRegistrationCheck) if present in the current working folder.
|
||||||
|
Usecase: Can be used to evade defensive counter-measures
|
||||||
|
Category: Execute
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1218
|
||||||
|
OperatingSystem: Windows 10, Windows 11
|
||||||
|
Full_Path:
|
||||||
|
- Path: C:\Windows\System32\CustomShellHost.exe
|
||||||
|
Detection:
|
||||||
|
- IOC: CustomShellHost.exe is unlikely to run on normal workstations
|
||||||
|
Resources:
|
||||||
|
- Link: https://twitter.com/YoSignals/status/1381353520088113154
|
||||||
|
- Link: https://docs.microsoft.com/en-us/windows/configuration/kiosk-shelllauncher
|
||||||
|
Acknowledgement:
|
||||||
|
- Person: John Carroll
|
||||||
|
Handle: '@YoSignals'
|
Loading…
Reference in New Issue
Block a user