CV0-002 · Question #358
A technician has just logged into a newly provisioned host. The image used was provided by the cloud provider and is unmodified. Which of the following are steps that should be taken to harden it agai
The correct answer is A. Remove default service accounts C. Disable unneeded services. To harden a newly provisioned cloud host, essential steps include removing default service accounts and disabling any unneeded services to minimize the attack surface.
Question
A technician has just logged into a newly provisioned host. The image used was provided by the cloud provider and is unmodified. Which of the following are steps that should be taken to harden it against potential attacks? (Select TWO)
Options
- ARemove default service accounts
- BSet clock synchronization
- CDisable unneeded services
- DCreate a personal login account
- EChange the hostname
How the community answered
(18 responses)- A78% (14)
- B6% (1)
- D6% (1)
- E11% (2)
Why each option
To harden a newly provisioned cloud host, essential steps include removing default service accounts and disabling any unneeded services to minimize the attack surface.
Default service accounts often have well-known credentials or unnecessary privileges, making them common targets for attackers. Removing or disabling these accounts, or changing their default passwords, eliminates a significant security risk by closing potential backdoors.
Setting clock synchronization is crucial for accurate logging, auditing, and certificate validation, but it is not a direct hardening measure against system attacks.
Cloud provider images may contain numerous pre-installed services that are not essential for a specific host's function. Disabling unneeded services reduces the attack surface by eliminating potential vulnerabilities associated with those services and conserving system resources.
Creating a personal login account enhances accountability and user management but does not directly harden the underlying system against potential attacks.
Changing the hostname is primarily for identification and organization within a network and offers minimal security hardening against attacks.
Concept tested: Cloud host security hardening best practices
Source: https://learn.microsoft.com/en-us/windows-server/security/security-best-practices-and-guidelines/security-hardening-guidelines
Topics
Community Discussion
No community discussion yet for this question.