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.
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)- A4% (1)
- B78% (21)
- C11% (3)
- D7% (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.
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.
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.
Remote connections from personal workstations to servers are a network access control and VPN policy issue, not detectable through password hash analysis.
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
Community Discussion
No community discussion yet for this question.