// Comparison
Les virus informatiques vs Silence on the Wire: Which Should You Read?
Two cybersecurity books on Foundations, compared honestly: who each is for, what each does best, and which to read first.
The reference French academic treatment of computer virology — the theory, algorithms and practice of viruses and malicious code — by Éric Filiol, a former military cryptanalyst and one of France's leading virologists.
A Field Guide to Passive Reconnaissance and Indirect Attacks
Michal Zalewski
Michal Zalewski's classic on the indirect attack surface: timing channels, protocol-stack fingerprinting, and the often-overlooked side data leaked by every layer of a stack.
Read this if
Skip this if
Key takeaways
- The canonical French-language text on the theory of computer viruses, by a recognised authority.
- Theory- and algorithm-first: formal models of self-reproduction, detection complexity, and viral techniques.
- Best read after a practical malware book — it explains why the techniques work, not how to click through a sandbox.
- Every protocol layer leaks information that wasn't in the payload (TCP/IP fingerprinting, DNS cache hints, browser timing, terminal echo); the book's premise is that adversaries can read all of it.
- Passive reconnaissance is dramatically underrated as both a threat and a research tool; Zalewski makes the case better than anyone before or since.
- The chapters on phantom-data leakage (idle scanning, timing oracles, blind side channels) are the conceptual root of attack classes that keep getting rediscovered every few years.
How they compare
We rate Silence on the Wire higher (5/5 against 4/5 for Les virus informatiques). For most readers, that means Silence on the Wire is the primary pick and Les virus informatiques is a useful follow-up.
Both books target advanced-level readers, so the choice is about topic, not difficulty.
Les virus informatiques and Silence on the Wire both cover Foundations, so reading them in sequence reinforces the same material from different angles.
Keep reading
Les virus informatiques
→ Alternatives to Les virus informatiques→ What to read after Les virus informatiques