Curated Signals & Links
6 resourcesHigh-signal references, security RFCs, cryptography papers, and essential open-source UNIX tools.
Reflections on Trusting Trust - Ken Thompson (1984) ↗
Ken Thompson’s seminal 1984 Turing Award lecture proving how a compiler can embed undetectable backdoors without leaving traces in source code. Essential reading on software supply chain trust.
Smashing The Stack For Fun And Profit - Aleph One (Phrack 49) ↗
The landmark 1996 Phrack paper that demystified the program stack, return address corruption, and established the foundation for modern exploit mitigations (W^X, ASLR, Stack Canaries).
OpenBSD PF: Packet Filter User's Guide ↗
The official Packet Filter (PF) reference guide for OpenBSD. Crucial reading for stateful rule design, synproxy DDoS defense, table manipulation, and packet scrubbing.
RFC 9116: A Format to Security Vulnerability Reporting (security.txt) ↗
Standardized RFC specification for publishing vulnerability disclosure directives and cryptographic public keys under /.well-known/security.txt.
NIST SP 800-207: Zero Trust Architecture ↗
The authoritative federal standard on Zero Trust principles: continuous explicit validation, least privilege, and assuming breach across every network boundary.
The UNIX Philosophy - Mike Gancarz ↗
Core principles of UNIX design: small composable programs, plain text interfaces, and avoiding unnecessary complexity.