Jason Edwards

Certified - CCSP Audio Course

The Certified Cloud Security Professional (CCSP) Audio Course is your comprehensive, audio-first companion for mastering the (ISC)² CCSP certification—the global standard for cloud security expertise. Designed for professionals who learn best on the go, this Audio Course transforms the official exam domains into structured, accessible, and engaging lessons you can absorb anywhere. Each episode dives deep into the essential knowledge areas—covering cloud concepts, architecture, design, data security, platform and infrastructure security, application security, operations, and legal and complianc...

Koniecznie odwiedź stronę podcastu i wesprzyj twórcę: baremetalcyber.com

Autor

Jason Edwards

Kategoria

Education

Strona podcastu

baremetalcyber.com

Ostatni odcinek

14 paź 2025

Gdzie słuchać?

Podcasty w aplikacji Replaio Radio Już wkrótce

Podcasty trafią do aplikacji już wkrótce. Zainstaluj teraz i jako pierwszy zobacz nowe podejście do podcastów

Pobierz z Google Play Zainstaluj za darmo Android 5 mln+ pobrań · ocena 4,8 iOS niedługo

Odcinki

Episode 76 — Incident Response: Cloud-Specific Triage and Containment 08.09.2025

Incident response in the cloud requires adapting traditional processes to dynamic, distributed environments. This episode covers how cloud-specific triage differs from on-premises, emphasizing challenges like volatile workloads, shared infrastructure, and rapid scaling. We discuss containment techniques that isolate affected services while minimizing disruption to business operations. The CCSP exa...

Episode 75 — SOAR Playbooks: Automation for Detection and Response 08.09.2025

Security Orchestration, Automation, and Response (SOAR) platforms transform operations by codifying response actions into playbooks. This episode explains how triggers from SIEMs or monitoring systems activate playbooks that execute repeatable, automated workflows. By reducing manual effort, SOAR accelerates response and ensures consistency across incidents. We also highlight how SOAR introduces h...

Episode 74 — Cloud Posture Management: Misconfiguration Detection and Drift 08.09.2025

Cloud Security Posture Management (CSPM) addresses one of the leading causes of breaches: misconfiguration. In this episode, we explore how CSPM tools automatically detect weaknesses, enforce baselines, and identify drift from secure configurations. Cloud environments evolve rapidly, and without posture management, small errors can scale into critical exposures. The exam often tests posture manage...

Episode 73 — SIEM & Analytics: Ingesting and Correlating Cloud Telemetry 08.09.2025

Security Information and Event Management (SIEM) systems remain a cornerstone of security operations, but in the cloud, they must adapt to ingest vast amounts of telemetry from distributed sources. This episode explains how SIEM platforms collect, normalize, and correlate cloud logs, enabling advanced analytics that reveal patterns and anomalies across environments. We highlight both traditional S...

Episode 72 — Monitoring Strategies: Metrics, Logs and Traces in Cloud 08.09.2025

Effective monitoring is at the heart of cloud security operations, providing the visibility required to detect, analyze, and respond to threats. In this episode, we discuss monitoring strategies that combine metrics for performance, logs for events, and traces for end-to-end transaction visibility. Each of these telemetry sources provides a different lens on cloud activity, and together they creat...

Episode 71 — Domain 5 Overview: Cloud Security Operations 08.09.2025

Domain 5 introduces the operational side of cloud security, where the focus shifts from architecture and design to the day-to-day activities that ensure systems remain secure, resilient, and compliant. This episode provides a roadmap of the domain, highlighting monitoring strategies, posture management, automation, incident response, and business continuity as central themes. Unlike earlier domain...

Episode 70 — Secure Delivery: Blue/Green, Canary and Rollback Safety 08.09.2025

Delivery strategies determine how applications are released into production, and security must be considered at every step. In this episode, we compare blue/green deployments, canary releases, and rollback mechanisms, showing how each method reduces risk by limiting exposure to new code. These approaches provide safety nets when changes fail or introduce unexpected vulnerabilities. On the CCSP exa...

Episode 69 — DevSecOps: Pipelines, Gates and Automated Policy 08.09.2025

DevSecOps integrates security into every stage of the development and delivery process. This episode explains how pipelines enforce security gates, how automated policies validate code and infrastructure, and how feedback loops accelerate remediation. By embedding security in workflows, DevSecOps reduces friction and strengthens trust in deployments. The exam often uses DevSecOps scenarios to test...

Episode 68 — Configuration Management: Feature Flags and Secure Defaults 08.09.2025

Configuration management ensures that applications run consistently and securely across environments. In this episode, we explore how feature flags, environment variables, and default settings play critical roles in security posture. Misconfigured defaults are a leading cause of breaches, making it vital to enforce secure baselines and monitor for drift. We also examine how configuration managemen...

Episode 67 — Containerized Apps: Image, Registry and Runtime Controls 08.09.2025

Containers bundle applications and dependencies, but their security depends on careful control across the lifecycle. This episode examines how images are built, stored in registries, and deployed in runtime environments. We highlight risks such as outdated base images, poisoned registries, and misconfigured container permissions. Hardening requires scanning images, enforcing signed artifacts, and...

Episode 66 — Serverless Apps: Event Injection and Least Privilege Design 08.09.2025

Serverless applications offer scalability and efficiency but bring unique risks. In this episode, we explore how event-driven models introduce vulnerabilities such as event injection, where malformed inputs can manipulate logic or trigger unintended behavior. We also highlight the critical role of least privilege in securing serverless functions, ensuring that each component can only perform the m...

Episode 65 — Runtime Protections: Behavior Monitoring and Application Shielding 08.09.2025

Even well-tested applications face threats once deployed, making runtime protection essential. This episode covers technologies that monitor application behavior in real time, including runtime application self-protection (RASP), anomaly detection, and shielding mechanisms that block malicious inputs. These controls provide a last line of defense against exploitation in production. We also discuss...

Episode 64 — Dynamic & Interactive Testing: DAST and IAST in CI/CD 08.09.2025

Dynamic Application Security Testing (DAST) examines applications while they are running, simulating external attacks to uncover vulnerabilities that may not appear in source code. Interactive Application Security Testing (IAST) combines elements of both static and dynamic testing, instrumenting the application to monitor its behavior during execution. In this episode, we compare these methods and...

Episode 63 — Static Analysis: SAST Practices for Cloud Apps 08.09.2025

Static Application Security Testing (SAST) analyzes source code or binaries to identify vulnerabilities before software is deployed. In this episode, we explain how SAST fits into cloud application development, integrating into CI/CD pipelines and enabling developers to catch errors early. Unlike dynamic testing, SAST does not require a running environment, which makes it ideal for pre-deployment...

Episode 62 — Open-Source Dependencies: Risk Management and Updates 08.09.2025

Modern applications rely heavily on open-source libraries and frameworks, which can accelerate innovation but also expand the attack surface. In this episode, we analyze the risks associated with open-source dependencies, from unpatched vulnerabilities to malicious code injections by compromised maintainers. We explain why organizations must adopt practices such as Software Bill of Materials (SBOM...

Episode 61 — Secrets in Code: Management and Injection Avoidance 08.09.2025

Embedding secrets directly in code is one of the most common and dangerous mistakes developers make. In this episode, we examine why hardcoding credentials, API keys, or tokens creates significant risks, including source code leaks, insider misuse, and automated discovery by attackers scanning repositories. We highlight the dangers of secrets being exposed in version control systems and explain wh...

Episode 60 — Identity for Apps: OAuth 2.0, OIDC and Token Handling 08.09.2025

Application identity is critical to securing interactions between services, users, and cloud providers. This episode covers OAuth 2.0 as the leading framework for delegated authorization, OpenID Connect as an identity layer, and the mechanics of token issuance and validation. We explain how scopes, claims, and Proof Key for Code Exchange (PKCE) strengthen application identity and protect against a...

Episode 59 — API Security: Authentication, Authorization and Rate Limiting 08.09.2025

APIs are the glue of modern cloud applications, and their security is a top priority. In this episode, we explore how authentication and authorization work for APIs, highlighting practices such as OAuth 2.0, API gateways, and fine-grained permissions. We also explain why rate limiting and throttling are essential to preventing abuse and denial-of-service conditions. On the CCSP exam, API security...

Episode 58 — Threat Modeling for Apps: Microservices and APIs 08.09.2025

Applications today are increasingly built on microservices and APIs, and each component introduces potential vulnerabilities. This episode focuses on threat modeling at the application level, showing how to identify and address risks across distributed architectures. Techniques like STRIDE and data flow diagrams can be adapted to cloud environments to uncover trust boundary violations and insecure...

Episode 57 — Secure SDLC: Requirements, Design and Verification in Cloud 08.09.2025

The Secure Software Development Lifecycle (SDLC) provides the structure for building applications that remain resilient under attack. In this episode, we explore how secure requirements, design practices, and verification steps are applied in cloud contexts. You’ll learn how early integration of security principles prevents costly flaws and how design reviews can address risks introduced by APIs,...

Episode 56 — Domain 4 Overview: Cloud Application Security 08.09.2025

Domain 4 shifts focus to application security, addressing how cloud-hosted and cloud-native applications are designed, built, and secured. This episode introduces the scope of the domain, including secure development practices, API protections, testing methodologies, and runtime defenses. Cloud application security is especially dynamic, as applications evolve quickly and rely heavily on microserv...

Episode 55 — Edge & Hybrid: Securing Cloud Gateways and On-Prem Links 08.09.2025

Cloud adoption rarely happens in isolation—most organizations operate hybrid models that bridge on-premises infrastructure with cloud services. In this episode, we explore the role of edge gateways, VPNs, and dedicated links in connecting these environments. These connections provide flexibility and continuity but also expand the attack surface, requiring strong controls such as encryption, segmen...

Episode 54 — Backup & Recovery: Snapshots, Replication and DR in Cloud 08.09.2025

Backup and recovery strategies have evolved dramatically in the cloud, where snapshots, replication, and disaster recovery services are built into most platforms. This episode explores these options in depth, showing how snapshots can provide point-in-time recovery, while replication across regions supports continuity during major outages. Disaster recovery planning in the cloud focuses not only o...

Episode 53 — Resilience Engineering: Auto-Scaling, Self-Healing and Chaos 08.09.2025

Resilience is more than availability; it is about designing systems that anticipate failure and adapt automatically. In this episode, we cover resilience engineering concepts such as auto-scaling, self-healing systems, and the practice of chaos engineering, where deliberate failures are introduced to test robustness. These approaches are especially powerful in cloud environments, where elasticity...

Episode 52 — Vulnerability Management: Scanning Cloud-Native Hosts 08.09.2025

Vulnerability management remains a cornerstone of security, but in the cloud, it requires specialized tools and approaches. This episode examines how vulnerability scanning applies to cloud-native hosts, including virtual machines, containers, and managed services. We discuss how traditional methods of scanning must be adapted to ephemeral resources that may spin up and down rapidly. You’ll learn...

Słuchaj podcastu Certified - CCSP Audio Course w Replaio

Radio i podcasty w jednej aplikacji - za darmo, bez zakładania konta. Zainstaluj już dziś i nie przegap premiery

Pobierz z Google Play

Replaio nie jest wydawcą podcastów; nazwy audycji, okładki i audio należą do ich autorów i są rozpowszechniane przez publiczne kanały RSS