nerdexam
CompTIA

CV0-003 · Question #872

A cloud engineer has deployed a virtual storage appliance into a public cloud environment. The storage appliance has a NAT to a public IP address. An administrator later notices there are some strange

The correct answer is A. The default password is still configured on the appliance.. An internet-exposed storage appliance with default credentials is a primary target for unauthorized access, which explains the strange files and abnormal network traffic.

Security

Question

A cloud engineer has deployed a virtual storage appliance into a public cloud environment. The storage appliance has a NAT to a public IP address. An administrator later notices there are some strange files on the storage appliance and a large spike in network traffic on the machine. Which of the following is the most likely cause?

Options

  • AThe default password is still configured on the appliance.
  • BThe appliance's certificate has expired.
  • CThe storage appliance has no firewall.
  • DData encryption is enabled, and the files are hashed.

How the community answered

(24 responses)
  • A
    79% (19)
  • B
    4% (1)
  • C
    13% (3)
  • D
    4% (1)

Why each option

An internet-exposed storage appliance with default credentials is a primary target for unauthorized access, which explains the strange files and abnormal network traffic.

AThe default password is still configured on the appliance.Correct

Default passwords are a well-known and widely exploited vulnerability - attackers routinely conduct automated scans for internet-facing appliances and attempt login using published manufacturer default credentials. Once authenticated, an attacker can upload malicious files, exfiltrate data, or enlist the device in botnet activity, all of which produce the strange files and large traffic spike observed. The presence of a public NAT IP makes the appliance directly reachable, making default credentials the most likely attack vector.

BThe appliance's certificate has expired.

An expired certificate disrupts trusted TLS connections but does not grant an attacker authenticated access sufficient to write files or generate anomalous outbound traffic.

CThe storage appliance has no firewall.

While the absence of a firewall increases the attack surface, the specific symptoms of written files and traffic spikes most directly indicate a successful credential-based compromise rather than a purely network-level exploit.

DData encryption is enabled, and the files are hashed.

Encryption and file hashing are data-at-rest protection features and would not cause unexplained file creation or a spike in outbound network traffic.

Concept tested: Default credential vulnerability on internet-exposed cloud appliances

Source: https://csrc.nist.gov/publications/detail/sp/800-123/final

Topics

#default credentials#unauthorized access#public IP exposure#storage security

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice