598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
28 lines
893 B
YAML
28 lines
893 B
YAML
title: Whoami Utility Execution
|
|
id: e28a5a99-da44-436d-b7a0-2afc20a5f413
|
|
status: test
|
|
description: Detects the execution of whoami, which is often used by attackers after exploitation / privilege escalation
|
|
references:
|
|
- https://brica.de/alerts/alert/public/1247926/agent-tesla-keylogger-delivered-inside-a-power-iso-daa-archive/
|
|
- https://app.any.run/tasks/7eaba74e-c1ea-400f-9c17-5e30eee89906/
|
|
author: Florian Roth (Nextron Systems)
|
|
date: 2018-08-13
|
|
modified: 2023-11-30
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1033
|
|
- car.2016-03-001
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
- Image|endswith: '\whoami.exe'
|
|
- OriginalFileName: 'whoami.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Admin activity
|
|
- Scripts and administrative tools used in the monitored environment
|
|
- Monitoring activity
|
|
level: low
|