Mission 25

Firewall and incident review

Inspect firewall state, add a fake rule, and write a short incident note.

Security administration
0/25 lessons 0/7 missions
Ops lab terminal Browser only
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Lesson support

What to notice while you play.

Objective

Practice firewall inspection and lightweight incident documentation.

Hint

Use ufw status before adding a fake deny rule.

Why it matters

Security changes need evidence and notes, even in a toy lab.

Common mistakes
  • Adding rules before checking current state.
  • Finishing an incident review without notes.
Reference

Commands in this lesson.

echo <text>

Print text or write safe lab notes with >.

cat <file>

Print text file contents.

grep [-i] <text> <file>

Find literal text inside a file.

ufw status

Inspect fake firewall rules.