Security · Lesson 05

How can you reason about a network attack?

Network attacks can target visibility, availability, identity, or trust. Good investigation classifies the behavior, preserves evidence, and avoids turning one unusual signal into a confident story.

Classify the behavior

Start with impact and evidence.

Reconnaissance looks for information about hosts, services, or paths. Interception attempts to observe or alter communication. Saturation consumes capacity so legitimate users cannot obtain normal service. These categories can overlap, and a symptom does not prove intent.

Defensive analysis compares timing, source patterns, affected services, logs, packet captures, and changes from a known baseline. Preserve the original evidence and control access to it while the investigation continues.

Separate observation from attribution.A spike, scan-like pattern, or unexpected route can justify a defensive check without proving who caused it or why.

Reduce exposure

A smaller attack surface gives defenders fewer surprises.

Disable unused services, restrict management access, require strong authentication, and apply rate limits where repeated requests can consume resources. These controls reduce opportunities without pretending that every unusual request is malicious.

Protection needs observation and a recovery path. A strict limit can block legitimate users, and an aggressive containment step can destroy evidence or interrupt a critical service. Prefer measured, reversible changes when the situation is still uncertain.

Reduce exposure without losing visibility.Every control should have an owner, a purpose, a way to measure its effect, and a plan for legitimate traffic.

Build the model

Four defensive questions

01

Impact

Which users, services, or security properties changed?

02

Evidence

Which logs, captures, alerts, and baselines support the observation?

03

Containment

What reversible step can reduce harm while preserving evidence?

04

Recovery

How will service and trust be restored and verified?

Mini investigation

Inspect an attack signal

Select the observed behavior and identify the most direct defensive question.

HYPOTHESISReconnaissance hypothesis

Many requests probe hosts or services to learn what is reachable.

Compare the pattern with normal traffic, source distribution, and service logs.

Knowledge check

Test your attack model

Answer eight questions. The answer order changes each time.

0 / 8