nerdexam
CompTIA

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.

Security

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)
  • A
    94% (15)
  • B
    6% (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.

ARemove default service accountsCorrect

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.

BSet clock synchronization

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.

CDisable unneeded servicesCorrect

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.

DCreate a personal login account

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.

EChange the hostname

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

#server hardening#security baseline#default accounts#unnecessary services

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice