.. /Logger.exe
Star

Execute (CMD)

A logging configuration tool from the Windows Kits used to start and manage process logging.

Paths:

Resources:

Acknowledgements:

Execute

  1. Executes the command specified after the RUN parameter as a child of logger.exe.

    logger.exe RUN "{CMD}"
    Use case

    Executes an abitrary command via a signed binary to evade detection.

    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1202
    Tags
    Execute: CMD
  2. Executes the command specified after the RUNW parameter as a child of logger.exe.

    logger.exe RUNW "{CMD}"
    Use case

    Executes an abitrary command via a signed binary to evade detection.

    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1202
    Tags
    Execute: CMD
  3. Executes the command specified as a child of logger.exe.

    logger.exe "{CMD}"
    Use case

    Executes an abitrary command via a signed binary to evade detection.

    Privileges required
    User
    Operating systems
    Windows
    ATT&CK® technique
    T1202
    Tags
    Execute: CMD