T1033
System Owner/User Discovery
Linux · macOS · Network Devices · Windowsnothing on this site yetT1033 on attack.mitre.org
Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using OS Credential Dumping.
how MITRE says to see it
Behavioral Detection of User Discovery via Local and Remote Enumeration
- Adversary launches built-in system tools (e.g., whoami, query user, net user) or scripts that enumerate user account information via local execution or remote API queries (e.g., WMI, PowerShell).
- Adversary runs commands like `whoami`, `id`, `w`, or `cat /etc/passwd` from non-interactive or scripting contexts to enumerate system user details.
- Adversary uses `dscl`, `who`, or environment variables like `$USER` to identify accounts or sessions via Terminal or malicious LaunchAgents.
- Adversary executes CLI commands like `show users`, `show ssh`, or attempts to dump AAA user lists from routers or switches.