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

The Art of Mac Malware, Volume 2: Detecting Malicious Software 30.05.2025

A technical guide focused on programmatic Mac malware detection. The content covers examining various data sources like process information, network activity, and persistence mechanisms to identify malicious behavior. It explains how to parse executable files, validate code signing, and monitor system events using native macOS frameworks and APIs, including the NetworkExtension and Endpoint Securi...

Radio Frequency Identification Technologies 29.05.2025

This Book is a workshop summary report from the Committee on Radio Frequency Identification Technologies under the National Research Council's Computer Science and Telecommunications Board, published in 2004. It provides an overview of RFID technologies, including their technical aspects, different variations of tags and readers, applications in areas like supply-chain management and beyond, and t...

CompTIA Security+ Guide to Network Security Fundamentals 29.05.2025

Focuses on various aspects of information security, primarily serving as a guide for the CompTIA Security+ certification. It covers fundamental concepts such as threat actors and their motivations, cryptography, and identity and access management. The material also examines vulnerabilities and defenses across different areas, including applications, endpoint devices, mobile and embedded systems, w...

Radio Frequency Integrated Circuits and Technologies 28.05.2025

A snippet from a technical resource related to the design and application of radio frequency integrated circuits. As the title suggests, it likely discusses the intricate aspects of circuits used in wireless communication systems and related technologies. Given the source, one can infer it contains detailed information and principles relevant to electrical engineering and circuit design in the rea...

RHCSA Red Hat Enterprise Linux 9 Certification Study Guide, Eighth Edition (Exam EX200) 28.05.2025

A study guide for the Red Hat Certified System Administrator (RHCSA) exam, focusing on Red Hat Enterprise Linux 9 (RHEL 9). It covers foundational topics necessary for system administration, such as managing users and groups, configuring storage and filesystems using tools like fdisk and parted, understanding basic networking concepts and commands like ip and nmcli, and securing the system with fi...

Handbook of Smart Antennas for RFID Systems 27.05.2025

Focuses on radio frequency identification (RFID) systems, specifically exploring smart antennas used within these systems. It discusses various aspects of RFID, including its history, operating frequencies, tag types, and reader architecture. A significant portion of the material is dedicated to different types of smart antennas like phased arrays and parasitic arrays, their design challenges, and...

Professional C++ (Tech Today) 27.05.2025

Offers a comprehensive guide to advanced C++ programming concepts and techniques, ranging from template programming, including template parameters and variadic templates, to object-oriented design, covering classes, inheritance, and design patterns like Strategy. It discusses memory management with raw pointers, smart pointers, and dynamic allocation, alongside exception handling for robust error...

Evasive Malware: A Field Guide to Detecting, Analyzing, and Defeating Advanced Threats 26.05.2025

Focuses on understanding and counteracting evasive malware. It begins by introducing code analysis techniques to identify malicious intent. The material then details how malware employs context awareness to avoid detection in virtual environments and how it utilizes anti-reversing tactics like anti-disassembly and debugging interference. Further sections cover defense evasion strategies, including...

Darknet Master: Tor and Deep Web Secrets 26.05.2025

Provides an extensive overview of the Darknet and Deep Web, differentiating them from the surface web and explaining how they operate, primarily through Tor (The Onion Router) for anonymous browsing via encrypted layers. It details various reasons individuals use the Darknet, including legal purposes like protecting whistleblowers and accessing uncensored information, as well as illegal activities...

A network defender's guide to threat detection: Using Zeek, Elasticsearch, Logstash, Kibana, Tor, and more 25.05.2025

A comprehensive guide for network defenders. It focuses on threat detection and network analysis using a suite of open-source tools. Key components covered include the installation and configuration of Zeek (Bro) IDS, the Elastic Stack (ELK) for log analysis and visualization, and the Tor network for anonymity and traffic analysis. The guide details steps for setting up these tools on a Linux syst...

Cryptography and Network Security: Principles and Practice, Global Ed 25.05.2025

Cover fundamental aspects of cryptography and network security, outlining concepts like divisibility, modular arithmetic, and prime numbers as mathematical underpinnings. They explore symmetric ciphers, including classical techniques and modern standards like DES and AES, along with various modes of operation and the use of hash functions and MACs for data integrity and authentication. The text al...

Cryptography: Algorithms, Protocols, and Standards for Computer Security 24.05.2025

Provide a broad overview of cryptographic concepts and techniques. The sources discuss various types of cryptographic primitives, including hash functions, message authentication codes, digital signatures, and symmetric and asymmetric encryption algorithms like AES and RSA. They also explore the mathematical foundations underpinning cryptography, such as modular arithmetic and finite fields. Furth...

Writing a C Compiler: Build a Real Programming Language from Scratch 24.05.2025

It  walk the reader through the stages of compilation, beginning with basic steps like lexical analysis and parsing using techniques like recursive descent and precedence climbing. The sources introduce key concepts like Abstract Syntax Trees (ASTs) and intermediate representations such as Three-Address Code (TACKY), explaining how they facilitate the conversion of C code to assembly. Subsequent c...

Windows 10 System Programming, Part 2 23.05.2025

These excerpts, primarily from the second part of a book on Windows 10 System Programming, explore various facets of system-level programming using the Windows API. The text covers diverse topics including memory management, discussing aspects like large pages, address windowing extensions, NUMA, and functions like VirtualAlloc and its variants, alongside concepts such as working sets and heaps. I...

Windows 10 System Programming, Part 1 23.05.2025

These Book offer an in-depth look at Windows system programming, primarily focusing on processes, threads, memory management, and file I/O. They explain fundamental concepts like what a process is, how threads function within processes, and the use of handles to interact with system objects. The excerpts cover topics such as managing thread scheduling through priorities and affinities, different m...

Windows APT Warfare: Identify and prevent Windows APT attacks effectively 22.05.2025

The Book is a technical guide focused on understanding and countering advanced persistent threats (APTs) targeting Windows systems. It explores concepts from reverse engineering, compilers, and operating system principles to explain attack techniques from a red team perspective, including practical examples of malware and hacking methods like shellcode development, packer design, and digital signa...

Web Hacking Arsenal: A Practical Guide to Modern Web Pentesting 22.05.2025

A practical guide to modern web penetration testing authored by Rafay Baloch and published by CRC Press in 2025. The content covers a wide range of web security topics, beginning with fundamentals of web and browser interaction, including HTTP, encoding, and browser security policies. It progresses through techniques for intelligence gathering and enumeration, identifying server-side vulnerabiliti...

JavaScript for Sound Artists 21.05.2025

It is a guide for individuals interested in creating interactive audio applications using JavaScript within a web browser. The book introduces foundational JavaScript concepts such as variables, data types, functions, and object-oriented programming, while also providing detailed explanations of how to use the Web Audio API for tasks like generating and manipulating sound. It covers implementing c...

Building Your Own JavaScript Framework: Architect extensible and reusable framework systems 21.05.2025

It covers various aspects of JavaScript framework development, ranging from historical context and the evolution of the ecosystem to core architectural patterns, tooling, testing, documentation, and considerations for long-term maintenance. The text also includes a foreword by Mike Taylor of Google, contributor information, technical requirements, and excerpts from several chapters that illustrate...

Visual Threat Intelligence: An Illustrated Guide For Threat Researchers 20.05.2025

Beginning with fundamental concepts like the intelligence lifecycle and various gathering disciplines such as OSINT, HUMINT, GEOINT, SIGINT, and FININT. It explores identifying and profiling threat actors, discussing motivations, the Diamond Model, TTPs, attribution challenges, and the MITRE ATT&CK framework, while also highlighting the Unprotect Project as a resource for malware evasion techn...

12 Twisted Python Projects for Young Coders 20.05.2025

Designed to teach programming to beginners in a fun and engaging way. The book focuses on using the Python language along with the guizero library to create Graphical User Interfaces (GUIs) through twelve distinct projects. The included chapters detail how to build a "Hello GUI" introduction, a "Joke Machine" using random selection from a list, and a "F.A.R.T. box" soundboard incorporating buttons...

Think Like a Software Engineering Manager 19.05.2025

Explores the fundamental role of an engineering manager (EM), contrasting it with that of an individual contributor (IC) and addressing common misconceptions about the transition. It emphasizes the crucial aspects of managing people, teams, and oneself, covering topics such as performance management, delegation, recognition, hiring, and addressing attrition. The text also details essential skills...

The Vulnerability Researcher's Handbook: A comprehensive guide to discovering, reporting, and publishing security vulnerabilities 19.05.2025

It explains the software vulnerability life cycle, from inception to deprecation, and discusses different types of vulnerabilities, such as cross-site scripting and SQL injection. The text also covers the use of vulnerability scanning tools and the importance of organizing research and using templates and resources. Crucially, it outlines various vulnerability disclosure methods, including respons...

The Android Malware Handbook: Detection and Analysis by Human and Machine 19.05.2025

Offers a comprehensive guide to Android malware, covering its history and current landscape. It details various malware types, such as trojans, ransomware, and SMS fraud, and explains both static and dynamic analysis techniques for identifying and understanding malicious applications. Furthermore, the text explores the use of machine learning methods for large-scale malware detection, discussing h...

Software Engineering for Games in Serious Contexts: Theories, Methods, Tools, and Experiences 19.05.2025

Exploring the creation of serious games and gamified applications. The excerpts highlight various aspects of this field, including user experience evaluation methods, the development of content-agnostic educational games using dynamic game adaptation, research into improving software architecture performance for mobile serious games using design patterns and quality attributes, and the design and...

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.