nerdexam
GIAC

GCIH · Question #820

What information security risk could be identified with the use of the DPAT tool?

The correct answer is B. Multiple users on different workstations sharing a single account. DPAT (Domain Password Audit Tool) analyzes Active Directory password hashes and logon data to detect shared credentials, including multiple users authenticating from different workstations using a single account.

Incident Response & Cyber Kill Chain

Question

What information security risk could be identified with the use of the DPAT tool?

Options

  • AIT administrators who reuse passwords between their user account and their admin account
  • BMultiple users on different workstations sharing a single account
  • CIT administrators who use their personal workstation to connect remotely to servers
  • DUsers that increment their password by one character every time they change it

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    78% (21)
  • C
    11% (3)
  • D
    7% (2)

Why each option

DPAT (Domain Password Audit Tool) analyzes Active Directory password hashes and logon data to detect shared credentials, including multiple users authenticating from different workstations using a single account.

AIT administrators who reuse passwords between their user account and their admin account

Identifying admin-to-user password reuse requires comparing hashes between separate account objects across privilege tiers, which is a different analytical function not central to DPAT's design.

BMultiple users on different workstations sharing a single accountCorrect

DPAT correlates password hashes extracted from Active Directory with authentication event data to identify accounts whose credentials are used from multiple distinct workstations, which directly indicates credential sharing among users. When multiple individuals share a single account, the same hash appears across logon events originating from different machine names, a pattern DPAT surfaces during its audit. This makes it an effective tool for detecting shared account abuse in enterprise environments.

CIT administrators who use their personal workstation to connect remotely to servers

Remote connections from personal workstations to servers are a network access control and VPN policy issue, not detectable through password hash analysis.

DUsers that increment their password by one character every time they change it

Detecting password incrementing patterns requires cracking plaintext passwords and comparing them across multiple historical snapshots over time, which is outside DPAT's scope.

Concept tested: Active Directory password audit and shared credential detection

Source: https://github.com/clr2of8/DPAT

Topics

#DPAT#password auditing#shared accounts#credential analysis

Community Discussion

No community discussion yet for this question.

Full GCIH Practice