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
Security Orchestration, Automation, and Response for Security Analysts: Learn the secrets of SOAR to improve MTTA and MTTR 17.05.2025 13:44
Focuses on SOAR solutions and their role in modern cybersecurity. It emphasizes the need for automated responses to security incidents due to the overwhelming number of alerts and the shortage of skilled cybersecurity personnel, particularly in Security Operations Centers (SOCs). The book details the key components of SOAR, including incident management, investigation, automation, reporting, threa...
Security Testing with Raspberry Pi 17.05.2025 27:31
Focused on security testing and ethical hacking using Raspberry Pi computers. It provides practical guides on setting up a lab environment with virtual machines like Kali Linux and Metasploitable, then explores various tools and techniques for scanning, exploiting vulnerabilities, and cracking passwords. Additionally, it discusses using the Raspberry Pi for physical security projects, including su...
Securing Cloud Applications 16.05.2025 22:05
This Book offer an introduction to application security, covering fundamental concepts such as integrity, authentication, confidentiality, and non-repudiation. They discuss the importance of Transport Layer Security (TLS) for securing network communication and highlight the risks associated with software supply chain attacks, advocating for the use of dependency vulnerability scanners. Key cryptog...
Quick JavaScript (Quick Programming) 16.05.2025 41:32
An experienced programmer and educator, intends this resource for programmers already familiar with other languages (like C++ or Java) who want a rapid introduction to JavaScript and the HTML Document Object Model (DOM). The book is explicitly not for novice programmers seeking to learn their first language or those needing an exhaustive reference. The content covers fundamental JavaScript concept...
Python Image Processing Cookbook: Over 60 recipes to help you perform complex image processing and computer vision tasks with ease 16.05.2025 25:12
Focus on practical applications using various libraries such as scikit-image, OpenCV, and deep learning frameworks like PyTorch and TensorFlow. The text covers a range of image manipulation techniques, including image enhancement through filters and denoising methods like anisotropic diffusion and autoencoders. It also explores image registration for aligning multiple images and performing tasks l...
Python for Scientists 16.05.2025 30:01
This compilation of excerpts provides an introduction to Python for scientists, focusing on practical applications in numerical methods and data handling. It covers fundamental Python concepts like data types, control flow, functions, and classes, contrasting them with more performant NumPy arrays for numerical operations. The text explores libraries like SciPy for scientific calculations includin...
Practitioner’s Guide to Data Science (Chapman & Hall/CRC Data Science Series) 15.05.2025 19:20
The Book provides a practical look at data science in real-world industry settings, covering both technical and soft skills not always found in traditional academic materials. Key features include a focus on big data cloud platforms like Spark using R and Python with provided code examples for hands-on learning, as well as discussions on data pre-processing, data wrangling, and various modeling te...
Practical Python Data Visualization: A Fast Track Approach To Learning Data Visualization With Python 15.05.2025 16:04
It functions as an introductory guide to data visualization using Python. The Book cover fundamental Python concepts, the Jupyter Notebook environment, and several data visualization libraries, including leather, NumPy, Matplotlib, and pandas. Topics range from basic Python syntax and installation to creating various chart types, handling image data, visualizing graphs, and working with structured...
Practical Julia: A Hands-On Introduction for Scientific Minds 14.05.2025 24:49
This Book provides a comprehensive introduction to the Julia programming language, designed particularly for scientists and engineers. It covers foundational concepts like data types, operators, control flow (loops and conditionals), and functions, along with more advanced topics such as multiple dispatch, metaprogramming, plotting, and working with various data structures. The text also explores...
Practical Ansible: Learn how to automate infrastructure, manage configuration, and deploy applications 14.05.2025 25:59
These excerpts provide an in-depth look at Ansible automation, detailing fundamental concepts and practical applications. Key areas covered include installing and configuring Ansible, managing inventories, and creating playbooks and roles. The text also explains how to work with modules and plugins, build collections, and utilize command-line arguments and variables. Advanced topics like condition...
Offensive Countermeasures: The Art of Active Defense 12.05.2025 22:30
This excerpt explores "Offensive Countermeasures - The Art Of Active Defense," a publication challenging traditional passive cybersecurity methods. The author, John Strand of Black Hills Information Security, advocates for proactive defensive strategies, arguing that current approaches are often inadequate. The text discusses legal considerations and case studies related to "hacking back," emphasi...
Microsoft Defender for Cloud 12.05.2025 15:18
This Book appears to be a technical guide to Microsoft Defender for Cloud, providing an in-depth look at its features and capabilities. It discusses topics such as the current threat landscape, planning for and onboarding to the service, and managing security posture through policy enforcement and recommendations. The text also explains how Defender for Cloud provides threat detection across vario...
Professional JavaScript for Web Developers 11.05.2025 58:00
This technical Book explores various aspects of JavaScript for web development. It covers fundamental concepts like data types, operators, variables, and functions, including modern additions like block scope with let and const and arrow functions. The text also details complex topics such as prototype-based inheritance, promises and async/await for asynchronous programming, and various JavaScript...
Mastering Linux Security and Hardening: A practical guide to protecting your Linux system from cyber attacks 11.05.2025 28:06
This compilation of excerpts provides a comprehensive guide to Linux system security and hardening. It covers fundamental topics such as configuring virtual environments with VirtualBox for testing security measures, including networking setup and snapshot creation. The material explores essential security practices like managing user accounts and enforcing password policies, and also discusses us...
Mastering Python Networking: Utilize Python packages and frameworks for network automation, monitoring, cloud, and management 10.05.2025 30:58
Introduce Python as a powerful and versatile tool for modern network engineering tasks. They discuss fundamental networking concepts like the OSI model, TCP/IP, and network components while highlighting the limitations of traditional command-line interfaces. The content transitions to programmatic network device management using APIs, showcasing examples with major vendors like Cisco, Juniper, and...
JavaScript for Web Developers: Understanding the Basics 10.05.2025 40:41
This Book focuses on JavaScript for web development, beginning with foundational concepts like variables, data types, functions, and using browser developer tools. It progresses through practical applications by guiding the reader in building interactive projects, such as a simple guessing game and a slide show, to illustrate manipulating HTML elements and handling events. Later sections explore w...
Visual Data Insights Using SAS ODS Graphics: A Guide to Communication-Effective Data Visualization 09.05.2025 12:40
This Book presents LeRoy Bessler's guide to creating effective data visualizations using SAS ODS Graphics, drawing upon his extensive experience in information technology and data analysis. The book covers a range of chart types, including bar charts, pie charts, heat maps, bubble plots, and time series plots, emphasizing principles of communication-effective graphic design, such as ensuring reada...
Learning Vue: Core Concepts and Practical Patterns for Reusable, Composable, and Scalable User Interfaces 09.05.2025 25:05
This collection of excerpts originates from "Learning Vue: Core Concepts and Practical Patterns for Reusable, Composable, and Scalable User Interfaces" by Maya Shavin, published by O'Reilly Media, providing a comprehensive guide to the Vue.js JavaScript framework. The text covers foundational concepts like component structure (Options API and Composition API), data handling (reactivity, computed p...
Learning Digital Identity: Design, Deploy, and Manage Identity Architectures 08.05.2025 35:21
This collection of Book offers a comprehensive look at the evolution, concepts, and technologies surrounding digital identity. It traces the progression from centralized to federated and decentralized identity systems, highlighting the goal of creating user-centric identity and the challenges in achieving it. Key topics covered include the fundamental building blocks like cryptography (secret and...
Go Fundamentals: Gopher Guides 08.05.2025 32:48
This compilation of excerpts offers a comprehensive guide to the Go programming language, covering fundamental concepts for developers. Topics range from setting up modules and managing dependencies, including using tools like go mod init and go get, to basic language elements such as data types (numbers, strings, booleans), variable declaration, and the Go compiler and garbage collection. The tex...
Extreme Privacy: What It Takes to Disappear 07.05.2025 42:24
This Book, "Extreme Privacy: What It Takes to Disappear" by Michael Bazzell, serves as a detailed guide for users seeking to maximize their privacy and security on mobile devices, particularly focusing on custom Android operating systems like GrapheneOS. The author, drawing on his background in computer crime investigation and open source intelligence, emphasizes the risks associated with traditio...
Digital Forensics and Incident Response: Incident response tools and techniques for effective cyber threat response, 3rd Edition 07.05.2025 44:33
This collection of excerpts focuses on digital forensics and incident response. It examines methodologies for investigating cyber attacks, including acquiring and analyzing various types of evidence. The text explores network-based evidence like logs and packet captures, as well as host-based evidence from memory and storage. Various forensic tools and platforms are discussed, alongside the import...
Design for Developers 06.05.2025 25:36
This Book, "Design for Developers" by Stephanie Stimac, explores the critical intersection of design, user experience, and web development, emphasizing how understanding design principles can enhance developers' skills and lead to better products. It provides guidance on fundamental design concepts like proximity, alignment, repetition, and contrast, along with practical applications for creating...
Deep Learning with Python 06.05.2025 34:22
It explains how neural networks process data using tensors and tensor operations, and how they learn through gradient-based optimization and backpropagation. The material also introduces the Keras API built on TensorFlow, demonstrating how to build and train various model architectures for different tasks such as image classification, natural language processing, and timeseries forecasting, includ...
Deep Learning for Data Architects: Unleash the power of Python's deep learning algorithms 05.05.2025 28:06
Focuses on deep learning concepts and their practical applications within the field of data architecture and data science. It introduces foundational elements like Artificial Neural Networks, Python libraries for data handling (such as Pandas and NumPy), and tools for data analysis and visualization (like Sweetviz, AutoViz, and Lux). The text explores specific deep learning architectures including...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.