Week 03 · lesson

Historic Malware: What Changed After the Incident?

Security improves when defenders study what actually happened, not just what they wish had happened.

The Garden State Cyber curriculum uses historic malware research because major incidents reveal patterns:

  • which weaknesses attackers or malware used
  • how quickly the problem spread
  • which people or systems were affected
  • which defenses were missing
  • what organizations changed afterward

Your goal is not to collect dramatic screenshots or repeat headlines. Your goal is to turn an incident into a defensive case study.

Read a malware story as a system failure

When researching a historic event, separate the story into layers.

1. Environment

What kinds of systems were involved?

Examples:

  • personal computers
  • business networks
  • servers
  • removable media
  • email systems
  • industrial systems

2. Entry or spread

How did the malicious software reach additional systems?

Possible mechanisms include:

  • malicious attachments
  • vulnerable network services
  • untrusted downloads
  • removable media
  • stolen credentials
  • software supply-chain compromise

3. Impact

What happened to confidentiality, integrity, or availability?

Be precise.

"It caused damage" is not enough.

4. Detection

What evidence revealed the problem?

Examples may include:

  • unusual files
  • abnormal network traffic
  • security alerts
  • unavailable systems
  • changed configurations
  • user reports

5. Response

What did defenders do to contain, recover, or prevent recurrence?

Research choices

Choose one historic malware event approved by your teacher.

Possible categories include:

  • an early email-spreading worm
  • ransomware that disrupted organizations
  • malware that targeted industrial control systems
  • a destructive worm
  • a major botnet or banking-malware campaign

Your teacher may provide a list of approved cases and sources.

The important requirement is that your case has enough reliable information to support the claims you make.

Source discipline

Do not build the project from one dramatic article.

Use at least two credible sources provided or approved by the teacher.

For every major claim, record:

  • source
  • date
  • what the source actually says
  • whether another source confirms it

If sources disagree, report the disagreement instead of silently choosing the version you prefer.

Build the incident timeline

Create a timeline with at least six points.

Suggested structure:

  1. relevant weakness or condition existed
  2. malware entered or began spreading
  3. first known impact
  4. defenders detected the problem
  5. containment or recovery action
  6. longer-term defensive change

Do not invent exact times if the sources provide only dates or general sequence.

Worked reasoning example

Suppose a fictional worm spreads because a network service is exposed and unpatched.

Weak conclusion:

The worm was powerful.

Stronger conclusion:

The worm could spread because reachable systems exposed a vulnerable service. Patching reduces the specific weakness, while network segmentation can reduce how far a similar failure spreads if one machine is still compromised.

Notice the difference.

The second statement identifies:

  • weakness
  • mechanism
  • control
  • limitation

That is what your case study should do.

Build a defensive matrix

Complete this table for your event:

QuestionEvidence-backed answer
What systems were affected?
How did the malware enter or spread?
Which CIA properties were affected?
What weakness made the incident worse?
What evidence revealed the incident?
What control could have reduced the likelihood?
What control could have reduced the impact?
What recovery action mattered?
What remains uncertain or disputed?

Prevention is not the same as resilience

One of the most important lessons from historic incidents is that prevention is not enough.

A mature defense asks two questions:

  1. How do we make the incident less likely?
  2. If it happens anyway, how do we limit the damage and recover?

Examples:

  • patching may reduce exposure to a known vulnerability
  • least privilege may limit what compromised software can change
  • segmentation may limit spread
  • backups may improve recovery
  • monitoring may reduce the time before detection
  • awareness training may reduce risky user actions

No single control covers the whole incident chain.

Create the malware case brief

Your final case brief should contain:

Event

Name and approximate date.

What happened

Explain the event in your own words without turning the section into a biography of the malware.

How it worked

Describe the delivery or spread mechanism at the level supported by your sources.

CIA impact

Explain confidentiality, integrity, and availability effects separately.

Evidence

Identify what defenders or affected organizations observed.

Defensive lessons

Choose three controls and explain where each one interrupts the incident chain.

Limits

State one claim you found online that you could not verify well enough to include as fact.

Presentation challenge

Prepare a three-minute threat briefing.

You may use one diagram or timeline.

Your briefing must answer:

  • What happened?
  • Why did it matter?
  • Which weakness mattered most?
  • Which defensive change would have reduced the impact?

Do not spend half the presentation defining malware vocabulary. Assume the audience already completed Lesson 1.

Evidence for Lesson 2

Submit:

  • research notes with approved sources
  • incident timeline
  • defensive matrix
  • malware case brief
  • three-minute briefing outline

Finish with:

The biggest defensive lesson from this incident is not "avoid malware." It is ________.

Historic incidents matter when they change how you design the next system.