nerdexam
EC-Council

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.

Enumeration

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)
  • A
    3% (2)
  • B
    2% (1)
  • C
    94% (62)
  • D
    2% (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.

AA user that has no skills

The term 'null' in this context is a technical reference to empty credentials, not a description of user capability or skill level.

BAn account that has been suspended by the admin

A suspended account still has a defined username and password stored in the directory; it simply cannot authenticate - this is unrelated to null sessions.

CA pseudo account that has no username and passwordCorrect

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.

DA pseudo account that was created for security administration purpose

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

#null session#Windows security#anonymous access#pseudo accounts

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice