CV0-003 · 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…
The correct answer is A. Remove default service accounts C. Disable unneeded services. Hardening an unmodified cloud provider image requires removing default service accounts and disabling unneeded services to reduce the attack surface. The other options are either administrative tasks or do not directly address security vulnerabilities.
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
(16 responses)- A94% (15)
- B6% (1)
Why each option
Hardening an unmodified cloud provider image requires removing default service accounts and disabling unneeded services to reduce the attack surface. The other options are either administrative tasks or do not directly address security vulnerabilities.
Removing default service accounts eliminates well-known, predictable credential targets that attackers routinely attempt to exploit, since unmodified provider images often include these accounts with default or widely known configurations.
Setting clock synchronization supports log integrity and authentication protocols like Kerberos but does not directly harden the host against attack vectors present in a default image.
Disabling unneeded services reduces the attack surface by eliminating network-exposed processes that represent potential entry points - every running service is a candidate for exploitation if a vulnerability exists in it.
Creating a personal login account is a good access control practice but does not remove existing vulnerabilities or reduce the attack surface of the provisioned image.
Changing the hostname is an administrative identification task and provides no security benefit against attackers targeting the host.
Concept tested: Cloud host hardening - removing defaults and attack surface reduction
Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/iaas
Topics
Community Discussion
No community discussion yet for this question.