Under GDPR, a personal data breach must be reported to the supervisory authority. Which statement about the reporting obligation is correct?
GDPR Article 33: 72-hour notification to the supervisory authority unless the breach is "unlikely to result in a risk" to individuals.
GDPR obligation
Threshold
Deadline
Art. 33 — Notify supervisory authority
Breach likely to result in risk to individuals
72 hours of becoming aware
Art. 34 — Notify data subjects
Breach likely to result in high risk to individuals
Without undue delay
No notification required
Breach unlikely to result in any risk to individuals
Document internally; justify decision
Key vocabulary:
Supervisory authority — the national data protection regulator (e.g., ICO in UK, CNIL in France, BfDI in Germany)
Risk to rights and freedoms — the threshold test; includes financial harm, discrimination, reputational damage
DPO (Data Protection Officer) — mandatory role in some organisations; advises on GDPR but does not exempt from reporting obligations
Controller vs. processor obligations — processors must notify the controller "without undue delay"; controllers notify the supervisory authority
4 / 11
The security operations team reports: "Indicators of Compromise (IoCs) have been shared with our partners via STIX format."
What is STIX and why is IoC sharing important?
STIX (Structured Threat Information eXpression) is the standard language for describing and sharing cyber threat intelligence.
Standard
Purpose
STIX
Structured format for describing threat intelligence objects: IoCs, TTPs, threat actors, campaigns, vulnerabilities
TAXII
Trusted Automated eXchange of Intelligence Information — the transport protocol for distributing STIX bundles
IoC feed
A stream of indicators (IPs, domains, file hashes) that defenders can ingest into SIEMs and firewalls
ISAC
Information Sharing and Analysis Centre — sector-specific threat intel sharing groups (FS-ISAC for finance, H-ISAC for healthcare)
Why IoC sharing matters: If one organisation detects a new malware hash or attacker IP, sharing it via STIX/TAXII allows other organisations to block the same threat before they are hit. This is the foundation of collective defence.
After the incident is resolved, the team conducts a Post-Incident Review (PIR). The team lead says it will be a "blameless post-incident review".
What distinguishes a blameless PIR from a blame-focused investigation?
Blameless post-mortem culture (pioneered by Google SRE) = people don't hide information out of fear of punishment, leading to better systemic learning and fewer repeated incidents.
Approach
Focus
Outcome
Blame-focused
"Who made the mistake?"
People hide errors; root causes stay hidden; incidents repeat
Blameless
"What systemic conditions made the mistake likely?"
Root causes exposed; processes improved; incidents reduce over time
Key PIR elements:
Timeline reconstruction — detailed chronology of what happened and when
Contributing factors — systemic conditions that enabled the incident (unclear runbooks, insufficient monitoring, missing access controls)
5-whys analysis — asking "why?" iteratively to find the root cause beneath the immediate cause
Action items — concrete follow-up tasks with owners and deadlines
Human factors — cognitive load, unclear alerts, on-call fatigue — systemic, not personal failures
6 / 11
Sarah, a junior developer, just discovered an unusual spike in API calls to the user profile service. The logs show many requests originating from a single IP address. She immediately posts in #devs asking if anyone else is seeing this. Which of the following actions should David, the security engineer, take first?
Initially, monitoring is important, but rapid action is needed. Blocking the IP address, while potentially effective in the short term, doesn't address the underlying cause. David should focus on understanding the nature and volume of requests to assess the severity and scope of the potential compromise. A proactive investigation is crucial for containing the damage.
7 / 11
David from the Incident Response team sends a Slack message: 'Okay team, we've confirmed unauthorized access to the database. The initial investigation suggests an attacker exploited a known vulnerability in our legacy authentication service. We need to immediately isolate the affected server and prevent further data loss.' Which of the following best describes David's immediate action?
David's primary focus is containment. Isolating the server is the immediate step to stop the spread of the attack and minimize data loss – this aligns with the core principle of incident response. Notifying users and password resets are important *later* steps, but not the first priority for containing the breach. A forensic analysis is valuable, but secondary to preventing further damage.
8 / 11
Review this PR description:
'Fixed a bug where users could bypass the two-factor authentication. This was due to a flaw in the session management code. The fix involves adding additional validation checks before granting access.'
What is the MOST important thing to add to this PR description to improve its security communication?
While testing and deployment are important aspects of PRs, security communication demands specific details about the vulnerability. Including the CVE ID and affected user base allows for accurate tracking, risk assessment, and remediation efforts. Simply stating 'bypass' is insufficient – it lacks critical context needed to understand the severity.
9 / 11
You're a security engineer reviewing an API response from a web server:
```json
{
"status": "error",
"code": 403,
"message": "Forbidden - Insufficient Permissions"
}
```
What does this response *primarily* indicate about the security incident?
The 403 Forbidden status code specifically indicates an authorization failure. The message confirms that the user lacked the necessary permissions to access the requested resource – this is a clear sign of a potential security issue or misconfiguration requiring investigation. A system error (500) or API unavailability (503) would have different implications.
10 / 11
During the daily stand-up meeting, the Lead DevOps Engineer says: 'Yesterday, we detected a spike in failed login attempts to our staging environment. We're investigating whether this is part of a brute-force attack.' What action should you recommend the team prioritize during this update?
The lead engineer's statement indicates a potential active attack. Escalating to the SOC is the correct initial response as they have dedicated resources (tools & expertise) for immediate threat analysis and containment. While documenting and analyzing IPs are important later steps, immediate escalation is crucial in this scenario.
11 / 11
The security team has identified a vulnerability in an older version of their logging system. They've patched the vulnerability but are concerned about potential data breaches that may have occurred while the vulnerability was exploited. Which of the following best describes the next step they should take?
While patching the vulnerability is important, the potential for past breaches necessitates a focused investigation. Examining logs is *critical* to determine if sensitive data was accessed or exfiltrated during the exploitation window. Password resets are a reactive measure and might not address the root cause – the logs hold the key.
What will I learn from the "Security Incident Communication | Security Lab Exercises" exercise?
Practice security incident communication vocabulary: NIST incident lifecycle, containment vs eradication, GDPR breach notification, STIX threat intelligence, and blameless post-incident reviews. 5 advanced exercises.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to use with no account, sign-up, or paywall required.
How many questions are in this exercise?
This set contains 11 multiple-choice questions, each with a detailed explanation shown after you answer.
Do I need to create an account to track my progress?
No account is required. Your progress bar and score reset each time you reload the page, but you can retry the exercise as many times as you like.
Who is this Security Lab exercise for?
This exercise is built for IT professionals and non-native English speakers who need to read, write, and discuss security lab topics confidently at work.
What happens if I answer a question incorrectly?
You will see the correct answer highlighted along with a detailed explanation of why it is correct -- so every wrong answer becomes a learning moment, not just a lost point.
Can I retry this exercise?
Yes -- click "Try again" on the results screen at any time to reset your score and go through all the questions again.
How long does this exercise take to complete?
Most learners finish all 11 questions in under 10 minutes, since each question is answered by clicking a single option.
Where can I find more Security Lab exercises?
See the full Security Lab exercises hub for more vocabulary drills on this topic.
Is this exercise mobile-friendly?
Yes -- the exercise works on any device with a modern browser, including phones and tablets, with no app download required.