High School AdvancedA19.6Cybersecurity Portfolio Projects

Lesson A19.6

Detection Plan Project

A strong detection plan explains what defenders want to observe, why the signal matters, which evidence sources support the decision, how alerts should be reviewed, and how the plan will be validated and improved over time.

This lesson stays entirely defensive and synthetic. You will design detection logic conceptually from fictional Northbridge evidence. You will not probe systems, collect real logs, test credentials, bypass controls, or learn techniques for avoiding detection.

Lesson Progress

Detection Plan Project

High School AdvancedA19: Cybersecurity Portfolio Projects • Lesson 6 of 10

60% complete

Readiness Check

Before You Start

0/4 ready

Professional Hook

A Risk Is Hard to Manage If Nobody Can See Its Warning Signs

Risk assessment tells an organization what deserves attention. Detection planning asks a related question: what evidence would help defenders recognize that an important condition is changing? If a privileged role changes, a critical telemetry source stops reporting, or a shared service begins falling outside its expected health range, defenders need reliable evidence before they can make a sound decision.

Detection is not about collecting every possible event. It is about building useful visibility around important risks. A good plan explains the security question, the evidence sources, the context needed for triage, the expected alert behavior, the decision owner, and how the team will know whether the detection remains useful.

Learning Objectives

Five Outcomes for A19.6

1

Explain what a defensive detection plan is, how it connects risk to observable evidence, and why detection is different from prevention, investigation, and response.

2

Identify useful fictional telemetry sources, detection objectives, signals, context, enrichment, ownership, and evidence limitations without teaching evasion or offensive testing.

3

Distinguish alert severity, confidence, priority, false positives, duplicate signals, missing telemetry, and evidence quality when reviewing a detection design.

4

Design safe validation and tuning activities using only synthetic records, including success criteria, rollback conditions, review metrics, and documented assumptions.

5

Create a portfolio-ready Detection Plan Project that communicates what defenders want to observe, why it matters, how alerts should be handled, and how the plan will be reviewed over time.

Core Teaching

What a Detection Plan Actually Does

A detection plan is a design document for defensive visibility. It describes a condition worth observing and the evidence that could help defenders recognize that condition. Unlike prevention, which tries to stop an unwanted action, detection helps the organization notice and interpret evidence. Unlike incident response, detection does not by itself decide the full response. It supplies information that supports later review and action.

Detection begins with a security question

A detection plan should start with something defenders need to know, such as whether a privileged role changed unexpectedly, whether an important service became unavailable, or whether an identity workflow departed from an approved pattern.

Telemetry is evidence, not the conclusion

Logs, alerts, health records, identity events, and application records are evidence sources. One record rarely proves the full story. A strong plan states what each source can support and what it cannot prove by itself.

Context changes meaning

The same event can have different significance depending on asset importance, identity role, time, ownership, expected workflow, prior changes, recovery state, and related evidence.

Detection should support a decision

An alert is useful when it helps a defender choose a safe next step: review evidence, confirm ownership, escalate, preserve records, validate recovery, or close a benign event with a documented reason.

Quality matters more than alert volume

A plan that generates many low-value alerts can hide important signals. Defenders therefore measure relevance, duplication, missing context, investigation effort, and whether the alert actually supports a decision.

Tuning must preserve defensive value

Reducing noise should not mean weakening visibility blindly. Changes should be bounded, justified, reversible, validated with synthetic evidence, and reviewed after deployment.

Plan Anatomy

Ten Elements of a Reviewable Detection Plan

1

Detection objective

What defensive question should this plan help answer?

Fictional example: Can defenders identify an unexpected change to a fictional privileged role quickly enough to review it?

2

Protected asset

What system, identity, data, process, or business function makes the signal important?

Fictional example: Admin Review Console ADM-NB-2 and the integrity of protected configuration.

3

Telemetry sources

Which synthetic evidence sources could support the decision?

Fictional example: Identity audit events, approval records, admin-console activity, and role-review records.

4

Signal logic

What high-level condition would make the evidence worth reviewing?

Fictional example: A privileged membership change appears without the expected matching approval context.

5

Required context

What information helps distinguish expected from concerning activity?

Fictional example: Role owner, change ticket, approved maintenance window, identity type, and related administrative activity.

6

Severity and confidence

How important is the possible impact, and how strongly does the evidence support the interpretation?

Fictional example: High potential impact but Moderate confidence until approval and ownership evidence are correlated.

7

Triage action

What safe defensive review should happen first?

Fictional example: Confirm the fictional role owner, correlate approval evidence, review related synthetic events, and document the result.

8

Escalation rule

When should the alert move to a higher level of attention?

Fictional example: Escalate if the change affects a critical role and cannot be matched to approved ownership or change evidence.

9

Validation method

How will the team know the detection behaves as intended?

Fictional example: Replay supplied synthetic examples representing approved, suspicious-looking, and ambiguous cases, then compare expected outcomes.

10

Review and ownership

Who maintains the plan, and when should it be reassessed?

Fictional example: Security Monitoring Lead, with review after material system changes and at a scheduled governance checkpoint.

Evidence Reasoning

Telemetry Is a Source, Not a Verdict

One of the most important detection skills is knowing what evidence can and cannot prove. A login record may show that an authentication event occurred. It may not prove why the person logged in, whether the action was approved, or what happened afterward. An application alert may show a pattern worth reviewing, but the surrounding identity, asset, ownership, and change context may determine whether the activity is expected.

Direct evidence

A synthetic record directly shows an event or state, such as a role membership change or source-health status.

Corroborating evidence

Another independent source supports the same interpretation, such as an approval record matching an identity event.

Context evidence

Ownership, asset importance, maintenance windows, expected workflows, or change records explain how the event should be interpreted.

Evidence gap

A source, timestamp, owner, or expected record is missing. The gap changes confidence but does not automatically prove the worst case.

Signal Quality

Six Ways to Judge Whether an Alert Is Actually Useful

Relevance

How often the alert represents something that actually deserves defensive review in the defined fictional environment.

Review question: Does this detection help answer a meaningful security question, or does it mostly create work?

Context completeness

Whether the alert contains the identity, asset, ownership, timing, approval, and related evidence needed for triage.

Review question: Can a defender understand why the event matters without searching through many unrelated records?

Duplication

Whether several alerts represent the same underlying activity and should be grouped or correlated.

Review question: Are repeated notifications adding new evidence, or simply repeating the same signal?

Coverage

Whether the expected telemetry sources and important scenarios are represented in the plan.

Review question: Which defensive situations could be missed if a source is unavailable or a workflow changes?

Timeliness

Whether evidence arrives soon enough to support the intended decision.

Review question: Would a delayed signal still be useful for triage, containment planning, or recovery validation?

Explainability

Whether the plan makes clear why an alert exists and what evidence caused it.

Review question: Can a reviewer trace the alert back to a risk, asset, signal, and decision?

Severity, Confidence, Priority

Three Labels That Answer Different Questions

Severity

How serious the potential consequence could be if the alert represents a real problem.

Example: A change to a privileged administrative role may have high potential impact.

Confidence

How strongly the available evidence supports the interpretation that the alert represents the condition of concern.

Example: Confidence may be Moderate until approval, ownership, and related activity are correlated.

Priority

How quickly the organization should act after considering severity, confidence, asset importance, timing, dependencies, and current workload.

Example: A high-severity, moderate-confidence alert on a critical service may still receive high review priority.

Fake Dashboard

Northbridge Detection Planning Board

Synthetic portfolio dashboard summarizing six fictional detection plans.

Detection plans

6

Each plan maps to a risk from the fictional A19.5 assessment

Telemetry groups

8

Identity, application, approval, workload, queue, monitoring, lifecycle, and recovery evidence

Validation cases

5

Approved, ambiguous, duplicate, maintenance, and missing-context synthetic scenarios

Open review issues

3

Ownership enrichment, source freshness, and duplicate grouping need continued tuning review

Fake SOC Alert

Privileged Role Change Needs Context

Source: Northbridge Identity Monitoring • Time: Synthetic review window

High Severity
A fictional privileged-role membership change is present, but the current alert does not include the matching approval owner or maintenance context.
Defensive recommendation: Correlate the synthetic approval and ownership records before increasing confidence. Improve the plan so future alerts include that context automatically.

Fake Log Panel

Synthetic Detection Evidence Preview

training-log-viewer.log
[DET-301] privileged-role-change recorded for fictional role ADM-REVIEWER
[CTX-301] approval reference not attached to initial alert payload
[OWNER] identity governance owner exists in synthetic inventory
[DET-303] source-health heartbeat delayed beyond fictional freshness target
[MAINT] no matching maintenance record in supplied evidence set
[DET-305] queue backlog increased while worker health remained normal
[CORR] two application alerts refer to the same synthetic event window
[SAFETY] records are fictional and intended only for defensive portfolio analysis

Training note: this is fake data for defensive analysis practice only.

Analyze the Evidence

Evidence Analysis 1 — High Severity, Moderate Confidence

The role can change important fictional configuration, so potential impact is high.
The identity event confirms that membership changed.
The initial alert does not contain the expected approval and owner context.
A separate synthetic approval source may still explain the change.

A privileged-role change alert has High severity but only Moderate confidence. What is the strongest interpretation?

Fictional Case

Six Northbridge Detection Plans

Each plan below maps back to a risk from A19.5. The portfolio value comes from showing why the signal matters, what evidence supports it, what context is required, how triage remains safe, and how the plan will be validated.

DET-NB-301

Privileged Role Change Review

maps to RISK-NB-201

Objective: Identify fictional privileged-role changes that lack the expected approval or lifecycle context.

Sources

Identity audit record, approval record, role-owner record, admin-console activity

Signal

A privileged membership change is recorded and the synthetic evidence set does not contain the expected matching approval context.

Required Context

Role sensitivity, identity type, change owner, maintenance window, previous membership state

Rating

Severity: High · Confidence: Moderate until correlated

Triage

Confirm role ownership, correlate approval evidence, review nearby synthetic administrative events, and record the decision.

Validation

Use approved synthetic examples for authorized changes, ambiguous changes, duplicate records, and missing approval context.

Quality Metric

Percent of alerts with complete ownership and approval context at first review

DET-NB-302

API Authorization Decision Review

maps to RISK-NB-202

Objective: Surface unusual fictional authorization decisions around protected profile resources without assuming authentication alone proves appropriate access.

Sources

API authorization events, identity context, application audit records

Signal

A protected-resource request produces an authorization outcome that differs from the expected fictional resource-access pattern.

Required Context

Identity role, resource classification, expected application workflow, recent approved changes

Rating

Severity: High · Confidence: Moderate

Triage

Review synthetic authorization evidence, confirm expected role-to-resource relationship, and escalate if ownership cannot explain the decision.

Validation

Use only supplied synthetic allowed, denied, changed-role, and ambiguous examples.

Quality Metric

Decision-support rate: alerts that contain enough context for a reviewer to classify the event without unnecessary follow-up

DET-NB-303

Telemetry Source Health Review

maps to RISK-NB-203

Objective: Identify when an expected fictional telemetry source is delayed, missing, or outside its documented freshness expectation.

Sources

Source-health heartbeat, ingestion status, synthetic timestamp comparison

Signal

An expected source does not report within its fictional freshness window or reports inconsistent health status.

Required Context

Source owner, expected cadence, maintenance status, dependent detections

Rating

Severity: Medium · Confidence: High for source-health state, lower for security meaning

Triage

Confirm the source-health condition, identify dependent detections, document reduced visibility, and notify the fictional owner.

Validation

Compare normal synthetic heartbeats with delayed and maintenance-window examples.

Quality Metric

Time to identify and document a visibility gap affecting dependent detections

DET-NB-304

Service Identity Scope Review

maps to RISK-NB-204

Objective: Surface fictional service-identity behavior that falls outside the documented workload purpose or approved change context.

Sources

Service identity events, workload audit records, approved deployment notes

Signal

The worker identity performs an action category not represented in its approved synthetic workload profile.

Required Context

Workload owner, deployment window, service role purpose, application dependency

Rating

Severity: High · Confidence: Moderate

Triage

Correlate the event with synthetic deployment and workload records, confirm ownership, and document whether the behavior is expected.

Validation

Use synthetic normal-workload, approved-change, and unexpected-category examples without executing anything.

Quality Metric

Percent of service-identity alerts correctly enriched with workload owner and deployment context

DET-NB-305

Queue Backlog and Recovery Signal

maps to RISK-NB-205

Objective: Identify fictional queue conditions that could affect time-sensitive processing and recovery readiness.

Sources

Queue health metrics, worker health, application status, synthetic recovery records

Signal

Backlog, processing delay, or worker health departs from the documented fictional service-health range.

Required Context

Maintenance status, business period, worker availability, recovery owner

Rating

Severity: Medium · Confidence: High for health condition

Triage

Confirm service-health evidence, correlate worker status, notify the fictional operations owner, and track recovery validation.

Validation

Use synthetic normal-load, maintenance, delayed-processing, and recovery examples.

Quality Metric

Time from source-health change to owner notification and recovery-status documentation

DET-NB-306

Federation Lifecycle Review

maps to RISK-NB-206

Objective: Identify fictional federation relationships or role mappings that remain active beyond their documented business lifecycle.

Sources

Relationship inventory, role mapping record, lifecycle review record, identity governance event

Signal

A relationship status changes while associated trust or mapping records remain marked active in the synthetic evidence set.

Required Context

Relationship owner, contract lifecycle state, mapped roles, last review date

Rating

Severity: High · Confidence: Moderate

Triage

Confirm relationship ownership and lifecycle evidence, review associated mappings, and route the finding to the fictional identity-governance owner.

Validation

Use synthetic active, changed, expired, and owner-unknown relationship records.

Quality Metric

Percent of lifecycle alerts with a named owner and disposition documented

Analyze the Evidence

Evidence Analysis 2 — Missing Telemetry

The synthetic source-health heartbeat is outside its documented freshness target.
Several detections depend on that source for context.
No evidence in the exercise proves why the source is delayed.
A missing source reduces visibility until the condition is explained.

DET-NB-303 reports that an expected source is delayed. What does that evidence support?

Tuning

Improve Signal Quality Without Creating Blind Spots

Detection tuning is the process of improving how alerts support defenders. The goal is not simply fewer alerts. The goal is better relevance, context, grouping, coverage, and decision support while preserving the ability to recognize important conditions.

Enrich before suppressing

If an alert is noisy because it lacks context, first consider whether ownership, maintenance, identity, asset, or approval data can make the alert more useful.

Deduplicate repeated evidence

Several records about one activity can often be grouped into one case while preserving the underlying evidence and timestamps.

Use bounded exclusions

If a clearly approved synthetic pattern should not alert, document the exact reason, scope, owner, expiration, and review condition rather than creating a broad permanent exception.

Preserve rollback

A tuning change should be reversible. Record what changed, why, who approved it, what success looks like, and what evidence would trigger rollback.

Measure after tuning

Review whether relevance, context completeness, duplicate rate, investigation effort, or coverage improved without creating unacceptable blind spots.

Never tune to help evasion

Detection tuning exists to improve defensive signal quality. It should never provide instructions for avoiding detection, bypassing controls, or hiding harmful activity.

Safe Validation

Test the Plan With Synthetic Cases, Not Real Systems

A detection plan should be validated before a team trusts it. In this portfolio, validation means comparing the plan against supplied fictional records and checking whether the expected decision occurs. Nothing is executed against a live environment.

Approved privileged-role change

Expected behavior: The plan should either remain quiet or provide low-friction context showing the approval and owner, depending on the documented design.

Synthetic evidence: Synthetic identity event plus matching approval, role owner, and maintenance record.

Privileged change with missing approval context

Expected behavior: The plan should create a reviewable signal with the role, identity, timestamp, and missing-context status visible.

Synthetic evidence: Synthetic identity event with no matching approval in the supplied evidence set.

Duplicate telemetry for one activity

Expected behavior: The plan should preserve the underlying evidence while avoiding unnecessary duplicate analyst work.

Synthetic evidence: Two synthetic sources describing the same approved event.

Telemetry source maintenance

Expected behavior: Source-health logic should distinguish a known fictional maintenance window from an unexplained visibility gap.

Synthetic evidence: Synthetic maintenance record plus source-health status.

Ambiguous service-identity activity

Expected behavior: The plan should maintain bounded confidence and request ownership or deployment context rather than assuming malicious intent.

Synthetic evidence: Synthetic workload event with incomplete change context.

Metrics

Measure Whether the Detection Helps Defenders

Alert relevance

What percentage of reviewed alerts represented conditions that actually deserved analyst attention in the synthetic evaluation set?

Context completeness

How often did the alert include enough ownership, asset, identity, timing, and approval context for first-pass review?

Duplicate burden

How many alerts represented the same underlying activity and could be grouped without losing useful evidence?

Time to useful decision

How long did the fictional workflow take from alert creation to a documented triage conclusion?

Coverage confidence

Which important risks and workflows have observable evidence, and where are the known visibility gaps?

Post-tuning quality

Did a tuning change improve relevance or analyst effort without creating unacceptable loss of coverage?

Common Mistakes

Avoid These Detection-Planning Anti-Patterns

Starting with a log field instead of a security question

First define the risk, asset, and decision. Then choose evidence sources that can help answer that question.

Treating severity as certainty

A potentially serious event can still have limited evidence confidence. Record severity and confidence separately.

Assuming more alerts means better detection

High volume can increase fatigue and hide meaningful signals. Measure usefulness, context, duplication, and decision support.

Suppressing noise without understanding it

Review why the alert fires, add context, group duplicates, or create bounded exceptions before considering broader suppression.

Ignoring source health

A detection plan depends on telemetry. Missing or delayed sources should be visible because they change evidence confidence and coverage.

Validating on real systems without authorization

Student portfolio work should use synthetic events and safe fictional scenarios only.

Safe Fictional Lab

Build the Northbridge Detection Plan

Choose three of the six Northbridge plans. Your goal is to improve the documentation and decision support using only the supplied synthetic evidence.

Task 1 — Define the question

For each chosen plan, write the exact defensive question the alert is supposed to help answer and name the linked risk.

Task 2 — Map evidence

List the direct, corroborating, and context evidence used by the plan. Add one known evidence limitation.

Task 3 — Improve enrichment

Identify one ownership, asset, approval, change, or lifecycle field that would make first-pass triage easier.

Task 4 — Separate ratings

Assign severity, confidence, and priority separately and explain why the three values may differ.

Task 5 — Create validation cases

Write one expected, one ambiguous, and one review-worthy synthetic scenario and describe the alert behavior you expect.

Task 6 — Define quality

Choose two metrics that would show whether the detection is helping defenders make better decisions.

Scenario Decision Lab

Scenario Decision 1 — Noisy but Valuable Alert

A fictional privileged-role alert fires often during approved maintenance because the first version lacks change-window and approval context.

Scenario Decision Lab

Scenario Decision 2 — Source Health Degrades

A synthetic application source stops meeting its freshness expectation, and three fictional detections depend on that data for context.

Advanced Challenge

Defend One Detection Plan to Three Reviewers

Detection Engineer

Explain the objective, telemetry, context, signal quality, validation cases, metrics, and tuning boundaries.

Incident Responder

Explain what the alert can establish, what remains uncertain, which evidence should be correlated, and when escalation is justified.

Portfolio Reviewer

Explain how the project demonstrates risk-to-detection mapping, evidence discipline, safe validation, measurement, communication, and governance.

Defender Habits

Detection Plan Project Checklist

Assessment

A19.6 Knowledge Check

Check Your Understanding

A19.6 Mini Quiz: Detection Plan Project

Choose your answers first. Explanations appear only after submission.

1. What is the strongest starting point for a defensive detection plan?

2. Why should severity and confidence be recorded separately?

3. Which tuning choice is strongest when an alert is noisy because ownership context is missing?

4. What does a telemetry-source health gap mean?

5. Why should a detection-tuning change have rollback criteria?

6. Which metric best reflects detection quality?

7. What is safest for a student Detection Plan Project?

Portfolio Prompt

Portfolio Prompt — Detection Plan Project

Create a polished fictional Northbridge Detection Plan Project. Include three to six detection objectives mapped to A19.5 risks, protected assets, telemetry sources, high-level signal conditions, required context, severity and confidence, safe triage actions, escalation criteria, synthetic validation cases, quality metrics, tuning and rollback guidance, ownership, known evidence gaps, and a short publication-safety statement.

Start each detection with a security question and decision, not with a random log field.
Use only synthetic Northbridge events, alerts, health records, identities, and approval data.
Explain what the evidence supports and what remains uncertain.
Prefer enrichment and correlation before broad suppression when a signal lacks context.
Include at least one source-health dependency and explain how missing telemetry changes confidence.
Keep tuning strictly defensive and never include instructions for avoiding or bypassing detection.

Confidence / Readiness Reflection

Are You Ready for A19.7?

A19.7 moves into the Security Policy Draft Project. Before continuing, make sure you can explain how risk, detection, ownership, escalation, evidence, and review expectations can be translated into clear policy requirements without turning policy into vague slogans or overly technical procedures.

1

I can explain how a detection plan connects a risk to observable evidence.

2

I can distinguish telemetry, an alert, a finding, and a confirmed incident.

3

I can explain severity, confidence, and priority separately.

4

I can describe safe validation and tuning using synthetic evidence, metrics, and rollback.

5

I can explain why source health and evidence limitations belong in the final detection plan.

Portfolio Build Guide

Keep the Detection Plan Professional and Easy to Review

Map every plan to a risk

A reviewer should be able to trace why the detection exists and which business or security concern it supports.

Use stable detection IDs

IDs help connect plan entries, alerts, validation cases, tuning notes, and portfolio revisions.

Separate evidence from interpretation

State which records are present before explaining what they may mean. This keeps confidence honest.

Show context requirements

List the ownership, asset, identity, approval, timing, and change context that makes triage efficient.

Define validation in advance

Document expected outcomes for approved, ambiguous, duplicate, and review-worthy synthetic cases before claiming the plan works.

Make tuning reversible

Record what changed, why, who owns it, what success looks like, and when rollback is required.

Use meaningful metrics

Measure relevance, context, coverage, duplicate burden, timeliness, and decision support instead of celebrating raw alert volume.

Keep the portfolio safe

Fictional diagrams, synthetic logs, and conceptual signals can demonstrate strong detection reasoning without exposing a real environment.

Key Takeaways

What You Should Remember

1.A detection plan connects risk to observable evidence and a clear defensive decision.
2.Telemetry is evidence, not the conclusion; one source rarely proves the whole story.
3.Severity, confidence, and priority answer different questions and should not be treated as interchangeable.
4.Useful alerts contain enough identity, asset, ownership, timing, approval, and related context to support triage.
5.Detection quality includes relevance, context completeness, duplication, coverage, timeliness, and explainability.
6.Tuning should improve signal quality while preserving defensive value, ownership, validation, and rollback.
7.Source health matters because delayed or missing telemetry changes what defenders can confidently know.
8.Student detection projects should remain fictional, synthetic, authorized, and non-operational and must never teach evasion.

Lesson Safety Boundary

Detection planning is for defensive visibility, not evasion

Use only fictional Northbridge systems and synthetic evidence. Do not scan, probe, enumerate, fuzz, exploit, test credentials, collect real logs, bypass controls, change production configurations, or access private information. Do not create guidance for avoiding alerts, concealing activity, weakening visibility, or bypassing monitoring. Validation and tuning in this lesson are conceptual and use only supplied synthetic records.

Lesson Complete

A19.6 Detection Plan Project Complete

You now have a portfolio structure that connects risk, evidence, signal quality, triage, validation, tuning, metrics, and ownership. Next, A19.7 turns security expectations into a clear and reviewable Security Policy Draft Project.