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
Protective Security: Creating Military-Grade Defenses for Your Digital Business 12.02.2025 22:37
The Book, "Protective Security: Creating Military-Grade Defenses for Your Digital Business," written by Jim Seaman, draws on the author's experiences in the Royal Air Force to present a comprehensive strategy for securing digital businesses. Seaman argues that by applying the principles of protective security, businesses can adopt military-grade defenses to mitigate threats, vulnerabilities, and r...
Pro PHP Security 12.02.2025 26:16
This Book, Pro PHP Security, focuses on the practical aspects of building secure PHP applications. It emphasizes understanding and preventing common web security vulnerabilities like SQL injection and cross-site scripting (XSS). The book provides a comprehensive approach to PHP security, covering topics from validating user input and securing temporary files to managing user authentication and aut...
Programming Linux Anti-Reversing Technique 12.02.2025 26:46
This Book excerpt details Linux anti-reversing techniques, focusing on compiler options and file format manipulation to hinder reverse engineering efforts. The author discusses using GCC compiler flags like -g (debugging information) and -s (strip symbols) to control the information exposed in the compiled binary. Further techniques involve obfuscating strings, encrypting functions using RC4, and...
Programming and Automating Cisco Networks: A guide to network programmability and automation in the data center, campus, and WAN 10.02.2025 14:14
This Book provides a comprehensive guide to network programmability and automation, covering foundational skills and specific applications in Cisco Data Center, Campus, and WAN networks. The book teaches readers how to write software using Python and Bash scripting, leveraging tools like Git, GitHub, and PyCharm. It then explores various Cisco technologies like NX-OS and ACI, emphasizing the integ...
Professor Messer's CompTIA A+ 220-901 and 220-902 Course Notes 10.02.2025 38:19
Professor Messer's CompTIA 220-1001 Core 1 A+ Course Notes is a comprehensive study guide covering various aspects of computer hardware and networking. The notes extensively explain mobile devices, networking fundamentals (including IP addressing and common network ports), hardware components (motherboards, memory, storage), virtualization, and troubleshooting techniques for both hardware and netw...
Professional Red Teaming: Conducting Successful Cybersecurity Engagements 10.02.2025 26:58
It explores the process of red teaming, including shaping the engagement scope, establishing rules of engagement, executing the assessment, and reporting findings. The book argues for the continued importance of human hackers over automated tools, citing examples where human ingenuity surpasses automation. Finally, it introduces and validates a new red teaming methodology called CAPTR teaming, des...
Pro Ember Data: Getting Ember Data to Work with Your API 09.02.2025 21:25
David Tang's "Pro Ember Data" is a guide to using Ember Data with custom APIs. The book explains Ember Data's architecture, including the store, adapter, and serializer, and provides examples of customizing these components for various API structures. It covers common API response formats, such as REST and JSON:API, and how to handle different scenarios, including nested resources, error responses...
Privacy in Practice (Security, Audit and Leadership Series) 09.02.2025 25:59
This Book is a table of contents and excerpts from a book on global privacy practices, authored by Dr. Alan Tang. The book comprehensively covers various aspects of data privacy, including international and regional laws (like GDPR, CCPA/CPRA, PIPL), core privacy principles, data subject rights, data breach handling, and vendor management. It also examines specific high-risk scenarios and provides...
Preventing Ransomware: Understand, prevent, and remediate ransomware attacks 09.02.2025 25:22
The provided Book "Preventing Ransomware," published by Packt Publishing. The excerpt details various aspects of malware and ransomware, including their history, types, distribution methods, infection techniques, and analysis. It also covers ransomware economics and prevention strategies, such as using antivirus software, firewalls, and intrusion prevention systems. Additionally, the text includes...
Practical Intrusion Analysis: Prevention and Detection for the Twenty-First Century: Prevention and Detection for the Twenty-First Century 08.02.2025 20:31
"Practical Intrusion Analysis" is a comprehensive guide to intrusion detection, expanding beyond traditional vendor-specific focuses. The book covers intrusion detection systems (IDS), exploring signature-based and anomaly-based approaches using Snort and Bro as examples. It also examines network infrastructure monitoring, including packet sniffing and network flow analysis (NetFlow, sFlow, IPFIX)...
Practical Binary Analysis: Build Your Own Linux Tools for Binary Instrumentation, Analysis, and Disassembly 08.02.2025 24:11
The Book excerpts are from a book on practical binary analysis. It explains the challenges of analyzing binaries, such as the lack of high-level abstractions and the mixing of code and data. The book covers different binary formats (ELF and PE), detailing their structures and how to examine them using tools like objdump and readelf. It explores static and dynamic disassembly techniques, including...
Practical WebDriverIO: Learn to Automate Effectively Using WebDriverIO APIs 08.02.2025 27:37
This Book excerpt for the WebdriverIO automation framework, written for software testers. It covers installation and configuration, locating elements using various selectors, performing browser actions (navigation, screenshots, alerts), implementing waits and timeouts for robust testing, and utilizing assertion libraries for validation. The book also explores advanced topics like handling shadow D...
Practical Vulnerability Management: A Strategic Approach to Managing Cyber Risk 07.02.2025 20:41
This Book is an excerpt from Practical Vulnerability Management: A Strategic Approach to Managing Cyber Risk by Andrew Magnusson, a guide for improving an organization’s computer security. The book provides a step-by-step approach for setting up and maintaining an effective vulnerability management system. It includes details about gathering information from various sources, using scanning tools l...
Practical Rust Web Projects: Building Cloud and Web-Based Applications 07.02.2025 25:20
The provided Book "Practical Rust Web Projects: Building Cloud and Web-Based Applications" discuss various ways to develop web applications using the Rust programming language. The book starts by introducing basic web development concepts using the actix-web framework and explores different approaches for building websites, including server-side rendering, REST APIs, and WebSockets. It then dives...
Practical Packet Analysis, 3rd Edition: Using Wireshark to Solve Real-World Network Problems 07.02.2025 25:04
The Book provides a comprehensive guide to packet analysis, a crucial skill for network administrators and security professionals. It explains the fundamentals of network communication, the various layers of the OSI model, and the functions of common network protocols, such as TCP, UDP, DNS, and HTTP. The guide also explores how packet analysis is used to diagnose and solve problems like slow netw...
Practical Mobile Forensics: Forensically investigate and analyze iOS, Android, and Windows 10 devices, 4th Edition 01.02.2025 12:25
This Book, Practical Mobile Forensics, is a comprehensive guide to investigating mobile devices. It covers the acquisition, analysis, and recovery of data from iOS, Android, and Windows Phone devices. The book provides detailed information on the inner workings of each mobile platform, including their filesystems, security features, and common forensic artifacts. It also explores techniques for by...
Practical Linux System Administration: A Guide to Installation, Configuration, and Management 01.02.2025 16:25
This Book titled "Practical Linux System Administration" by Kenneth Hess. The text provides a comprehensive guide for Linux system administrators, covering topics such as installation, configuration, and management. The book explores various aspects of system administration, including user management, backups, filesystem housekeeping, storage management, network setup, hardware and software troubl...
Practical Industrial Cybersecurity: ICS, Industry 4.0, and IIoT 01.02.2025 19:42
This Book "Practical Industrial Cybersecurity: ICS, Industry 4.0, and IIoT" provides a comprehensive guide to securing industrial control systems (ICS). The book covers a wide range of topics, including ICS architecture, secure network design, common cybersecurity threats, and incident response strategies. It also addresses essential concepts like access control, user authentication, and risk mana...
Practical C Programming: Solutions for modern C developers to create efficient and well-structured programs 30.01.2025 13:42
This Book is a compilation of programming recipes and explanations from a book titled "Practical C Programming." The book provides practical solutions and guidance for modern C developers aiming to build applications. It covers a vast array of topics, including working with arrays, managing strings, exploring functions, preprocessing and compilation, pointers, file handling, concurrency, networkin...
Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation 30.01.2025 28:24
This Book titled "Practical Reverse Engineering." It provides a comprehensive guide to reverse engineering techniques for x86, x64, and ARM architectures. The text covers a variety of topics, including basic instruction sets, debugging techniques, and obfuscation methods. It focuses on practical applications and demonstrates how to analyze and deobfuscate real-world code samples. The book also exp...
Practical Linux Security Cookbook 30.01.2025 22:50
The Book "Practical Linux Security Cookbook," which provides a guide to configuring and implementing security measures on Linux systems. It covers topics such as password protection, server security, kernel optimization, filesystem security, user authentication, remote access, network security, and security tools. You can listen and download our episodes for free on more than 10 different platfor...
Practical IoT Hacking: The Definitive Guide to Attacking the Internet of Things 27.01.2025 28:51
This Book, "Practical IoT Hacking: The Definitive Guide to Attacking the Internet of Things" provides a comprehensive guide to the security vulnerabilities of Internet of Things (IoT) devices. It explores various attack methods, including network hacking, firmware analysis, RFID exploitation, Bluetooth Low Energy hacking, Wi-Fi attacks, LoRaWAN attacks, and mobile app security testing. The authors...
PowerShell for Sysadmins: Workflow Automation Made Easy 27.01.2025 31:29
The provided Book "PowerShell for Sysadmins: Workflow Automation Made Easy" by Adam Bertram. The excerpt is a guide to using PowerShell for automating tasks in a Windows environment. It covers a wide range of topics, including PowerShell basics, scripting, functions, modules, remote management, and testing using Pester. The excerpt also provides practical examples and step-by-step instructions on...
PowerShell 7 for IT Professionals: A Guide to Using PowerShell 7 to Manage Windows Systems 27.01.2025 20:51
The provided Book is an excerpt from a book titled "PowerShell 7 for IT Professionals: A Guide to Using PowerShell 7 to Manage Windows Systems," focusing on PowerShell 7, the latest version of PowerShell. The book covers how to set up a PowerShell 7 environment, understand its compatibility with Windows PowerShell, manage Active Directory, network configurations, and storage systems. Additionally,...
Power BI: Moving Beyond the Basics of Power BI and Learning about DAX Language 25.01.2025 18:35
The Book provides a comprehensive guide to Microsoft Power BI, a powerful business intelligence tool. It begins with a basic overview of Power BI's components, features, and benefits, emphasizing its ability to connect to a wide range of data sources and visualize data in various ways. The document then moves on to a detailed exploration of DAX, Power BI's formula language, covering its syntax, di...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.