Practice firewall inspection and lightweight incident documentation.
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
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.
Use ufw status before adding a fake deny rule.
Security changes need evidence and notes, even in a toy lab.
- 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.