whoami.exe
- File Path:
C:\WINDOWS\SysWOW64\whoami.exe
- Description: whoami - displays logged on user information
Hashes
Type | Hash |
---|---|
MD5 | 6BF58319EDA28B83353CDCE828365EBD |
SHA1 | 11BE0AD1BC2C35B22E7E24051C5107C1CDFDB2BF |
SHA256 | 9156E5EB17D18DA8442124FB4034DA2D0BAA3D4499EDCFE265B34299C33A6EAC |
SHA384 | 95D7D59FB78A2054AC0A64B815A6E9BB0B7401685861BA000D7EA678CCB124B2FF479E5CB933377A6D1AA95746371C0D |
SHA512 | AD1DA350CC242EE55CED0428A9BA981F7FB6F6DE04E0CDC965AAA7823022501CD51CFDB9A7BA89DF54334DA22C21BBB5C2733817FEF29B7EE6BD707D9CF9448D |
SSDEEP | 1536:z+VrPChgQ4lw+C3sSKdR4QPjYK5YMvHYcS3FqbEgexGkHJ:z+99a+C3j+4OkIpYc2mexNJ |
IMP | 505871A09E1EEB12F301671252C611BE |
PESHA1 | B33C421E2A22AE5A4B413B403DCF3C8666459FCB |
PE256 | C2089FBEBAAE7C8AD412B2CCCEBE217B62FCB4D793AED9E69528EF3A3FDD862B |
Runtime Data
Usage (stdout):
WhoAmI has three ways of working:
Syntax 1:
WHOAMI [/UPN | /FQDN | /LOGONID]
Syntax 2:
WHOAMI { [/USER] [/GROUPS] [/CLAIMS] [/PRIV] } [/FO format] [/NH]
Syntax 3:
WHOAMI /ALL [/FO format] [/NH]
Description:
This utility can be used to get user name and group information
along with the respective security identifiers (SID), claims,
privileges, logon identifier (logon ID) for the current user
on the local system. I.e. who is the current logged on user?
If no switch is specified, tool displays the user name in NTLM
format (domain\username).
Parameter List:
/UPN Displays the user name in User Principal
Name (UPN) format.
/FQDN Displays the user name in Fully Qualified
Distinguished Name (FQDN) format.
/USER Displays information on the current user
along with the security identifier (SID).
/GROUPS Displays group membership for current user,
type of account, security identifiers (SID)
and attributes.
/CLAIMS Displays claims for current user,
including claim name, flags, type and values.
/PRIV Displays security privileges of the current
user.
/LOGONID Displays the logon ID of the current user.
/ALL Displays the current user name, groups
belonged to along with the security
identifiers (SID), claims and privileges for
the current user access token.
/FO format Specifies the output format to be displayed.
Valid values are TABLE, LIST, CSV.
Column headings are not displayed with CSV
format. Default format is TABLE.
/NH Specifies that the column header should not
be displayed in the output. This is
valid only for TABLE and CSV formats.
/? Displays this help message.
Examples:
WHOAMI
WHOAMI /UPN
WHOAMI /FQDN
WHOAMI /LOGONID
WHOAMI /USER
WHOAMI /USER /FO LIST
WHOAMI /USER /FO CSV
WHOAMI /GROUPS
WHOAMI /GROUPS /FO CSV /NH
WHOAMI /CLAIMS
WHOAMI /CLAIMS /FO LIST
WHOAMI /PRIV
WHOAMI /PRIV /FO TABLE
WHOAMI /USER /GROUPS
WHOAMI /USER /GROUPS /CLAIMS /PRIV
WHOAMI /ALL
WHOAMI /ALL /FO LIST
WHOAMI /ALL /FO CSV /NH
WHOAMI /?
Usage (stderr):
ERROR: Invalid argument/option - '--help'.
Type "WHOAMI /?" for usage.
Loaded Modules:
Path |
---|
C:\WINDOWS\SYSTEM32\ntdll.dll |
C:\WINDOWS\System32\wow64.dll |
C:\WINDOWS\System32\wow64base.dll |
C:\WINDOWS\System32\wow64con.dll |
C:\WINDOWS\System32\wow64cpu.dll |
C:\WINDOWS\System32\wow64win.dll |
C:\WINDOWS\SysWOW64\whoami.exe |
Signature
- Status: Signature verified.
- Serial:
33000002ED2C45E4C145CF48440000000002ED
- Thumbprint:
312860D2047EB81F8F58C29FF19ECDB4C634CF6A
- Issuer: CN=Microsoft Windows Production PCA 2011, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
- Subject: CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US
File Metadata
- Original Filename: whoami.exe
- Product Name: Microsoft Windows Operating System
- Company Name: Microsoft Corporation
- File Version: 10.0.22000.1 (WinBuild.160101.0800)
- Product Version: 10.0.22000.1
- Language: English (United States)
- Legal Copyright: Microsoft Corporation. All rights reserved.
- Machine Type: 32-bit
File Scan
- VirusTotal Detections: 0/74
- VirusTotal Link: https://www.virustotal.com/gui/file/9156e5eb17d18da8442124fb4034da2d0baa3d4499edcfe265b34299c33a6eac/detection
Possible Misuse
The following table contains possible examples of whoami.exe
being misused. While whoami.exe
is not inherently malicious, its legitimate functionality can be abused for malicious purposes.
Additional Info*
*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.
whoami
Displays user, group and privileges information for the user who is currently logged on to the local system. If used without parameters, whoami displays the current domain and user name.
Syntax
whoami [/upn | /fqdn | /logonid]
whoami {[/user] [/groups] [/priv]} [/fo <Format>] [/nh]
whoami /all [/fo <Format>] [/nh]
Parameters
Parameter | Description |
---|---|
/upn | Displays the user name in user principal name (UPN) format. |
/fqdn | Displays the user name in fully qualified domain name (FQDN) format. |
/logonid | Displays the logon ID of the current user. |
/user | Displays the current domain and user name and the security identifier (SID). |
/groups | Displays the user groups to which the current user belongs. |
/priv | Displays the security privileges of the current user. |
/fo <Format> | Specifies the output format. Valid values include:</br>table Displays output in a table. This is the default value.</br>list Displays output in a list.</br>csv Displays output in comma-separated value (CSV) format. |
/all | Displays all information in the current access token, including the current user name, security identifiers (SID), privileges, and groups that the current user belongs to. |
/nh | Specifies that the column header should not be displayed in the output. This is valid only for table and CSV formats. |
/? | Displays help at the command prompt. |
Examples
To display the domain and user name of the person who is currently logged on to this computer, type:
whoami
Output similar to the following appears:
DOMAIN1\administrator
To display all of the information in the current access token, type:
whoami /all
Additional References
MIT License. Copyright (c) 2020-2021 Strontic.