Skip to the content.

back

Find sigma rule :heavy_check_mark:

Attack: Account Discovery: Local Account

Adversaries may attempt to get a listing of local system accounts. This information can help adversaries determine which local accounts exist on a system to aid in follow-on behavior.

Commands such as net user and net localgroup of the Net utility and id and groups on macOS and Linux can list local users and groups.(Citation: Mandiant APT1)(Citation: id man page)(Citation: groups man page) On Linux, local users can also be enumerated through the use of the /etc/passwd file. On macOS the dscl . list /Users command can be used to enumerate local accounts.

MITRE

Tactic

technique

Test : Enumerate all accounts on Windows (Local)

OS

Description:

Enumerate all accounts Upon execution, multiple enumeration commands will be run and their output displayed in the PowerShell session

Executor

command_prompt

Sigma Rule

back