Question 230 of 503
Vulnerability ManagementmediumMultiple ChoiceObjective-mapped

Quick Answer

The correct first step is to restrict public access to the bucket and then determine whether sensitive data was accessed. This prioritizes containment over investigation, directly addressing the public storage bucket data exposure by cutting off the ongoing leak before any logs are reviewed. On the CompTIA CySA+ CS0-003 exam, this tests the incident response phase of containment, where the immediate goal is to stop the bleeding; a common trap is jumping to log analysis or notifying stakeholders before securing the asset. For stakeholder management and to keep the program defensible, you would need documented approval from the incident response team lead or a change advisory board to authorize the access restriction, ensuring the action is auditable. Remember the mnemonic "Lock then Look"—lock the bucket first, then look at the logs to assess the scope.

CS0-003 Vulnerability Management Practice Question

This CS0-003 practice question tests your understanding of vulnerability management. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. A key principle to apply: containment is the immediate priority in data exposure incidents.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

A cloud posture scan finds a storage bucket with public read access containing customer exports. What should the team do first? For stakeholder management, Which documentation or approval is required to keep the programme defensible?

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "first"

    Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

Question 1mediummultiple choice
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Restrict public access and determine whether sensitive data was accessed

Option C is correct because the immediate priority is to restrict public read access to the storage bucket to stop any ongoing unauthorized data exposure. The team must then determine whether sensitive data was accessed by reviewing access logs (e.g., AWS CloudTrail or S3 server access logs) to assess the scope of the breach. This aligns with incident response best practices: contain the threat first, then investigate.

Key principle: Containment is the immediate priority in data exposure incidents.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Delete all audit logs to reduce liability

    Why it's wrong here

    Destroying logs prevents impact analysis and may violate policy.

  • Wait for the next quarterly review

    Why it's wrong here

    Public customer data exposure requires prompt action.

  • Restrict public access and determine whether sensitive data was accessed

    Why this is correct

    The priority is exposure containment and impact assessment.

    Clue confirmation

    The clue word "first" in the question point toward this answer.

    Related concept

    Containment is the immediate priority in data exposure incidents.

  • Rotate database administrator passwords only

    Why it's wrong here

    Password rotation does not remove public object exposure.

Common exam traps

Common exam trap: answer the scenario, not the keyword

Cisco often tests the misconception that rotating passwords or deleting logs is a valid first step, when in fact the correct first action is always to contain the vulnerability (restrict access) before investigating or performing unrelated administrative tasks.

Detailed technical explanation

How to think about this question

Under the hood, cloud storage buckets (e.g., AWS S3, Azure Blob, GCP Cloud Storage) use ACLs or bucket policies to control access. A public read policy (e.g., `{"Effect":"Allow","Principal":"*","Action":"s3:GetObject","Resource":"arn:aws:s3:::bucket/*"}`) allows any unauthenticated user to list and download objects. After restricting access, the team must analyze access logs (e.g., S3 server access logs or CloudTrail data events) to identify which objects were accessed, by whom, and when. In a real-world scenario, a misconfigured S3 bucket at a financial services firm exposed PII for weeks before detection; immediate restriction and log analysis were critical to breach notification timelines.

KKey Concepts to Remember

  • Containment is the immediate priority in data exposure incidents.
  • Public cloud storage buckets require strict access control.
  • Impact assessment follows containment to determine data compromise.
  • Audit logs are critical for forensic analysis and compliance.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Containment is the immediate priority in data exposure incidents.

Real-world example

How this comes up in practice

A security team runs a vulnerability scan on a web application and discovers an unpatched SQL injection flaw. The team prioritises remediation by CVSS score — critical flaws are patched within 24 hours, high within 7 days. Questions like this test whether you understand vulnerability management processes, scanning tools, and remediation prioritisation.

What to study next

Got this wrong? Here's your next step.

Review containment is the immediate priority in data exposure incidents., then practise related CS0-003 questions on the same topic to reinforce the concept.

Related practice questions

Related CS0-003 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free CS0-003 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this CS0-003 question test?

Vulnerability Management — This question tests Vulnerability Management — Containment is the immediate priority in data exposure incidents..

What is the correct answer to this question?

The correct answer is: Restrict public access and determine whether sensitive data was accessed — Option C is correct because the immediate priority is to restrict public read access to the storage bucket to stop any ongoing unauthorized data exposure. The team must then determine whether sensitive data was accessed by reviewing access logs (e.g., AWS CloudTrail or S3 server access logs) to assess the scope of the breach. This aligns with incident response best practices: contain the threat first, then investigate.

What should I do if I get this CS0-003 question wrong?

Review containment is the immediate priority in data exposure incidents., then practise related CS0-003 questions on the same topic to reinforce the concept.

Are there clue words in this question I should notice?

Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.

What is the key concept behind this question?

Containment is the immediate priority in data exposure incidents.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

4 more ways this is tested on CS0-003

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A cloud posture scan finds a storage bucket with public read access containing customer exports. What should the team do first? For tool configuration, Which scanner or pipeline change most directly improves result quality?

medium
  • A.Restrict public access and determine whether sensitive data was accessed
  • B.Wait for the next quarterly review
  • C.Rotate database administrator passwords only
  • D.Delete all audit logs to reduce liability

Why A: Option A is correct because the immediate priority is to stop the data leak by restricting public read access to the storage bucket, then investigate whether sensitive data was actually accessed. This aligns with the incident response principle of containment before analysis. In cloud environments like AWS S3 or Azure Blob Storage, a bucket with public read access exposes all objects to the internet, and the first step is to apply a bucket policy or ACL to deny public access.

Variation 2. A cloud posture scan finds a storage bucket with public read access containing customer exports. What should the team do first? For control selection, Which control best addresses the stated weakness without hiding risk?

medium
  • A.Wait for the next quarterly review
  • B.Delete all audit logs to reduce liability
  • C.Restrict public access and determine whether sensitive data was accessed
  • D.Rotate database administrator passwords only

Why C: Option C is correct because the immediate priority is to eliminate the public read access vulnerability to prevent further unauthorized data exposure. After restricting access, the team must determine whether sensitive data was accessed by reviewing access logs (e.g., AWS CloudTrail or GCP Audit Logs) to assess the scope of potential breach, which is a standard incident response step. This approach directly mitigates the weakness without concealing risk, aligning with vulnerability management best practices.

Variation 3. A cloud posture scan finds a storage bucket with public read access containing customer exports. What should the team do first? For business prioritization, Which recommendation gives the best risk-based order of work?

medium
  • A.Delete all audit logs to reduce liability
  • B.Wait for the next quarterly review
  • C.Restrict public access and determine whether sensitive data was accessed
  • D.Rotate database administrator passwords only

Why C: Option C is correct because the immediate priority is to contain the data exposure by restricting public access to the storage bucket, then investigate whether sensitive data was actually accessed by unauthorized parties. This aligns with the vulnerability management principle of 'contain first, investigate second' and addresses the risk of data exfiltration without waiting for a scheduled review or performing unrelated actions.

Variation 4. A cloud posture scan finds a storage bucket with public read access containing customer exports. What should the team do first? For validation, Which action should be taken before closing or downgrading the finding?

medium
  • A.Wait for the next quarterly review
  • B.Rotate database administrator passwords only
  • C.Delete all audit logs to reduce liability
  • D.Restrict public access and determine whether sensitive data was accessed

Why D: Option D is correct because the immediate priority is to restrict public read access to the storage bucket to prevent further unauthorized exposure, then determine whether sensitive customer data was accessed by reviewing access logs (e.g., AWS CloudTrail or S3 server access logs). This aligns with incident response best practices: contain the threat first, then assess impact. Without confirming data access, the team cannot properly scope the breach or notify affected parties.

Keep practising

More CS0-003 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This CS0-003 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CS0-003 exam.