CyberSecurity Summary

CyberSecurity Summary

Arts EN ↓ 1000 episodes

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

Arts

Podcast website

www.spreaker.com

Latest episode

Jul 11, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Software Craftsman, The: Professionalism, Pragmatism, Pride 23.03.2025

Sandro Mancuso's The Software Craftsman advocates for professionalism and pride in software development, contrasting outdated notions of seniority with modern demands. The book details the Software Craftsmanship Manifesto, emphasizing quality and collaboration over solely meeting deadlines. It explores Agile methodologies and their limitations, arguing for a focus on technical excellence alongside...

The Shellcoder's Handbook: Discovering and Exploiting Security Holes 23.03.2025

The provided Book is an excerpt from "The Shellcoder’s Handbook," a book detailing the exploitation of software security vulnerabilities. The book focuses on practical, hands-on techniques for discovering and exploiting bugs, including stack overflows, format string vulnerabilities, and heap overflows. It covers various operating systems (Linux, Windows, Solaris, OS X, and Cisco IOS), providing de...

The Quick Python Book, Second Edition 22.03.2025

This Book is from the second edition of The Quick Python Book, a programming tutorial. The book covers fundamental Python concepts, including syntax, control flow, and data structures. It then progresses to more advanced topics, such as object-oriented programming, creating and testing applications, and utilizing Python's extensive standard library. Specific areas explored include GUI programming,...

The Pentester BluePrint: Starting a Career as an Ethical Hacker 22.03.2025

"The Pentester Blueprint" is a guide to becoming an ethical hacker (pentester). The book covers the necessary technical skills, including operating systems, networking, and programming, as well as the "hacker mindset." It details various pentesting methodologies and exploits, emphasizing legal and ethical considerations. The authors also discuss educational resources, certification paths, and job...

The Official Raspberry Pi Beginner's Guide: How to use your new computer 21.03.2025

This Book provides a comprehensive introduction to the Raspberry Pi 4 Model B, covering its components, setup, and programming using Scratch and Python. It details the Raspbian operating system, demonstrates basic programming concepts through practical projects, and explains how to interface with physical components like LEDs and buttons. Furthermore, it explores using the Raspberry Pi Camera Modu...

The Official CompTIA Security+ Certification Study Guide 21.03.2025

This Book is an excerpt from a CompTIA Security+ study guide that provides information about network security. The guide explores topics such as risk assessment, malware identification, network attacks, secure network design, identity and access management, cryptography, and security frameworks and guidelines. Additionally, the text covers the use of open source software like Linux and discusses t...

The Linux Programming Interface: A Linux and UNIX System Programming Handbook 20.03.2025

The provided Book is a collection of excerpts from Michael Kerrisk's "The Linux Programming Interface," a comprehensive guide to Linux and UNIX system programming. The excerpts cover various aspects of the UNIX system, including file I/O, process management, signals, threads, interprocess communication (IPC), and shared libraries. They also discuss POSIX standards and their implementation in Linux...

The Hacker Playbook: Practical Guide To Penetration Testing 20.03.2025

"The Hacker Playbook: Practical Guide to Penetration Testing" is a manual providing a hands-on approach to penetration testing. The book details various techniques for network and web application security assessments, including scanning methods, exploitation of vulnerabilities (like SQL injection and XSS), and post-exploitation techniques for lateral movement within a compromised network. It empha...

The Hacker Playbook 3: Practical Guide To Penetration Testing 19.03.2025

"The Hacker Playbook 3" is a guide to penetration testing and red teaming, focusing on advanced techniques to simulate real-world attacks. The book covers various attack vectors, including web application exploitation (XSS, NoSQL injection, template injection), network compromise (Responder, CrackMapExec, DCSync), and lateral movement. It emphasizes bypassing security controls and evading detectio...

The Docker Workshop: Learn how to use Docker containers effectively to speed up the development process 19.03.2025

This Book comprises excerpts from "The Docker Workshop," a guide to building and deploying applications using Docker. The book covers Dockerfiles, image management, container orchestration with Docker Compose and Swarm, and extends to advanced topics like networking, storage, security, CI/CD pipelines with Jenkins, and monitoring with Prometheus and Splunk. Numerous exercises and activities are in...

The Decision Intelligence Handbook: Practical Steps for Evidence-Based Decisions in a Complex World 18.03.2025

The Decision Intelligence Handbook by Pratt and Malcolm is a practical guide to Decision Intelligence (DI), a methodology for improving decision-making using data and technology. The book outlines nine DI processes, from defining decision objectives to retrospectively analyzing results. It emphasizes creating Causal Decision Diagrams (CDDs) to visualize cause-and-effect relationships, integrating...

The Complete Cyber Security Course 18.03.2025

The provided Book is a collection of excerpts from a cybersecurity course. The course, "The Complete Cyber Security Course Volume I Hackers Exposed," by Nathan House, focuses on practical techniques for enhancing personal online security, privacy, and anonymity. The excerpts cover a wide range of topics, including operating system security, threat modeling, social engineering, encryption, and the...

The Clean Coder: A Code of Conduct for Professional Programmers 17.03.2025

This Book is an excerpt from Robert C. Martin's "The Clean Coder," a book focused on professionalism in software development. It explores various aspects of a professional programmer's conduct, including responsible coding practices ("first, do no harm"), effective time management, collaboration techniques, and proper estimation methods. The excerpt also features anecdotes illustrating the consequ...

CERT Oracle Secure Coding Standard for Java, The (SEI Series in Software Engineering) 17.03.2025

The provided Book is an excerpt from The CERT Oracle Secure Coding Standard for Java, a guide to secure coding practices in Java. It details numerous rules categorized by topic (e.g., input validation, object orientation, concurrency, I/O), each with explanations, compliant and noncompliant examples, and risk assessments. The book aims to improve software security by eliminating vulnerabilities st...

The Security Culture Playbook: An Executive Guide To Reducing Risk and Developing Your Human Defense Layer 16.03.2025

"The Security Culture Playbook" is a guide to understanding and improving organizational security culture. The book emphasizes that security culture is measurable and manageable, not just a buzzword, and offers a framework (measure, involve, engage) for building a stronger security posture. It examines the interplay between technology and human behavior, highlighting the critical role of human fac...

The IDA Pro Book, 2nd Edition 16.03.2025

This Book is an excerpt from the second edition of "The IDA Pro Book," a guide to using IDA Pro, a popular disassembler. The book covers various aspects of reverse engineering, including navigating and modifying disassembly, identifying library routines, using code graphing, and extending IDA's functionality. It also explores vulnerability analysis, debugging techniques, and using IDA's scripting...

The Definitive Guide to Security in Jakarta EE: Securing Java-based Enterprise Applications with Jakarta Security, Authorization 15.03.2025

This Book is a technical guide to Jakarta EE security, covering its history, architecture, and implementation details. It details Jakarta Authentication, Authorization, and Security APIs, explaining their functionalities and interactions. The guide also explores practical examples and comparisons with other frameworks like Spring Security and Apache Shiro. Furthermore, it examines Java SE security...

The UNIX-HATERS Handbook: Two of the most famous products of Berkeley are LSD and Unix. I don’t think that is a coincidence 15.03.2025

"The Unix-Haters Handbook" compiles six years of messages from the UNIX-HATERS mailing list, expressing widespread frustration with the Unix operating system. The book covers various aspects of Unix, including its user interface, programming complexities, system administration challenges, and security flaws. It uses a sarcastic and critical tone, highlighting the system's inconsistencies, cryptic...

The threat intelligence handbook 14.03.2025

The provided Book is an excerpt from the second edition of The Threat Intelligence Handbook, published by CyberEdge Group and primarily authored by Recorded Future employees. The handbook explains the importance of threat intelligence and security intelligence in proactive cybersecurity strategies. It details how threat intelligence benefits various security teams, such as incident response, vulne...

The Tangled Web: A Guide to Securing Modern Web Applications 14.03.2025

The provided Book is a table of contents and excerpts from Michal Zalewski's book, "The Tangled Web: A Guide to Securing Modern Web Applications." The book explores the complexities of web application security by examining the underlying mechanisms of web browsers and their inherent vulnerabilities. It focuses on the interactions between various web technologies (HTTP, HTML, JavaScript, etc.) and...

The Social Engineer's Playbook: A Practical Guide to Pretexting 12.03.2025

Jeremiah Talamantes's The Social Engineer's Playbook is a practical guide to pretexting, a form of social engineering. The book covers various social engineering techniques, including phishing, baiting, and pretexting itself, explaining how to influence people using psychological principles like reciprocity and authority. It details information gathering methods, emphasizing online research and ph...

The Ransomware Hunting Team: A Band of Misfits' Improbable Crusade to Save the World from Cybercrime 12.03.2025

This Book excerpt chronicles the rise of ransomware and the efforts of a unique group of cybersecurity experts, the Ransomware Hunting Team, to combat it. The team, composed of individuals with diverse backgrounds and skill sets, works to develop decryption tools and aid victims, often for free. The narrative also explores the motivations and methods of ransomware gangs, the responses of law enfor...

The Mac Hacker's Handbook 10.03.2025

This Book is an excerpt from "The Mac Hacker's Handbook," a book exploring the security vulnerabilities of Mac OS X. The book details methods for discovering and exploiting vulnerabilities in Mac OS X, covering topics such as network protocols, file formats, and system internals. It provides both high-level overviews and low-level technical details, including code examples and debugging techniques...

The Hacker's Handbook: The Strategy Behind Breaking Into and Defending Networks 10.03.2025

This Book is an excerpt from The Hacker's Handbook, a technical manual detailing network security vulnerabilities and exploits. It systematically explores various protocols (TCP/IP, SMTP, HTTP, DNS, etc.), outlining their weaknesses and how attackers exploit them for reconnaissance, intrusion, and denial-of-service attacks. The book also covers defensive strategies, including access controls, auth...

The Hacker Playbook 2: Practical Guide To Penetration Testing 09.03.2025

"The Hacker Playbook 2" is a guide to penetration testing, expanding upon the first book with updated attacks and techniques. The book covers various attack vectors, including network scanning, web application exploitation (SQL injection, XSS, CSRF), and social engineering. It details the use of both open-source and commercial penetration testing tools, like Metasploit, Burp Suite, and Cobalt Stri...

Listen to the CyberSecurity Summary podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.