nerdexam
CompTIA

CAS-002 · Question #105

The root cause analysis of a recent security incident reveals that an attacker accessed a printer from the Internet. The attacker then accessed the print server, using the printer as a launch pad…

The correct answer is D. Privilege escalation. The attacker escalated privileges at each stage - from printer to print server to domain controller - making privilege escalation the root attack pattern to mitigate.

Enterprise Security

Question

The root cause analysis of a recent security incident reveals that an attacker accessed a printer from the Internet. The attacker then accessed the print server, using the printer as a launch pad for a shell exploit. The print server logs show that the attacker was able to exploit multiple accounts, ultimately launching a successful DoS attack on the domain controller. Defending against which of the following attacks should form the basis of the incident mitigation plan?

Options

  • ADDoS
  • BSYN flood
  • CBuffer overflow
  • DPrivilege escalation

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    24% (5)
  • C
    5% (1)
  • D
    57% (12)

Why each option

The attacker escalated privileges at each stage - from printer to print server to domain controller - making privilege escalation the root attack pattern to mitigate.

ADDoS

The DoS against the domain controller was the final outcome, not the enabling technique; mitigating DDoS defenses does not address the privilege escalation chain that made the attack possible.

BSYN flood

A SYN flood is one specific DoS mechanism, but there is no evidence it was used, and addressing SYN floods would not prevent the lateral movement and privilege escalation that drove the incident.

CBuffer overflow

A shell exploit (possibly involving a buffer overflow) was one technique used against the print server, but the overarching multi-stage attack pattern across all steps was privilege escalation.

DPrivilege escalationCorrect

Privilege escalation is the technique of gaining access rights beyond what was originally granted, and the attacker exploited this at every stage: compromising the printer to reach the print server, leveraging the print server to exploit multiple accounts, and ultimately gaining sufficient privilege to launch a DoS against the domain controller. Mitigation through least privilege enforcement, account segmentation, and prompt patching would have broken the attack chain at multiple steps.

Concept tested: Privilege escalation as root cause in multi-stage network attack

Source: https://attack.mitre.org/tactics/TA0004/

Topics

#privilege escalation#lateral movement#incident mitigation#attack chain analysis

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice