ATLASAML.T0089
ATLAS index
AML.T0089

Process Discovery

Adversaries may attempt to get information about processes running on a system. Once obtained, this information could be used to gain an understanding of common AI related software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details. Identify

Framework
MITRE ATLAS
Maturity
Demonstrated
Platforms
Enterprise
Release
2026.05

Overview

Adversaries may attempt to get information about processes running on a system. Once obtained, this information could be used to gain an understanding of common AI-related software/applications running on systems within the network. Administrator or otherwise elevated access may provide better process details.

Identifying the AI software stack can then lead an adversary to new targets and attack pathways. AI-related software may require application tokens to authenticate with backend services. This provides opportunities for Credential Access and Lateral Movement.

In Windows environments, adversaries could obtain details on running processes using the Tasklist utility via cmd or Get-Process via PowerShell. Information about processes can also be extracted from the output of Native API calls such as CreateToolhelp32Snapshot. In Mac and Linux, this is accomplished with the ps command. Adversaries may also opt to enumerate processes via /proc.

Sources

  1. MITRE ATLAS AML.T0089: Process Discovery — MITRE