Windows Logon Session Types: Network

Logon Type — Network

Used to access a Windows resource (e.g. shared folder) from a system on the network.

Logon Type Number

3

Logon User Rights / Tokens

SeNetworkLogonRight — Access this computer from the network

SeDenyNetworkLogonRight — Deny access to this computer from the network

Authenticators Accepted

Password, NT Hash, Kerberos ticket

Reusable Credentials Stored in Destination LSA?

No (except if delegation is enabled, then Kerberos tickets are stored)

Examples
  • NET USE
  • RPC calls
  • PowerShell / WinRM / PsExec
  • Remote Registry
  • IIS integrated Windows authentication
  • SQL Windows authentication
  • Vulnerability Scanners

Windows Logon Session Types: NetworkCleartext

Logon Type — NetworkCleartext Used to logon with credentials sent in clear text (only possible for certain services).

READ MORE

Windows Logon Session Types: NewCredentials

Logon Type — NewCredentials Used with RunAs or mapping a network drive with alternate credentials. Create a new logon session for the same user but...

READ MORE

Windows Logon Session Types: Unlock

Logon Type — Unlock Used to unlock an Interactive Logon session. Creates a new Type 2 (Interactive) logon type.

READ MORE