2020-06-24 13:39:59 +02:00
|
|
|
---
|
|
|
|
Name: Explorer.exe
|
|
|
|
Description: Binary used for managing files and system components within Windows
|
2023-03-31 14:46:21 +02:00
|
|
|
Author: Jai Minton
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2020-06-24
|
2020-06-24 13:39:59 +02:00
|
|
|
Commands:
|
|
|
|
- Command: explorer.exe /root,"C:\Windows\System32\calc.exe"
|
|
|
|
Description: Execute calc.exe with the parent process spawning from a new instance of explorer.exe
|
|
|
|
Usecase: Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 21:17:04 +01:00
|
|
|
MitreID: T1202
|
2021-12-14 16:50:17 +01:00
|
|
|
OperatingSystem: Windows XP, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
|
2020-07-03 21:03:07 +02:00
|
|
|
- Command: explorer.exe C:\Windows\System32\notepad.exe
|
2022-10-26 10:14:27 +02:00
|
|
|
Description: Execute notepad.exe with the parent process spawning from a new instance of explorer.exe
|
2020-07-03 21:03:07 +02:00
|
|
|
Usecase: Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
2021-11-05 21:17:04 +01:00
|
|
|
MitreID: T1202
|
2021-12-14 16:50:17 +01:00
|
|
|
OperatingSystem: Windows 10, Windows 11
|
2020-06-24 13:39:59 +02:00
|
|
|
Full_Path:
|
|
|
|
- Path: C:\Windows\explorer.exe
|
2020-06-24 13:45:40 +02:00
|
|
|
- Path: C:\Windows\SysWOW64\explorer.exe
|
2020-06-24 13:39:59 +02:00
|
|
|
Detection:
|
2023-10-18 17:30:34 +02:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/c04bef2fbbe8beff6c7620d5d7ea6872dbe7acba/rules/windows/process_creation/proc_creation_win_explorer_break_process_tree.yml
|
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/c04bef2fbbe8beff6c7620d5d7ea6872dbe7acba/rules/windows/process_creation/proc_creation_win_explorer_lolbin_execution.yml
|
2021-11-15 14:19:03 +01:00
|
|
|
- Elastic: https://github.com/elastic/detection-rules/blob/f2bc0c685d83db7db395fc3dc4b9729759cd4329/rules/windows/initial_access_via_explorer_suspicious_child_parent_args.toml
|
|
|
|
- IOC: Multiple instances of explorer.exe or explorer.exe using the /root command line is suspicious.
|
2020-06-24 13:39:59 +02:00
|
|
|
Resources:
|
|
|
|
- Link: https://twitter.com/CyberRaiju/status/1273597319322058752?s=20
|
2020-07-03 21:03:07 +02:00
|
|
|
- Link: https://twitter.com/bohops/status/1276356245541335048
|
|
|
|
- Link: https://twitter.com/bohops/status/986984122563391488
|
2020-06-24 13:39:59 +02:00
|
|
|
Acknowledgement:
|
|
|
|
- Person: Jai Minton
|
|
|
|
Handle: '@CyberRaiju'
|
2020-10-23 04:00:05 +02:00
|
|
|
- Person: Jimmy
|
2020-07-03 21:03:07 +02:00
|
|
|
Handle: '@bohops'
|