mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
26 lines
847 B
YAML
26 lines
847 B
YAML
title: Whoami Execution
|
|
id: e28a5a99-da44-436d-b7a0-2afc20a5f413
|
|
status: experimental
|
|
description: Detects the execution of whoami, which is often used by attackers after exloitation / privilege escalation but rarely used by administrators
|
|
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
|
|
date: 2018/08/13
|
|
tags:
|
|
- attack.discovery
|
|
- attack.t1033
|
|
- car.2016-03-001
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\whoami.exe'
|
|
condition: selection
|
|
falsepositives:
|
|
- Admin activity
|
|
- Scripts and administrative tools used in the monitored environment
|
|
- Monitoring activity
|
|
level: medium
|