.. /dotnet-counters.exe
Star

Execute (EXE)

.NET diagnostic tool for monitoring performance counters of .NET applications in real-time. Installed via ‘dotnet tool install –global dotnet-counters’ (.NET SDK required).

Paths:

Resources:

Acknowledgements:

Detections:

Execute

  1. Launches the specified executable as a child process while collecting performance counter data for 1 second.

    dotnet-counters.exe collect --duration 1 -- {PATH:.exe}
    Use case

    Execute a child process under the guise of a legitimate .NET diagnostic tool.

    Privileges required
    User
    Operating systems
    Windows 10, Windows 11
    ATT&CK® technique
    T1127
    Tags
    Execute: EXE