Cybersecurity Books: Defense and response

Blue team: monitoring, detection, incident investigation, and building systems that survive a compromise.

8/20/2026
Cybersecurity Books: Defense and response
Part 6 of 9: defense and response

Cybersecurity Books: Defense and response

Part six of nine. Blue team: monitoring, detection, incident investigation, and building systems that survive a compromise.

The offensive books teach you to find one hole. These teach you to work in a situation where the hole has already been found by somebody else.

Richard Bejtlich. The Practice of Network Security Monitoring (2013)

The foundational book on network monitoring. Its central claim: prevention will eventually fail, so build visibility.

Topics: sensor placement and traffic collection, full packet capture versus metadata, Security Onion, analysing suspicious activity, the process from detection to escalation.

Chris Sanders. Practical Packet Analysis (3rd edition, 2017)

Wireshark and reading traffic at the packet level. A skill you need both in security and in debugging production.

Topics: capturing traffic in different topologies, filters, dissecting TCP, DNS, and HTTP, diagnosing a slow network, recognising scanning, ARP attacks, and malicious traffic.

Chris Sanders, Jason Smith. Applied Network Security Monitoring (2013)

A continuation of Bejtlich's theme, with the emphasis on the analyst's workflow and tooling.

Topics: collection, detection, and analysis as three separate functions, Snort and Bro rules, indicators of compromise, threat intelligence, metrics for a monitoring centre.

Jason Luttgens, Matthew Pepe, Kevin Mandia. Incident Response & Computer Forensics (3rd edition, 2014)

A response methodology from the team that investigated the biggest breaches of the 2000s.

Topics: preparing for an incident, collecting evidence without spoiling it, Windows and Linux forensics, timeline analysis, removing the attacker's presence, reporting and legal aspects.

Scott Roberts, Rebekah Brown. Intelligence-Driven Incident Response (2017)

How to tie threat intelligence to response so that the former does not turn into a subscription to lists of indicators.

Topics: the intelligence cycle, the Kill Chain and Diamond models, attribution and its limits, collecting and processing threat data, distributing the results inside the organisation.

Don Murdoch. Blue Team Handbook: Incident Response Edition

A pocket reference for the analyst on shift: commands, checklists, sequences of actions.

Topics: the first steps in an incident, capturing artefacts, Windows and Linux commands for a quick check, log analysis, documentation templates.

Heather Adkins et al. Building Secure and Reliable Systems (2020)

Google's experience of building systems where security and reliability are designed together. The publisher has made the book freely available.

Topics: designing for failure and compromise, least privilege and change control, securing the code supply chain, response in a large infrastructure, culture and the organisation of processes.


Read more