CyberSecurity Summary - podcast cover

CyberSecurity Summary

CyberSecurity Summarywww.spreaker.com
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 different platforms:
https://linktr.ee/cyber_security_summary
Last refreshed:
Download Metacast podcast app
Podcasts are better in Metacast mobile app
Don't just listen to podcasts. Learn from them with transcripts, summaries, and chapters for every episode. Skim, search, and bookmark insights. Learn more

Episodes

Radio Frequency Integrated Circuit Design (Artech House Microwave Library

Focuses on the design and implementation of key circuit blocks for the radio frequency (RF) portion of a radio using integrated circuit (IC) technology. It covers crucial design challenges, including noise, linearity, and impedance matching. The material also discusses the use and characteristics of passive components within IC technology and examines various RF building blocks like low-noise amplifiers (LNAs), mixers, oscillators, and filters. The excerpt further explains concepts such as Smith...

May 30, 202526 min

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

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 Security frameworks. The sources discuss case studies of real-world malware and tools like KnockKnock and ...

May 30, 202517 min

Radio Frequency Identification Technologies

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 the challenges related to their implementation and adoption. Crucially, it also addresses the signifi...

May 29, 202531 min

CompTIA Security+ Guide to Network Security Fundamentals

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, wireless networks, and cloud computing. Additionally, it addresses critical operational security topi...

May 29, 202548 min

Radio Frequency Integrated Circuits and Technologies

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 realm of radio frequencies. You can listen and download our episodes for free on more than 10 different...

May 28, 20254 min

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

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 firewalls and SELinux. The guide also explores software management using rpm and dnf, introduces syste...

May 28, 202531 min

Handbook of Smart Antennas for RFID Systems

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 their advantages for improving system capacity, accuracy, and interference mitigation. The texts al...

May 27, 202529 min

Professional C++ (Tech Today)

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 management. The text also extensively explores the C++ Standard Library, detailing containers like v...

May 27, 202524 min

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

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 process injection and rootkits, and explores fileless malware. Finally, the text examines how malwa...

May 26, 202517 min

Darknet Master: Tor and Deep Web Secrets

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 such as trading narcotics, weapons, and stolen data on hidden marketplaces. The sources also touch ...

May 26, 202511 min

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

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 system, discusses configuring signatures for threat detection, and demonstrates how to create dashboards...

May 25, 202524 min

Cryptography and Network Security: Principles and Practice, Global Ed

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 also introduces public-key cryptography, exemplified by RSA and ElGamal, discusses digital signatures ...

May 25, 202550 min

Cryptography: Algorithms, Protocols, and Standards for Computer Security

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. Furthermore, the text touches upon security analysis methods, common attacks, and key management practice...

May 24, 202536 min

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

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 chapters discuss implementing various C language features like unary and binary operators, including a...

May 24, 202522 min

Windows 10 System Programming, Part 2

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. It also addresses Dynamic Link Libraries (DLLs), detailing their construction, linking methods, the D...

May 23, 202529 min

Windows 10 System Programming, Part 1

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 methods for inter- and intra-process synchronization, and utilizing thread pools for efficient task e...

May 23, 202538 min

Windows APT Warfare: Identify and prevent Windows APT attacks effectively

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 signature forgery. The text also provides insights into Windows internals, such as the PE format, process...

May 22, 202530 min

Web Hacking Arsenal: A Practical Guide to Modern Web Pentesting

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 vulnerabilities like SQL injection, command injection, and template injection, and analyzing business logic flaws...

May 22, 202531 min

JavaScript for Sound Artists

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 common audio effects and building practical applications like a spectrum analyzer and a step sequence...

May 21, 202518 min

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

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 concepts like abstractions, framework building blocks, internal architecture, ensuring usability an...

May 21, 202527 min

Visual Threat Intelligence: An Illustrated Guide For Threat Researchers

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 techniques. Furthermore, the text examines Indicators of Compromise (IOCs), their lifecycle, the Pyramid ...

May 20, 202518 min

12 Twisted Python Projects for Young Coders

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, image display, and audio playback. Appendices provide essential guidance on installing Python and ...

May 20, 202516 min

Think Like a Software Engineering Manager

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 for project delivery and execution, including working effectively with cross-functional partners and...

May 19, 202515 min

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

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 responsible disclosure, private disclosure, and independent publishing, while also exploring the complexiti...

May 19, 202525 min

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

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 how different features of applications can be used as inputs for classification algorithms to differe...

May 19, 202522 min

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

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 validation of a serious game for assessing clinical decision-making in medical education. Additional...

May 19, 202519 min

Security Orchestration, Automation, and Response for Security Analysts: Learn the secrets of SOAR to improve MTTA and MTTR

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, threat intelligence (TI), and threat and vulnerability management (TVM), explaining how these elements wo...

May 17, 202514 min

Security Testing with Raspberry Pi

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 surveillance and detecting wireless bugs, and concludes with advice on securing Raspberry Pi systems. ...

May 17, 202528 min

Securing Cloud Applications

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 cryptography concepts like hashing (SHA-2, SHA-3) and Message Authentication Codes (HMAC) are explained for...

May 16, 202522 min

Quick JavaScript (Quick Programming)

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 concepts, including data types, operators, control flow statements, functions, objects, classes, and promis...

May 16, 202542 min
For the best experience, listen in Metacast app for iOS or Android