CS0-004 domain - 24% of the exam

Incident Response and Management

Incident Response and Management is 24% of the CompTIA CySA+ (CS0-004) exam. These are the objectives it covers, each with practice questions, with every answer explained.

Objectives in this domain

Sample question from this domain

Free sampleIncident Response and Managementmedium

During triage you review an EDR alert on a finance workstation: 'rundll32.exe loaded a signed but unusual DLL from C:\Users\Public, then spawned a connection to a known content delivery domain'. Your team maps every observation to MITRE ATT&CK. Which mapping BEST fits the rundll32 behaviour observed here?

  • AInitial Access via T1566 Phishing, because the workstation belongs to a finance user who is a common phishing target
  • BExfiltration via T1041 Exfiltration Over C2 Channel, because a network connection to an external domain was observed
  • CDefense Evasion via T1218 System Binary Proxy Execution, because a trusted signed Windows binary is being abused to run the payload Correct
  • DPersistence via T1547 Boot or Logon Autostart Execution, because the DLL was loaded from a public writable folder
Map abuse of a trusted signed system binary to the correct ATT&CK technique rather than to an unproven adjacent tactic. System binary proxy execution abuses a signed, allowlisted OS binary such as rundll32 to run attacker code, which evades controls that trust the parent process; the observed load-and-execute chain matches this technique rather than delivery, exfiltration, or persistence.

Why A is wrong: Tempting because finance users are phished often, but the evidence shows post-execution binary abuse, not a delivery vector, so mapping to phishing invents a tactic the artefact does not establish.

Why B is wrong: Tempting because an outbound connection is present, but a single connection to a CDN domain is not evidence that data left the host, so keying exfiltration overreads the artefact.

Why C is correct: Correct: rundll32 is a legitimate signed system binary abused to proxy execution of an attacker DLL, which is exactly the living-off-the-land pattern ATT&CK catalogues under T1218.

Why D is wrong: Tempting because a writable path suggests staging, but nothing shows a run key, service, or startup entry, so persistence is a technique the evidence does not support.

Other domains in this exam

See also the CS0-004 cert hub, the study guide, and the cheat sheet.

Examworthy is not affiliated with or endorsed by CompTIA. Original, blueprint-aligned practice material only.