CyberSecurity Summary
CyberSecurity Summary
CyberSecurity Summary is your go-to podcast for concise and insightful summaries of the latest and most influential books in the field of cybersecurity. Each episode delves into the core concepts, key takeaways, and practical applications of these books, providing you with the knowledge you need to stay ahead in the ever-evolving world of cybersecurity. Whether you’re a seasoned professional or just starting out, CyberSecurity Summary offers valuable insights and discussions to enhance your understanding and keep you informed. You can listen and download our episodes for free on more than 10 d...
Author
CyberSecurity Summary
Category
Podcast website
Latest episode
Jul 11, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
You Don't Know JS: this & Object Prototypes 06.04.2025 13:55
This Book provides excerpts from Kyle Simpson's Book, "You Don't Know JS: this & Object Prototypes," which explores JavaScript's often-misunderstood this keyword and object prototypes. The Book explains how this binding works, the nature of JavaScript objects, and how prototypes create links between objects rather than copies. It also examines design patterns like mixins and behavior delegatio...
The Shellcoder's Handbook: Discovering and Exploiting Security Holes 06.04.2025 17:10
The provided Book is a compilation of excerpts from "The Shellcoder’s Handbook, Second Edition," a book focusing on software exploitation. It details various methods of exploiting software vulnerabilities, primarily buffer overflows and format string bugs, across different operating systems (Linux, Solaris, OS X, Windows) and architectures. The book explains the underlying mechanisms of these expl...
Web Hacking 101 06.04.2025 32:35
"Web Hacking 101" is a guide to ethical hacking, focusing on real-world examples of vulnerability reports that yielded bug bounties. The book covers various web vulnerabilities, including HTML injection, HTTP parameter pollution, CRLF injection, cross-site scripting, SQL injection, open redirects, subdomain takeovers, application logic flaws, server-side template injection, server-side request for...
Zed Attack Proxy Cookbook: Hacking tactics, techniques, and procedures for testing web applications and APIs 04.04.2025 20:34
This Book is a table of contents and excerpts from the "Zed Attack Proxy Cookbook," a guide to using the OWASP ZAP tool for web application security testing. The book covers various web application vulnerabilities, including injection flaws, broken authentication, and session management weaknesses. It provides practical, step-by-step instructions and examples using tools like OWASP Juice Shop and...
Zero Trust Networks: Building Secure Systems in Untrusted Networks 04.04.2025 26:26
Zero Trust Networks, by Evan Gilman and Doug Barth, explores building secure systems in untrusted networks. The book critiques the limitations of perimeter-based security, arguing that assuming internal networks are inherently safe is flawed. It advocates for a zero trust model, where no implicit trust is granted, and every access request is verified. The authors detail implementing this model, co...
You Don't Know JS: Types & Grammar 03.04.2025 43:22
Kyle Simpson's You Don't Know JS: Types & Grammar is a guide to mastering JavaScript's intricacies. The book thoroughly explains JavaScript's seven built-in types, addressing common misunderstandings around type coercion. It explores nuances of JavaScript syntax, including statements, expressions, and operators, and examines the behavior of native objects like String and Array. The text also d...
You Don't Know JS: Up & Going 03.04.2025 39:47
Kyle Simpson's "You Don't Know JS" Book series offers an in-depth exploration of JavaScript, challenging the common practice of only learning a superficial subset. The first book, "Up & Going," provides a foundational understanding of programming concepts and JavaScript's core mechanisms, preparing readers for the more advanced titles. Subsequent books cover scope and closures, this and object...
Foundations of Linux Debugging, Disassembling, and Reversing: Analyze Binary Code, Understand Stack Memory Usage, and Reconstruct C/C++ Code 01.04.2025 20:49
Dmitry Vostokov's Book, Foundations of Linux Debugging, Disassembling, and Reversing, teaches readers to analyze binary code, understand stack memory usage, and reconstruct C/C++ code using Intel x64. The provided text is a detailed excerpt from Chapter 1-8, focusing on fundamental concepts like memory, registers, and simple arithmetic operations. It demonstrates these concepts through a step-by-s...
Foundations of ARM64 Linux Debugging, Disassembling, and Reversing: Analyze Code, Understand Stack Memory Usage, and Reconstruct Original 01.04.2025 11:41
Dmitry Vostokov's Book, Foundations of ARM64 Linux Debugging, Disassembling, and Reversing, provides a practical guide to understanding ARM64 assembly language and its relationship to C/C++ code. The book uses numerous examples and diagrams to illustrate concepts like memory management, registers, pointers, and stack operations within the ARM64 architecture. It emphasizes hands-on exercises using...
Viruses, Hardware and Software Trojans: Attacks and Countermeasures 31.03.2025 21:18
This Book explores the threats of hardware and software Trojans, particularly in critical infrastructure like telecommunications and nuclear power plants. It details the historical use of such Trojans by criminal organizations and nation-states, outlining various attack methods and the subsequent development of cyberweapons. The text also examines countermeasures, including software and hardware s...
Unleashing the Art of Digital Forensics 31.03.2025 22:53
"Unleashing the Art of Digital Forensics" is a Book covering various aspects of digital forensics, including techniques, challenges, and legal considerations. It explores specific areas like steganography, deepfakes, and the dark web. The book also examines relevant laws and regulations such as GDPR, CCPA, and HIPAA, alongside information security standards like ISO 27001 and PCI DSS. Further chap...
UNIX and Linux System Administration Handbook, 4th Edition 30.03.2025 27:34
This Book is an excerpt from the UNIX and Linux System Administration Handbook, covering various aspects of system administration. Sections detail software management, including scripting with Perl and Python, storage management with RAID and LVM, process control, and user account management. Further sections explore networking, including TCP/IP configuration, routing protocols, and DNS management...
UNIX: The Textbook, Third Edition 30.03.2025 17:41
This Book chapter provides a "Quick Start" guide to the UNIX operating system, covering fundamental commands for file management, text editing (vi, vim, emacs), and shell scripting (Bourne and C shells). It also explores networking concepts, system programming using the UNIX API and system calls, and process management. Significant portions detail using Python within a UNIX environment, including...
Understanding Network Hacks: Attack and Defense with Python 3 29.03.2025 16:54
This Book is an excerpt from a book titled "Understanding Network Hacks Attack and Defense with Python 3," which teaches network security concepts and hacking techniques using Python. The book covers various network protocols (TCP/IP, ARP, ICMP, DNS, HTTP, Bluetooth), explaining how attacks work and providing Python code examples for both offensive and defensive purposes. It emphasizes the importa...
Understand, Manage, and Measure Cyber Risk: Practical Solutions for Creating a Sustainable Cyber Program 29.03.2025 26:05
This Book is from a cybersecurity risk management book, offering a practical, three-part framework for building a sustainable program. The book emphasizes understanding risk by defining critical assets and their potential impact, managing risk through framework adoption and structured processes, and measuring risk using informative metrics. It provides examples and checklists for implementing thes...
Ubuntu Unleashed 2019: Covering 18.04, 18.10, 19.04, and 19.10 28.03.2025 53:12
This Book excerpt details Ubuntu Linux, focusing on installation, system administration, and software management. It covers using both the graphical user interface and command-line interface, exploring various desktop environments and their configurations. The text also extensively explains software management using apt, and provides instructions for managing users, groups, and permissions. Finall...
Troubleshooting & Maintaining PCs All-in-One For Dummies 28.03.2025 41:23
This Book is an excerpt from the fourth edition of Troubleshooting & Maintaining Your PC All-in-One For Dummies. The book offers comprehensive guidance on resolving various PC problems. It's divided into sections covering common issues, ranging from startup problems and disk errors to network connectivity and software malfunctions. Each section provides troubleshooting steps and explains relev...
Tribe of Hackers Security Leaders: Tribal Knowledge from the Best in Cybersecurity Leadership 27.03.2025 37:05
This Book is an excerpt from Tribe of Hackers: Security Leaders, a book offering cybersecurity leadership strategies. The excerpt features interviews with numerous cybersecurity professionals, who share their experiences, decision-making processes, and advice on leading teams. The contributors discuss challenges like collaborating with other departments, managing difficult decisions, and building...
Tribe of Hackers Red Team: Tribal Knowledge from the Best in Offensive Cybersecurity 27.03.2025 20:14
This Book comprises excerpts from Tribe of Hackers Red Team, a book by Marcus J. Carey and Jennifer Jin. The excerpts feature interviews with numerous cybersecurity professionals, primarily red teamers. These experts discuss their experiences, providing insights into red teaming methodologies, essential skills (both technical and soft), ethical considerations, and advice for aspiring red teamers....
Tribe of Hackers Blue Team: Tribal Knowledge from the Best in Defensive Cybersecurity 26.03.2025 33:29
This Book excerpt features interviews with numerous cybersecurity professionals, collectively offering insights into effective blue team strategies. The experts discuss crucial capabilities like network visibility and log management, emphasizing the importance of collaboration, communication, and continuous learning. They explore various security controls, metrics for program success, and approach...
Tor And The Deep Web 2020: A Beginner's Guide to Staying Anonymous, Dark Net Journey on How to Be Anonymous Online 26.03.2025 22:03
This beginner's guide to the dark web explains how Tor and onion routing mask a user's IP address, creating anonymity. It details the three-layered system of Tor nodes, contrasting it with standard HTTP and HTTPS protocols. The guide then explores the darknet, contrasting it with the deep web, and describes its uses and risks, including illegal marketplaces and the sale of prohibited goods and ser...
TLS Mastery: Tux edition 25.03.2025 20:41
The Book provide a comprehensive guide to Transport Layer Security (TLS), a fundamental technology for securing internet communications. The text covers a wide range of topics including cryptography basics, certificates, and Certificate Authorities (CAs). It explains how to use the OpenSSL command-line tools to generate and manage TLS certificates, and it details various methods for testing and an...
Threat Hunting in the Cloud: Defending AWS, Azure and Other Cloud Platforms Against Cyberattacks 25.03.2025 17:25
This Book is about threat hunting in cloud environments, specifically AWS and Azure. The authors, experienced cybersecurity professionals, present a framework for multi-cloud threat hunting using the MITRE ATT&CK framework as a reference. The book covers various threat vectors, detection methods, response strategies, and the use of AI and machine learning in threat response. It also discusses...
Threat Modeling: Designing for Security 24.03.2025 35:52
This Book about threat modeling, a process for identifying and mitigating security risks in software. The book explains various threat modeling strategies, including asset-centric, attacker-centric, and software-centric approaches. It also covers specific threat categories (like STRIDE), attack libraries, and tools for threat modeling. The text includes examples and case studies illustrating how t...
Write Great Code, Volume 2, 2nd Edition: Thinking Low-Level, Writing High-Level 24.03.2025 19:15
This Book is an excerpt from a Book on writing efficient high-level language (HLL) code by leveraging low-level understanding. It explores compiler optimization techniques, including constant folding, common subexpression elimination, and dead code elimination. The text also examines data structures like arrays, records, and strings, analyzing their memory representations and efficient usage withi...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.