// Comparison

Building Secure and Reliable Systems vs Techniques virales avancées: Which Should You Read?

Two cybersecurity books on Defensive, compared honestly: who each is for, what each does best, and which to read first.

Advanced
5/52020
Building Secure and Reliable Systems

Best Practices for Designing, Implementing, and Maintaining Systems

Heather Adkins, Betsy Beyer, Paul Blankinship, Piotr Lewandowski, Ana Oprea, Adam Stubblefield

Google's site-reliability and security teams jointly write down what it actually takes to build systems that are both safe and dependable, from threat models and design reviews to rollback culture and crisis response.

Advanced
4/52007
Techniques virales avancées

Éric Filiol

Specialized follow-up to Filiol's Les virus informatiques. Dives into advanced malicious-code attack techniques and their defensive analysis.

Read this if

Staff-and-up engineers, SREs, and security leads designing or operating systems where reliability and security must be argued for in the same room. The book treats safety and security as the same engineering discipline, which is the right model and almost nobody else publishes it.
Readers who've worked through Les virus informatiques and want the next level on evasion, polymorphism, metamorphism.

Skip this if

Readers who want a tooling tutorial or vendor-neutral checklists. The case studies are Google-shaped, and the patterns assume you have the discipline (postmortems, code review, paved roads) to execute them. If your org cannot stop a deploy, half the book will read as aspirational.
Readers who haven't read the prior volume. Filiol leans on the formalism set there.

Key takeaways

  • Reliability and security share a common substrate: both are about designing for failure modes you cannot fully predict, and both decay if not exercised.
  • Recovery, not prevention, is the core skill of mature security organizations; the rollback, response, and recovery chapters are the heart of the book.
  • Most security wins come from boring infrastructure (paved roads, default-secure libraries, code review, sandboxing) rather than detection magic.
  • Offense/defense companion to the same school — one of the few French-language titles that goes to this level of detail.
  • Particularly useful for understanding older classes of evasion techniques that resurface in modern implants.
  • Together with Les virus informatiques, the most complete French-language academic foundation on the topic.

How they compare

We rate Building Secure and Reliable Systems higher (5/5 against 4/5 for Techniques virales avancées). For most readers, that means Building Secure and Reliable Systems is the primary pick and Techniques virales avancées is a useful follow-up.

Both books target advanced-level readers, so the choice is about topic, not difficulty.

Building Secure and Reliable Systems and Techniques virales avancées both cover Defensive, so reading them in sequence reinforces the same material from different angles.

Keep reading

Related topics