Processes & Services
MITRE ATT&CK™ Process Discovery & System Service Discovery - Technique T1057 & T1007
Theory
This page provides useful commands for Windows enumeration that can be used to query process and services information.
Practice
Services
When using a network logon like WinRM or a bind shell, use of Get-CimInstance
or Get-Service
with a non-administrative user leads to a "permission denied". However, employing an interactive logon, such as RDP, resolves this issue.
To obtain a list of all the services, we can use one of the following commands
Processes
To obtain a list of all processes, we can use one of the following commands
Resources
Last updated