nerdexam
CompTIA

CV0-003 · Question #96

A company has just completed a security audit and received initial results from the auditor. The results show that the ethical hacker was able to gain access to the company servers by exploiting…

The correct answer is B. Disable unnecessary accounts E. Role-based access controls. Server hardening after an audit revealing exploitation via guest and administrator accounts requires eliminating unnecessary accounts and enforcing access control by role.

Security

Question

A company has just completed a security audit and received initial results from the auditor. The results show that the ethical hacker was able to gain access to the company servers by exploiting non-hardened VMs and hosts as guests and administrators. Which of the following should be implemented to harden the environment? (Select two.)

Options

  • ADiscretionary access controls
  • BDisable unnecessary accounts
  • CChange default passwords
  • DInstall antivirus software
  • ERole-based access controls

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    79% (15)
  • C
    11% (2)
  • D
    5% (1)

Why each option

Server hardening after an audit revealing exploitation via guest and administrator accounts requires eliminating unnecessary accounts and enforcing access control by role.

ADiscretionary access controls

Discretionary access controls (DAC) place access decisions with individual resource owners rather than enforcing a centralized policy, making them insufficient for enterprise-wide hardening against privilege abuse across hypervisor environments.

BDisable unnecessary accountsCorrect

Disabling unnecessary accounts removes default or dormant accounts such as guest accounts that attackers commonly exploit for initial access, directly addressing the audit finding that the ethical hacker accessed servers as guests and administrators.

CChange default passwords

Changing default passwords is a valid hardening step but does not address the root cause of the exploit, which was the existence of unnecessary accounts and the absence of role-based privilege separation.

DInstall antivirus software

Antivirus software detects and removes malware but does not prevent unauthorized access achieved through misconfigured or non-hardened hypervisor guest accounts and administrator privileges.

ERole-based access controlsCorrect

Role-based access controls (RBAC) restrict what actions users can perform based on their assigned role, limiting the privilege escalation and lateral movement that allowed the ethical hacker to operate as an administrator across hosts and VMs.

Concept tested: VM and host hardening via account management and RBAC

Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/best-practices-for-securing-active-directory

Topics

#system hardening#RBAC#access control#security audit remediation

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice