nerdexam
CompTIA

CV0-003 · Question #485

A cloud administrator is securing data-at-rest and data-in-transit featured on an IaaS cloud platform. The volume to be secured is mounted storage from the same region and availability zone. The…

The correct answer is B. Ensure SSHv2 remote connection protocol is enabled. D. Ensure TLSv1.2 transport protocol is enabled. E. Ensure AES encryption is enabled. Securing data-in-transit and data-at-rest requires selecting modern, non-deprecated protocols and ciphers; SSHv2, TLSv1.2, and AES together provide the strongest available combination for these requirements.

Security

Question

A cloud administrator is securing data-at-rest and data-in-transit featured on an IaaS cloud platform. The volume to be secured is mounted storage from the same region and availability zone. The data is transferred via FTP to another Linux server in a secure manner in another availability zone, with the same data-at-rest requirements. Given this scenario, which of the following security tools, services, and/or protocols would satisfy these requirements in the MOST secure manner? (Choose three.)

Options

  • AEnsure SSHv1 remote connection protocol is enabled.
  • BEnsure SSHv2 remote connection protocol is enabled.
  • CEnsure SSLv3 transport protocol is enabled.
  • DEnsure TLSv1.2 transport protocol is enabled.
  • EEnsure AES encryption is enabled.
  • FEnsure 3DES encryption is enabled.
  • GEnsure MD5 hashing is enabled.

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    48% (22)
  • C
    7% (3)
  • F
    11% (5)
  • G
    30% (14)

Why each option

Securing data-in-transit and data-at-rest requires selecting modern, non-deprecated protocols and ciphers; SSHv2, TLSv1.2, and AES together provide the strongest available combination for these requirements.

AEnsure SSHv1 remote connection protocol is enabled.

SSHv1 contains critical known vulnerabilities including weak key negotiation and session hijacking risks, and has been officially deprecated, making it unsuitable for any secure environment.

BEnsure SSHv2 remote connection protocol is enabled.Correct

SSHv2 is the current, secure version of the SSH protocol used for encrypted SFTP file transfers between Linux servers. It corrects critical weaknesses present in SSHv1, including stronger key exchange and improved authentication mechanisms, making it the required choice for secure cross-zone transfers.

CEnsure SSLv3 transport protocol is enabled.

SSLv3 is deprecated and vulnerable to the POODLE attack (CVE-2014-3566), which allows an attacker to decrypt encrypted communications by forcing a protocol downgrade.

DEnsure TLSv1.2 transport protocol is enabled.Correct

TLSv1.2 is a NIST-approved and widely mandated transport security protocol that protects data-in-transit from interception and tampering. Older protocols such as SSLv3 and TLSv1.0/1.1 have published exploitable vulnerabilities, making TLSv1.2 or higher the minimum acceptable standard per NIST SP 800-52.

EEnsure AES encryption is enabled.Correct

AES (Advanced Encryption Standard) is the NIST-approved symmetric cipher for data-at-rest encryption, offering 128-bit or 256-bit key strengths that meet current security requirements. It replaces weaker algorithms such as 3DES, which suffers from the Sweet32 birthday attack vulnerability due to its 64-bit block size.

FEnsure 3DES encryption is enabled.

3DES was deprecated by NIST effective 2023 due to its 64-bit block size, which makes it vulnerable to Sweet32 birthday attacks under high-volume data transfer conditions.

GEnsure MD5 hashing is enabled.

MD5 is a cryptographically broken hashing algorithm susceptible to collision attacks and is unsuitable for any security-sensitive integrity verification or authentication purpose.

Concept tested: Selecting secure protocols and ciphers for data-in-transit and data-at-rest

Source: https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-52r2.pdf

Topics

#data-at-rest encryption#data-in-transit#TLS#AES encryption

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice