312-50V11 · Question #85
In the context of Windows Security, what is a 'null' user?
The correct answer is C. A pseudo account that has no username and password. A null user in Windows is an anonymous pseudo-account with no credentials that can establish a null session over IPC$ to query system information.
Question
In the context of Windows Security, what is a 'null' user?
Options
- AA user that has no skills
- BAn account that has been suspended by the admin
- CA pseudo account that has no username and password
- DA pseudo account that was created for security administration purpose
How the community answered
(66 responses)- A3% (2)
- B2% (1)
- C94% (62)
- D2% (1)
Why each option
A null user in Windows is an anonymous pseudo-account with no credentials that can establish a null session over IPC$ to query system information.
The term 'null' in this context is a technical reference to empty credentials, not a description of user capability or skill level.
A suspended account still has a defined username and password stored in the directory; it simply cannot authenticate - this is unrelated to null sessions.
A null session is established when a client connects to a Windows system's IPC$ share using an empty username and empty password, creating an unauthenticated connection. This pseudo-account allows enumeration of users, groups, shares, and other system details depending on the Windows version and configuration. It is not a real user account but rather an anonymous authentication state exploited by attackers for reconnaissance.
Null sessions are a legacy vulnerability and attack vector, not an account intentionally created for security administration purposes.
Concept tested: Windows null sessions and anonymous IPC$ access
Source: https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/restrict-anonymous-access-to-ipc-and-admin-share
Topics
Community Discussion
No community discussion yet for this question.