Explorer.exe

Binary used for managing files and system components within Windows

Paths

  • C:\Windows\explorer.exe
  • C:\Windows\SysWOW64\explorer.exe

Commands

Execute

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

Use case: Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.

Privileges: User

explorer.exe /root,"{PATH_ABSOLUTE:.exe}"

Execute

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

Use case: Performs execution of specified file with explorer parent process breaking the process tree, can be used for defense evasion.

Privileges: User

explorer.exe {PATH_ABSOLUTE:.exe}

Detection

Resources