2017-10-11 17:35:17 +00:00
|
|
|
## System Owner/User Discovery
|
|
|
|
|
|
|
|
MITRE ATT&CK Technique: [T1018](https://attack.mitre.org/wiki/Technique/T1018)
|
|
|
|
|
|
|
|
### cmd.exe
|
|
|
|
|
|
|
|
"cmd.exe" /C whoami
|
|
|
|
|
|
|
|
### wmic.exe
|
|
|
|
|
|
|
|
wmic useraccount get /ALL
|
|
|
|
|
|
|
|
### quser
|
|
|
|
|
2017-10-12 17:35:44 +00:00
|
|
|
Remote:
|
|
|
|
|
2017-10-11 17:35:17 +00:00
|
|
|
quser /SERVER:"<computername>"
|
|
|
|
|
2017-10-12 17:35:44 +00:00
|
|
|
Local:
|
|
|
|
|
|
|
|
quser
|
|
|
|
|
2017-10-11 17:35:17 +00:00
|
|
|
### qwinsta
|
|
|
|
|
2017-10-12 17:35:44 +00:00
|
|
|
Remote:
|
|
|
|
|
2017-10-11 17:35:17 +00:00
|
|
|
qwinsta.exe" /server:<computername>
|
2017-10-12 17:35:44 +00:00
|
|
|
|
|
|
|
Local:
|
|
|
|
|
|
|
|
qwinsta.exe
|