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

Hands-On Red Team Tactics

The Book is a guide to ethical hacking and penetration testing, focusing on red team tactics. The guide outlines common penetration testing standards and techniques, exploring tools such as Metasploit, Cobalt Strike, and Empire. The text provides practical steps on how to exploit vulnerabilities, gain access to systems, and maintain persistent access. Additionally, it addresses methods to obfuscate command and control (C2) servers and exfiltrate data from targeted systems, emphasizing security m...

Jan 20, 202540 min

Cybersecurity Threats, Malware Trends, and Strategies - Second Edition: Discover risk mitigation strategies for modern threats

The provided Book "Cybersecurity Threats, Malware Trends, and Strategies," by Tim Rains. This book explains how to mitigate cybersecurity risks for organizations by providing in-depth knowledge about common threats and practical strategies. It focuses on understanding malware evolution, vulnerability management, threat intelligence, and effective cybersecurity strategies. The book also examines government involvement in cybersecurity, emphasizing the need for organizations to navigate legal and ...

Jan 20, 202534 min

Metasploit 5.0 for Beginners - Second Edition: Perform penetration testing to secure your IT environment against threats and vulnerabilities

This Book "Metasploit 5.x for Beginners - Second Edition" by Sagar Rahalkar. The book aims to teach readers how to effectively use the Metasploit framework, a powerful tool for penetration testing. The excerpts provide a comprehensive overview of the framework's components, including auxiliaries, exploits, payloads, and post-exploitation modules. Additionally, the text explores various techniques for information gathering, vulnerability hunting, client-side attacks, and evading antivirus detecti...

Jan 19, 202523 min

Cybersecurity Attacks - Red Team Strategies

This Book is a comprehensive guide to building and managing a red team program within an organization. The text covers essential topics such as defining the mission of a red team, gaining leadership support, building a program from scratch or inheriting an existing one, and managing and assessing the team. It explores the importance of "homefield advantage" and the collaborative approach between red and blue teams. The book provides numerous examples of real-world adversary tactics and technique...

Jan 19, 202545 min

Practical Web Penetration Testing

The source Book "Practical Web Penetration Testing" by Gus Khawaja, published by Packt Publishing. The book is a guide for security professionals and enthusiasts who want to learn how to conduct penetration tests on web applications. The excerpt covers a wide range of topics, including information gathering, network penetration testing, web intrusion tests, and automation using Python. It also explains the importance of understanding common web application vulnerabilities, such as SQL Injection,...

Jan 19, 202536 min

Network Security with pfSense

The provided Book "Network Security with pfSense" by Manuj Aggarwal and published by Packt Publishing. This comprehensive guide covers installing, configuring, and using pfSense, an open-source firewall software. The book explores various pfSense features, including its functions as a firewall, DHCP server, load balancer, and VPN server, and provides step-by-step instructions for implementing each of these features. The book also discusses IPsec and the Squid proxy server, offering practical dem...

Jan 19, 202522 min

Burp Suite Cookbook: Practical recipes to help you master web penetration testing with Burp Suite

"Burp Suite Cookbook" is a guide to mastering web penetration testing using the Burp Suite tool. The book provides practical recipes for tackling vulnerabilities in web applications, covering a wide range of topics, including getting started with Burp Suite, configuring the tool, spidering and scanning web applications, assessing authentication schemes, authorization checks, session management mechanisms, business logic, input validation checks, client-side attacks, working with Burp macros and ...

Jan 18, 202528 min

Learning Malware Analysis: Explore the concepts, tools, and techniques to analyze and investigate Windows malware

This Book is about malware analysis. It covers several topics related to the process of investigating and understanding malicious software, including static and dynamic analysis, debugging, code injection, and memory forensics. The book also explores how malware authors obfuscate their code to evade detection by security analysts. The text provides practical guidance and tools to analyze malware, as well as a detailed examination of how various malware techniques work. You can listen and downloa...

Jan 18, 202537 min

OWASP Mobile Security Testing Guide

The Book is a comprehensive guide to mobile security testing, specifically focusing on Android and iOS platforms. It covers a wide range of security topics, including data storage, authentication, network security, code quality, reverse engineering, and the use of popular tools and frameworks. The guide provides detailed explanations, practical examples, and references to relevant resources for both static and dynamic analysis techniques, enabling security professionals to conduct thorough mobil...

Jan 18, 202522 min

Software Architecture with C++: Design modern systems using effective architecture concepts, design patterns, and techniques with C++20

This is a comprehensive guide to software architecture using C++. It covers key concepts like architectural styles, requirements, system design, performance, security, and deployment. The book delves into C++ language features and advanced techniques like compile-time programming, memory management, and concurrency. It explores popular technologies such as microservices, containers, cloud computing, and GitOps. The author also discusses important considerations for development teams, including c...

Jan 17, 202535 min

OSSTMM 3

The OSSTMM (Open Source Security Testing Methodology Manual) is a framework for conducting comprehensive security audits. This methodology emphasizes testing the actual security of operational processes, not just theoretical configurations, and is designed to be objective and unbiased. It uses a unique approach to assess security based on the attack surface, which considers the balance between controls, limitations, and porosity. The framework also analyzes trust in relationships and interaction...

Jan 17, 202539 min

MacOS and iOS Internals, Volume III: Security & Insecurity

The provided Book is an excerpt from a book titled "OS Internals Volume III: Security & Insecurity" by Jonathan Levin. This book describes security techniques and vulnerabilities in Apple's operating systems macOS and iOS. The book is divided into two parts, the first part focuses on defensive techniques and the second part explores vulnerabilities and exploits. The author explains the concepts of authentication, auditing, authorization, code signing, software restrictions, and the sandbox i...

Jan 17, 202529 min

MacOS and iOS Internals, Volume I: User Mode

The Book provide an in-depth look at the inner workings of the Apple operating systems, MacOS X and iOS, from the perspective of an operating system developer, Jonathan Levin. The book, OS Internals, is the second edition, which expands on the first edition and focuses on a more mature version of the operating system including the Darwin kernel. The author takes the reader on a chronological journey through the evolution of the OS variants, detailing the specific changes, features, and architect...

Jan 17, 202537 min

Linux System Programming: Talking Directly to the Kernel and C Library

The provided Book "OReilly.Linux System Programming 2nd.Edition" and cover various aspects of Linux system programming, including file I/O, process management, memory management, signals, and time manipulation. The book aims to provide a comprehensive and detailed guide to writing efficient and reliable code that directly interacts with the Linux kernel and system libraries. The author emphasizes Linux-specific interfaces and advanced techniques, drawing from their personal experience as a devel...

Jan 16, 202527 min

Understanding the Linux Kernel

The Book are a collection of excerpts from "Understanding the Linux Kernel" by Daniel P. Bovet and Marco Cesati. The book provides a detailed explanation of the inner workings of the Linux kernel, focusing on key aspects of its architecture. The excerpts explore various functionalities, including memory management, process address space, system calls, kernel synchronization, device drivers, disk caches, filesystems, and kernel modules. They aim to provide a comprehensive understanding of the ker...

Jan 16, 202534 min

Operator Handbook: Red Team + OSINT + Blue Team Reference

This Book provides a comprehensive guide for red and blue teams conducting security operations. It covers a wide range of topics including tools, techniques, and strategies for both offensive and defensive operations. From network traffic analysis to penetration testing, this handbook is a valuable resource for anyone involved in cybersecurity. The document also includes a glossary of terms, a variety of code snippets, and detailed descriptions of useful resources for both red and blue teamers. ...

Jan 16, 202522 min

Operationalizing Threat Intelligence: A guide to developing and operationalizing cyber threat intelligence programs

"Operationalizing Threat Intelligence" provides a comprehensive guide to building and implementing an effective threat intelligence program. The book covers a wide range of topics, including understanding threat actors and their motivations, collecting and analyzing threat intelligence data, and integrating threat intelligence into various enterprise operations. The book also explores crucial concepts like operational security (OPSEC), critical thinking, and cognitive biases in threat intelligen...

Jan 15, 202512 min

Open Source Intelligence Techniques: Resources for Searching and Analyzing Online Information

This Book is a guide for conducting open source intelligence (OSINT) investigations. It provides a detailed overview of OSINT techniques and resources, such as using search engines, social media, and online databases to gather information about individuals, organizations, and events. The guide also covers tools and software that can be used to automate OSINT searches, enhance privacy and security, and analyze data. You can listen and download our episodes for free on more than 10 different platf...

Jan 15, 202518 min

Open Source Intelligence Techniques: Resources for Searching and Analyzing Online Information

This Book provides a comprehensive guide to Open Source Intelligence (OSINT) techniques, covering a wide range of topics from digital security and software configuration to advanced searches across social media platforms, domain registries, public records, and leaked databases. The author presents practical advice and strategies for conducting effective online investigations, including tips for identifying individuals, uncovering hidden information, and verifying the authenticity of online data....

Jan 15, 202521 min

Ontologies with Python: Programming OWL 2.0 Ontologies with Python and Owlready2

This excerpt is from a Book that teaches programmers how to work with OWL ontologies using the Owlready2 Python library. The book provides a comprehensive guide to OWL ontologies, covering concepts like inheritance, restrictions, and reasoning, and it includes practical examples to demonstrate how to use Owlready2 to access, create, and modify ontologies. It also explores the application of OWL ontologies with specific use cases like working with medical terminologies (UMLS), DBpedia, and Gene O...

Jan 15, 202525 min

Official (ISC)2 Guide to the CISSP-ISSMP CBK

The Book is a comprehensive guide for the Information Systems Security Management Professional (ISSMP) certification, covering the core principles and practices of information security management. The guide provides detailed information across five domains: Security Leadership and Management, Security Lifecycle Management, Security Compliance Management, Contingency Management, and Law, Ethics, and Incident Management. It explores topics such as risk assessment, vulnerability management, inciden...

Jan 15, 202537 min

Offensive Shellcode from Scratch: Get to grips with shellcode countermeasures and discover how to bypass them

This Book, "Offensive Shellcode from Scratch," provides an in-depth guide to understanding and creating shellcode, a type of malicious code used to exploit vulnerabilities in software. It covers the fundamentals of shellcode, including its components, tools used for building shellcode, and various techniques for creating exploits in both Windows and Linux environments. The book also examines countermeasures implemented by software vendors to protect against shellcode attacks, along with techniqu...

Jan 14, 202512 min

Hacks, Leaks, and Revelations: The Art of Analyzing Hacked and Leaked Data

The Book provides a comprehensive guide to analyzing leaked datasets, focusing on ethical considerations, technical skills, and practical tools for investigating sensitive information. It explores methods for securely communicating with sources, authenticating data, and protecting personal information within datasets. The text covers essential command-line tools, Python programming concepts, Docker containerization, SQL databases, and various techniques for analyzing structured data like email d...

Jan 14, 202533 min

Pentesting Azure Applications: The Definitive Guide to Testing and Securing Deployments

This excerpt from the book "Pentesting Azure" by Matt Burrough offers a comprehensive guide for penetration testers and security professionals who seek to assess the security of Microsoft Azure deployments. The book provides a deep understanding of Azure's various authentication and permission models, common security vulnerabilities, and how to effectively emulate attacker behavior. It also explores practical methods for obtaining credentials, compromising virtual machines, and analyzing Azure s...

Jan 13, 202550 min

Nmap Network Scanning: The Official Nmap Project Guide to Network Discovery and Security Scanning

The provided Book is an excerpt from a guide to using Nmap, a free and open-source network scanner. The guide covers a wide range of topics including the history of Nmap, installation instructions, different scanning techniques, network security concepts, and how to use the Nmap Scripting Engine (NSE). The text explains how to use Nmap effectively to identify hosts on a network, perform port scans, detect remote operating systems, and discover vulnerabilities. The guide also provides examples of...

Jan 13, 202531 min

NGINX Cookbook

The Book is a guide to the NGINX web server, specifically focused on NGINX Plus, a commercial edition. It covers a wide range of topics, from basic installation and configuration to advanced features like load balancing, caching, security, and deployment on cloud platforms. The guide also provides detailed explanations of the NGINX Plus API, which enables programmatic control and automation of the server, as well as best practices for monitoring, debugging, and performance tuning. You can listen...

Jan 13, 202521 min

Networking All-in-One For Dummies

The Book provide an in-depth overview of networking concepts, covering both hardware and software aspects. From the fundamentals of network protocols and standards to the complexities of server administration, storage architecture, and cybersecurity, the text guides readers through a comprehensive exploration of networking. The sources also delve into the administration of popular operating systems like Windows Server and Linux, as well as cloud-based services like Azure and AWS. The content aim...

Jan 13, 202537 min

Exam 98-366 Networking Fundamentals, 2nd Edition

The Book, "Exam 98-366 Networking Fundamentals, 2nd Edition," is a textbook designed to prepare students for the Microsoft Technology Associate (MTA) Networking Fundamentals exam. It covers foundational networking concepts like LANs, WANs, TCP/IP, security devices, and wireless networks. The book features pedagogical features like illustrated book tours, key terms, easy-to-read tables, and multiple-choice questions to reinforce learning. It provides a thorough overview of networking technologies...

Jan 12, 202521 min

Windows Server Administration Fundamentals

This source is a book about networking fundamentals that teaches readers how to connect computers and devices to form networks. It starts with basic concepts such as local area networks (LANs) and network devices, before moving on to more advanced topics like the OSI model, IP addressing, and routing protocols. The book also explores various types of networks, including wireless LANs, wide area networks (WANs), and the Internet, and delves into the security aspects of networking, such as firewal...

Jan 12, 202520 min

Network Security: Private Communication in a Public World

This Book "Network Security: Private Communications in a Public World" (Third Edition) by Charlie Kaufman, Radia Perlman, Mike Speciner, and Ray Perlner. The Book covers a wide range of topics related to network security, including cryptography, authentication, communication session establishment, and electronic mail security. The authors discuss various cryptographic techniques, such as secret key cryptography, public key cryptography, and cryptographic hashes, and explore their applications in...

Jan 12, 202512 min
For the best experience, listen in Metacast app for iOS or Android