← All paths
Network security basics
Lock down hosts, write real ACL policy, and finish by catching attacks in logs.
0/9 solved
Start: Harden the SSH daemon →Close the most attacked door first, the SSH daemon.
Guests reach the internet and nothing else. The classic first ACL.
Stateless filters need to let replies in without opening the door. Learn established.
A real policy with ordering pitfalls. Lock the subnet down without locking yourself out.
The same flow thinking on a host, with default-drop nftables that still serve traffic.
Modern protocols, strong ciphers, and HSTS on nginx.
Switch to the blue team. Write a detection that catches the brute force.
Tell a scan from busy-but-benign hosts with a threshold rule, not a flood of false alarms.
The capstone. Find the DNS tunnel in real log noise without false positives.