SCHIZOSCHIZOSCHIZO
  • WORK
  • ABOUT
  • BRAIN DUMP
  • TOOLS
  • CONTACT
2026-06-17

Authentication in Active Directory

SecurityActive DirectoryNTLMKerberos

NTLM authentication

It is a challenge-response mechanism:

  1. >The user sends their username and password to the server.
  2. >The server responds with a challenge.
  3. >The user responds with the challenge and a response to the challenge.
  4. >The server forwards the user-sent challenge and response to the domain controller.
  5. >The domain controller verifies the response against a database.
  6. >If the response is valid, the domain controller tells the server to allow the user to access the service.
  7. >If the response is invalid, the domain controller denies the user's request.

Kerberos authentication

It is a ticket-based authentication method.

AD auth check1/3

Which mechanism is challenge-response?

Read next

  • 2026-06-13 · Byte-SizedLLMNR Poisoning
  • 2026-06-28 · CheatsheetsWireshark Basics
  • 2026-06-22 · Byte-SizedAWS IAM
  • 2026-06-17 · ChecklistsConfiguring DNSSEC on F5 BIG-IP DNS

← All PostsSCHIZO Brain Dump
SCHIZO

Suhesh Kasti — AppSec & Offensive Security

Navigate

  • ▸ Projects
  • ▸ Brain Dump
  • ▸ Cyber Tools
  • ▸ About
  • ▸ Contact
  • Download CV

Connect

  • ◆ GitHub
  • ◆ LinkedIn
  • ◆ Twitter
  • ◆ YouTube
  • ◆ Telegram
© 2026 SCHIZO

Press / to search