PT0-002 · Question #512
A penetration tester is configuring a vulnerability management solution to perform a scan of Linux servers on an enterprise network. The client wants to reduce potential disruptions as much as possibl
The correct answer is A. Read-only user. To minimize disruption during a vulnerability scan on Linux servers, a penetration tester should use an account with the least privilege necessary for scanning.
Question
A penetration tester is configuring a vulnerability management solution to perform a scan of Linux servers on an enterprise network. The client wants to reduce potential disruptions as much as possible. Which of the following types of accounts should the tester use?
Options
- ARead-only user
- BSSH LDAP user
- CDomain administrator
- DUnprivileged user
How the community answered
(17 responses)- A88% (15)
- C6% (1)
- D6% (1)
Why each option
To minimize disruption during a vulnerability scan on Linux servers, a penetration tester should use an account with the least privilege necessary for scanning.
A read-only user account grants access only to view system configurations, files, and services, allowing the vulnerability scanner to collect necessary information without the ability to modify or disrupt the system. This approach adheres to the principle of least privilege, reducing the risk of unintended changes or service interruptions during the scan.
SSH LDAP user refers to an authentication method, not a privilege level, and could still be configured with excessive permissions.
A domain administrator account has extensive privileges across the network, posing a significant risk of disruption or damage if compromised or misused during a scan.
An unprivileged user is too vague; while it implies low privilege, 'read-only' specifically defines the necessary access for non-disruptive scanning.
Concept tested: Least privilege for vulnerability scanning
Topics
Community Discussion
No community discussion yet for this question.