.. /Explorer.exe
Star

Execute

Binary used for managing files and system components within Windows


Paths:

Resources:
Acknowledgements:

Detection:

Execute

  1. Execute calc.exe with the parent process spawning from a new instance of explorer.exe

    explorer.exe /root,"C:\Windows\System32\calc.exe"
    Use case
    Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.
    Privileges required
    User
    Operating systems
    Windows XP, Windows 7, Windows 8, Windows 8.1, Windows 10, Windows 11
    ATT&CK® technique
    T1202
  2. Execute notepad.exe with the parent process spawning from a new instance of explorer.exe

    explorer.exe C:\Windows\System32\notepad.exe
    Use case
    Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.
    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1202