// Comparison
Linux Firewalls vs Zero Trust Networks: 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.
Building Secure Systems in Untrusted Networks
Evan Gilman, Doug Barth
Evan Gilman and Doug Barth's pre-marketing-bubble treatment of zero-trust architecture — what it is when you actually implement it (trust evaluation, device identity, dynamic policy) versus what the vendor pitch turned it into.
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.
- Zero trust is a property of the architecture, not a product; the book makes this case convincingly enough that it should be the first read for anyone leading a ZT initiative.
- Device and workload identity are the load-bearing layer most ZT deployments under-invest in.
- Migration is the project — most organizations cannot adopt zero trust without a multi-year incremental plan, and the book's chapters on incremental rollout are the most useful in practice.
How they compare
Linux Firewalls and Zero Trust Networks are both rated 4/5 in our catalog. Pick by topic preference and reading style rather than by rating.
Both books target intermediate-level readers, so the choice is about topic, not difficulty.
Linux Firewalls and Zero Trust Networks both cover Networking, Defensive, so reading them in sequence reinforces the same material from different angles.