#T1057 Process Discovery
Technique
- Tactics: Discovery
- Description:
Adversaries may attempt to get information about running processes on a system. Information obtained could be used to gain an understanding of common software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details. Adversaries may use the information from Process Discovery during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.
In Windows environments, adversaries could obtain details on running processes using the Tasklist utility via cmd or
Get-Processvia PowerShell. Information about processes can also be extracted from the output of Native API calls such asCreateToolhelp32Snapshot. In Mac and Linux, this is accomplished with thepscommand. Adversaries may also opt to enumerate processes via/proc. ESXi also supports use of thepscommand, as well asesxcli system process list.(Citation: Sygnia ESXi Ransomware 2025)(Citation: Crowdstrike Hypervisor Jackpotting Pt 2 2021)On network devices, Network Device CLI commands such as
show processescan be used to display current running processes.(Citation: US-CERT-TA18-106A)(Citation: show_processes_cisco_cmd) - First Seen: Lazarus Group • 2017-05-31
-
60
Tagged Reports
-
33
Unique Authors
-
3,317
Active Days