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

Ruby Programming: Building Future-proof Scalable Applications 11.02.2026

A comprehensive guide to mastering Ruby for creating robust and adaptable software. The book introduces fundamental concepts like object-oriented programming, control flow, and data structures, then progresses to advanced topics such as metaprogramming, concurrency, and machine learning integration. It also covers essential practices for code quality and scalability, including testing, error handl...

Password Cracking with Kali Linux 10.02.2026

A comprehensive guide for computer security professionals and students interested in password security and ethical hacking. It explores various methods for obtaining and cracking password hashes, specifically focusing on Windows authentication protocols like NTLM and Kerberos, and also addressing Linux password cracking. The text details the use of Kali Linux tools such as Hashcat and John the Rip...

Cybersecurity First Principles: A Reboot of Strategy and Tactics 09.02.2026

Examines cybersecurity through the lens of first principles, suggesting that organizations should focus on reducing the probability of material impact from cyber events. Authored by Steve Winterfeld and Rick Howard, the text defines core cybersecurity concepts like zero trust, intrusion kill chain prevention, resilience, risk forecasting, and automation, advocating for their strategic implementati...

Computer Science Distilled: Learn the Art of Solving Computational Problems (Code is Awesome) 08.02.2026

Covers core principles like logical reasoning, counting, and probability, essential for problem-solving. The text also explains algorithm analysis, including time complexity and Big-O notation, and explores various algorithmic strategies such as iteration, recursion, brute force, and dynamic programming. Furthermore, it discusses data structures like lists, queues, trees, and hash tables, and prov...

Coding Democracy: How Hackers Are Disrupting Power, Surveillance, and Authoritarianism 07.02.2026

Explores the multifaceted world of hacking and its profound impact on democracy and society. It traces the historical roots of hacker culture, from early groups at MIT and the Chaos Computer Club in Germany, to the rise of cypherpunks advocating for privacy through technology. The sources highlight the ongoing tension between governmental surveillance and individual liberty, exemplified by cases l...

Cisco CCNA Command Guide For Beginners And Intermediates: A Practical Step By Step Guide to Cisco CCNA Routing And Switching Command Line 06.02.2026

Provides an overview of Cisco CCNA commands for beginners and intermediate users, focusing on practical applications in real networks and simulation labs. It systematically covers fundamental networking concepts such as IP subnetting, including classful addressing and binary conversions, and device connectivity with cabling types. The guide then transitions into detailed sections on command-line i...

ChatGPT for Cybersecurity Cookbook: Learn practical generative AI recipes to supercharge your cybersecurity skills 05.02.2026

Provides practical applications of generative AI, particularly ChatGPT and other large language models (LLMs), for enhancing cybersecurity skills. It covers a wide range of topics, including vulnerability assessment, secure software development, governance, risk, and compliance (GRC), and security awareness training. The book also explores red teaming and penetration testing strategies, threat mon...

CCNA Cisco Certified Network Associate Exam (200-301): Technology Workbook with Practice Questions and Labs 04.02.2026

A comprehensive guide for the Cisco CCNA (200-301) exam, providing a practical, case-study-based approach to networking fundamentals. It covers a wide array of topics including network components, topologies, IP addressing (IPv4 and IPv6), wireless principles, and switching concepts. Furthermore, the document explores critical network services like NAT, DHCP, NTP, and Syslog, alongside security fe...

CCNA: 3 in 1: Beginners Guide+ Simple and Effective Strategies+Advanced Method and Strategies to learn Routing and Switching Essentials 03.02.2026

A beginner's guide to CCNA Routing and Switching certification, focusing on fundamental networking concepts and Cisco-specific technologies. It covers various routing protocols like RIP, OSPF, and EIGRP, explaining their operations, configurations, and comparisons. The text also explores essential network components such as routers and switches, detailing their functions, security implications, an...

High Performance PostgreSQL for Rails: Reliable, Scalable, Maintainable Database Applications 02.02.2026

Focusing on optimizing database performance for Ruby on Rails applications. It provides practical guidance on topics such as data correctness, modifying busy databases without downtime, and optimizing Active Record queries. The text also explores advanced PostgreSQL features like various index types, database maintenance, managing connections, and bulk data operations, all aimed at improving the s...

Android Application Development Cookbook: Over 100 recipes to help you solve the most common problems faced by Android Developers today 01.02.2026

Provides over 100 solutions for common problems faced by Android developers. The book covers a wide range of topics, from fundamental Android components like Activities, Layouts, and Fragments, to more advanced concepts such as multimedia integration, data storage, network communication, and Google services like Cloud Messaging and Sign-in. It also addresses optimizing application performance, han...

Prompt Engineering: Empowering Communication 31.01.2026

Explores the multifaceted field of prompt engineering, defining it as the art of crafting precise instructions to guide large language models (LLMs) towards desired outputs. It traces the evolution of OpenAI's GPT models, from GPT-1 to GPT-4, and details various prompt engineering techniques, including zero, one, and few-shot prompting. The source dedicates significant attention to the practical a...

Programming Ruby 3.3: The Pragmatic Programmers' Guide (Pragmatic Programmers; Facets of Ruby 30.01.2026

A comprehensive reference for the Ruby programming language, specifically covering versions up to 3.2. It introduces fundamental concepts like object-oriented programming, data structures such as arrays and hashes, and control flow mechanisms including loops, conditionals, and pattern matching. The guide also explores more advanced topics like exceptions, input/output operations, concurrency with...

Productionizing AI: How to Deliver AI B2B Solutions with Cloud and Python 29.01.2026

A comprehensive guide to productionizing AI solutions, primarily focusing on cloud-based deployments using Python. It begins by defining key AI concepts and the current landscape, then transitions into practical aspects like data ingestion, AI pipelines, and data wrangling. The text covers various machine learning and deep learning techniques, emphasizing their implementation on cloud platforms su...

Pro Spring Boot 3 with Kotlin: In-Depth Guide to Best Practices for Cloud-Native and Microservices Development 28.01.2026

Focusing on best practices for developing various applications. It covers fundamental Spring Boot concepts such as auto-configuration, dependency management (Gradle), and application properties, demonstrating their usage in web development, data access (SQL, JPA, MongoDB, Redis), and reactive programming. The text also explores advanced topics including Spring Security (OAuth2), messaging with JMS...

PowerShell Fast Track: Hacks for Non-Coders 27.01.2026

A practical guide for automating IT systems and processes using PowerShell. It introduces fundamental scripting concepts such as variables, conditional statements (If/Else, Switch), and loops, illustrating their application with clear examples. The material then progresses to more advanced topics including date and log management, various methods for script input (CSV, text files, user prompts, GU...

Software Testing: A Craftsman's Approach 26.01.2026

A comprehensive examination of software testing methodologies and principles. The text covers foundational concepts like discrete mathematics and graph theory for testers, progresses through various test case identification techniques such as boundary value analysis and equivalence class testing, and discusses code-based testing metrics including cyclomatic complexity and data flow analysis. It al...

Set Up and Manage Your Virtual Private Server: Making System Administration Accessible to Professionals 25.01.2026

A comprehensive guide to system administration, focusing on Virtual Private Servers (VPS). It meticulously covers topics from understanding what a VPS is and selecting a provider to basic Linux administration via both command line and graphical interfaces like Webmin. The text also explores crucial aspects of server security, including file permissions and firewalls, and explains backup strategies...

Android Internals::Power User's View 24.01.2026

A comprehensive, multi-volume exploration of the Android operating system from the perspective of a power user or administrator. It meticulously details Android's design, filesystem structure, boot sequence, and native services, emphasizing its Linux foundations without requiring code knowledge. The book covers partition management, the /init process for system startup, and the role of various dae...

5G Mobile Core Network: Design, Deployment, Automation, and Testing Strategies 23.01.2026

A comprehensive examination of 5G mobile core networks. The text covers architectural design principles, detailing core network functions (NFs) and their interactions, alongside deployment strategies for both Non-Standalone (NSA) and Standalone (SA) 5G networks. It also addresses crucial aspects of automation within the 5G packet core, outlining various approaches for testing strategies, including...

5G LTE Narrowband Internet of Things (NB-IoT) 22.01.2026

Focuses on the technical specifications and applications of Narrowband Internet of Things (NB-IoT) within 5G LTE cellular networks. The text explains the underlying protocol stack and architecture of NB-IoT, detailing layers such as the Radio Resource Control (RRC) sublayer, Packet Data Convergence Protocol (PDCP) sublayer, Radio Link Control (RLC) sublayer, Medium Access Control (MAC) sublayer, a...

Windows Terminal Tips, Tricks, and Productivity Hacks: Optimize your command-line usage and development processes with pro-level techniques 21.01.2026

Focusing on optimizing command-line usage. It covers configuring and customizing Windows Terminal, including its UI, settings, and key bindings. The book also explains how to integrate and enhance various shells like PowerShell, Ubuntu (via WSL2), and Git Bash, offering tips for expert use and appearance modifications. Furthermore, it details advanced workflows for development, DevOps, and cloud m...

Secrets of Network Cartography: A Comprehensive Guide to Nmap 20.01.2026

Functions as an in-depth resource for network and security professionals on using the powerful Nmap security tool. The text covers various Nmap scanning techniques, including stealth, version detection, and OS fingerprinting, explaining their operational mechanics and practical applications. It also details advanced features such as firewall evasion, output formats, timing options, and running Nma...

Pro Ember Data: Getting Ember Data to Work with Your API 19.01.2026

Focuses on effectively integrating Ember Data with various API structures. The text covers Ember Data's core architecture, including the store, adapters, and serializers, and explains their roles in data access, caching, and formatting. Readers will learn about different built-in adapters and serializers like RESTAdapter, JSONAPIAdapter, JSONSerializer, and RESTSerializer, understanding their expe...

Practical Web Scraping for Data Science: Best Practices and Examples with Python 18.01.2026

A comprehensive guide to web scraping techniques for data scientists. It covers foundational concepts like HTTP, HTML, and CSS, detailing how web browsers interact with servers and display content. The text explores practical applications using Python libraries such as requests, BeautifulSoup, and Selenium, demonstrating how to extract data from various websites, handle JavaScript, and implement w...

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.