.. /SettingSyncHost.exe
Star

Execute

Host Process for Setting Synchronization


Paths:

Resources:
Acknowledgements:

Detection:

Execute

  1. Execute file specified in %COMSPEC%

    SettingSyncHost -LoadAndRunDiagScript anything
    Use case
    Can be used to evade defensive countermeasures or to hide as a persistence mechanism
    Privileges required
    User
    Operating systems
    Windows 8, Windows 8.1, Windows 10
    ATT&CK® technique
    T1218
  2. Execute a batch script in the background (no window ever pops up) which can be subverted to running arbitrary programs by setting the current working directory to %TMP% and creating files such as reg.bat/reg.exe in that directory thereby causing them to execute instead of the ones in C:\Windows\System32.

    SettingSyncHost -LoadAndRunDiagScriptNoCab anything
    Use case
    Can be used to evade defensive countermeasures or to hide as a persistence mechanism. Additionally, effectively act as a -WindowStyle Hidden option (as there is in PowerShell) for any arbitrary batch file.
    Privileges required
    User
    Operating systems
    Windows 8, Windows 8.1, Windows 10
    ATT&CK® technique
    T1218