Question 465 of 503
Security OperationshardMultiple ChoiceObjective-mapped

Quick Answer

The answer is cloud audit logs for identity, policy, and key-management API calls, as these logs directly capture the control-plane operations—such as IAM policy changes, access key creation, and authentication failures—that define a cloud control-plane compromise. Unlike network logs or virtual machine logs, audit trails like AWS CloudTrail or Azure Monitor record the exact API caller, source IP, and outcome, providing the strongest evidence of identity and access management (IAM) abuse at the control plane. On the CompTIA CySA+ CS0-003 exam, this question tests your ability to distinguish between data-plane and control-plane telemetry; a common trap is choosing network flow logs, which miss the API-level context. For containment trade-offs, the correct response balances stopping the attacker—by disabling compromised keys or applying a deny-all policy—while preserving these audit logs for forensic analysis. Memory tip: think “API calls, not packets” for control-plane evidence.

CS0-003 Security Operations Practice Question

This CS0-003 practice question tests your understanding of security operations. 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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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 tenant shows an unusual spike in IAM policy changes, access key creation, and failed console logons from a new country. Which telemetry set gives the strongest evidence for control-plane compromise? In the containment trade-off phase, Which response balances containment with evidence preservation?

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

Cloud audit logs for identity, policy, and key-management API calls

Option D is correct because cloud audit logs (e.g., AWS CloudTrail, Azure Monitor, GCP Cloud Audit Logs) capture control-plane API calls such as IAM policy changes, access key creation, and authentication events. These logs provide the strongest evidence of identity and access management (IAM) compromise at the control plane, as they directly record who made what change, from which source IP, and with what outcome. In the containment trade-off phase, preserving these logs while disabling compromised keys or applying a deny-all policy balances stopping the attacker with retaining forensic evidence.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Web server access logs from the public website

    Why it's wrong here

    Web logs do not prove IAM policy or key-management activity.

  • Packet captures from user laptops only

    Why it's wrong here

    Network captures may not show cloud API intent or identity changes.

  • Endpoint antivirus quarantine reports only

    Why it's wrong here

    Endpoint reports may be useful later but do not directly explain cloud control-plane changes.

  • Cloud audit logs for identity, policy, and key-management API calls

    Why this is correct

    Control-plane attacks are best investigated through authoritative audit events that record who changed identity and access configuration.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

CompTIA often tests the distinction between control-plane and data-plane telemetry, and the trap here is that candidates confuse web server logs or endpoint logs with cloud audit logs, failing to recognize that only cloud audit logs capture identity and policy API calls at the control plane.

Trap categories for this question

  • Command / output trap

    Network captures may not show cloud API intent or identity changes.

Detailed technical explanation

How to think about this question

Cloud audit logs (e.g., AWS CloudTrail) record every API call to the IAM, KMS, and STS services as JSON events containing `userIdentity`, `sourceIPAddress`, `eventName`, and `requestParameters`. In a real-world compromise, an attacker might use a stolen access key to call `CreateAccessKey` or `PutUserPolicy` from an unfamiliar geographic region—these events are logged with millisecond precision. The containment trade-off involves immediately revoking the compromised key (e.g., via `UpdateAccessKey` with status `Inactive`) while exporting the audit logs to an immutable S3 bucket to prevent tampering, preserving the full chain of evidence for forensic analysis.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

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?

Security Operations — This question tests Security Operations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Cloud audit logs for identity, policy, and key-management API calls — Option D is correct because cloud audit logs (e.g., AWS CloudTrail, Azure Monitor, GCP Cloud Audit Logs) capture control-plane API calls such as IAM policy changes, access key creation, and authentication events. These logs provide the strongest evidence of identity and access management (IAM) compromise at the control plane, as they directly record who made what change, from which source IP, and with what outcome. In the containment trade-off phase, preserving these logs while disabling compromised keys or applying a deny-all policy balances stopping the attacker with retaining forensic evidence.

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

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

3 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 tenant shows an unusual spike in IAM policy changes, access key creation, and failed console logons from a new country. Which telemetry set gives the strongest evidence for control-plane compromise? In the evidence source phase, Which evidence source best supports or refutes the detection?

hard
  • A.Packet captures from user laptops only
  • B.Cloud audit logs for identity, policy, and key-management API calls
  • C.Web server access logs from the public website
  • D.Endpoint antivirus quarantine reports only

Why B: Control-plane operations in cloud environments are managed through APIs for identity (IAM), policy, and key management. Cloud audit logs (e.g., AWS CloudTrail, Azure Activity Log) capture every API call to these services, including who made the call, from which IP address, and what changes were made. The spike in IAM policy changes, access key creation, and failed console logons from a new country is directly recorded in these logs, making them the strongest evidence for a control-plane compromise.

Variation 2. A cloud tenant shows an unusual spike in IAM policy changes, access key creation, and failed console logons from a new country. Which telemetry set gives the strongest evidence for control-plane compromise? In the alert triage phase, Which action gives the analyst the clearest next triage step?

hard
  • A.Endpoint antivirus quarantine reports only
  • B.Packet captures from user laptops only
  • C.Cloud audit logs for identity, policy, and key-management API calls
  • D.Web server access logs from the public website

Why C: Option C is correct because cloud audit logs (e.g., AWS CloudTrail, Azure Activity Log) capture control-plane API calls such as IAM policy changes, key creation, and authentication failures. These logs directly record the identity and resource management actions that indicate a compromise of the cloud management plane, whereas endpoint or network telemetry only reflects data-plane activity and cannot see API-level administrative actions.

Variation 3. A cloud tenant shows an unusual spike in IAM policy changes, access key creation, and failed console logons from a new country. Which telemetry set gives the strongest evidence for control-plane compromise? In the root-cause analysis phase, Which finding would most directly explain the activity?

hard
  • A.Web server access logs from the public website
  • B.Endpoint antivirus quarantine reports only
  • C.Cloud audit logs for identity, policy, and key-management API calls
  • D.Packet captures from user laptops only

Why C: Option C is correct because cloud audit logs (e.g., AWS CloudTrail, Azure Monitor, GCP Cloud Audit Logs) capture control-plane API calls such as IAM policy changes, access key creation, and failed console logons. These logs directly record identity and access management operations, providing the strongest evidence of control-plane compromise by showing who made the changes, from which source IP, and at what time.

Keep practising

More CS0-003 practice questions

Last reviewed: Jun 30, 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.