// Comparison
Linux Firewalls vs The Practice of Network Security Monitoring: Which Should You Read?
Two cybersecurity books on Networking, compared honestly: who each is for, what each does best, and which to read first.
Attack Detection and Response with iptables, psad, and fwsnort
Michael Rash
Michael Rash, author of psad and fwsnort, on building and operating Linux-native packet filtering and intrusion-response tooling. Pre-nftables in detail but conceptually durable.
Understanding Incident Detection and Response
Richard Bejtlich
Richard Bejtlich's NSM playbook: how to deploy collection sensors, validate that you actually see what you think you see, and build detection workflows around open-source tools.
Read this if
Skip this if
Key takeaways
- iptables remains the foundational mental model; even in nftables-or-eBPF environments, understanding match-and-target chains is required to read the rule sets the field still ships.
- Active response is a real defensive option that's easy to overstate; the book's chapter on the trade-offs is appropriately cautious.
- Port scanning detection (psad) and signature-based blocking (fwsnort) are still useful primitives that punch above their weight in budget-constrained environments.
- Detection without prevention is a strategic choice, not a fallback; Bejtlich was years ahead in arguing the case and the book remains the clearest argument.
- The four data types (full content, session, transactional, statistical) are still the right framework for thinking about detection coverage.
- Most SOC failures are organizational and procedural, not tooling; the book's chapters on workflows, runbooks, and analyst growth are still the best in print.
How they compare
We rate The Practice of Network Security Monitoring higher (5/5 against 4/5 for Linux Firewalls). For most readers, that means The Practice of Network Security Monitoring is the primary pick and Linux Firewalls is a useful follow-up.
Both books target intermediate-level readers, so the choice is about topic, not difficulty.
Linux Firewalls and The Practice of Network Security Monitoring both cover Networking, Defensive, so reading them in sequence reinforces the same material from different angles.
Keep reading
The Practice of Network Security Monitoring
→ Alternatives to The Practice of Network Security Monitoring→ What to read after The Practice of Network Security Monitoring