-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpresentations.html
More file actions
865 lines (845 loc) · 50.3 KB
/
Copy pathpresentations.html
File metadata and controls
865 lines (845 loc) · 50.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large">
<meta name="description"
content="Cloud security presentations and session recordings: AWS/Azure/GCP security, Kubernetes hardening, CSPM tools, incident response and pentesting.">
<meta name="keywords"
content="cloud security presentations, AWS security talks, Azure security demos, GCP security videos, kubernetes security, CSPM demos, incident response, penetration testing tutorials">
<title>Cloud Security Talks Archive - Recordings & Slides - CSOH</title>
<link rel="canonical" href="https://csoh.org/presentations.html">
<link rel="alternate" hreflang="en-US" href="https://csoh.org/presentations.html">
<link rel="alternate" hreflang="x-default" href="https://csoh.org/presentations.html">
<link rel="alternate" type="application/rss+xml" title="CSOH Cloud Security News" href="/feed.xml">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="manifest" href="/manifest.json">
<link rel="author" type="text/plain" href="/humans.txt">
<meta name="theme-color" content="#0f172a">
<meta name="apple-mobile-web-app-title" content="CSOH">
<link rel="preconnect" href="https://www.youtube.com" crossorigin>
<link rel="preconnect" href="https://img.youtube.com" crossorigin>
<meta property="og:title" content="Presentations - Cloud Security Office Hours">
<meta property="og:description"
content="Archive of cloud security presentations covering AWS/Azure/GCP security, Kubernetes, CSPM tools, incident response, and penetration testing.">
<meta property="og:site_name" content="Cloud Security Office Hours">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:url" content="https://csoh.org/presentations.html">
<meta property="og:image" content="https://csoh.org/img/og/presentations.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Presentations - Cloud Security Office Hours">
<meta name="twitter:description"
content="Archive of cloud security presentations covering AWS/Azure/GCP security, Kubernetes, CSPM tools, incident response, and penetration testing.">
<meta name="twitter:image" content="https://csoh.org/img/og/presentations.jpg">
<!-- Resource hints: warm up TCP+TLS to high-traffic external origins
(the Zoom signup, GitHub, sponsor link, and YouTube image CDN
that hosts the presentation card thumbnails). Saves 100-300ms
on the first navigation/hover-to-fetch to each. -->
<link rel="preconnect" href="https://csoh.kit.com" crossorigin>
<link rel="preconnect" href="https://github.com" crossorigin>
<link rel="dns-prefetch" href="https://github.com">
<link rel="dns-prefetch" href="https://buymeacoffee.com">
<link rel="dns-prefetch" href="https://img.youtube.com">
<link rel="preload" href="/style.css?v=1e291ebe" as="style"
integrity="sha384-cmJCUejgb9pjIE2R0gLcoQPFMvLAYC2m+mGFzuJZlzLCW6JrL8U6Vo3Pc/nJ02wU">
<link rel="stylesheet" href="/style.css?v=1e291ebe"
integrity="sha384-cmJCUejgb9pjIE2R0gLcoQPFMvLAYC2m+mGFzuJZlzLCW6JrL8U6Vo3Pc/nJ02wU">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://csoh.org/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Zoom Sessions",
"item": "https://csoh.org/sessions.html"
},
{
"@type": "ListItem",
"position": 3,
"name": "Presentations",
"item": "https://csoh.org/presentations.html"
}
]
}
</script>
<!-- Structured Data - Presentations (VideoObject) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "VideoObject",
"name": "Andreae \"Dr Dre\" Pohlman",
"description": "Cloud security insights and discussion.",
"thumbnailUrl": "https://img.youtube.com/vi/5Q5yf4YAORU/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=5Q5yf4YAORU",
"embedUrl": "https://www.youtube.com/embed/5Q5yf4YAORU",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-10-10"
},
{
"@type": "VideoObject",
"name": "Alhaji Bah - From HR to Cloud Security",
"description": "Career transitions and pathways into cloud security roles.",
"thumbnailUrl": "https://img.youtube.com/vi/Yrn-vReM6bw/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=Yrn-vReM6bw",
"embedUrl": "https://www.youtube.com/embed/Yrn-vReM6bw",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-08-29"
},
{
"@type": "VideoObject",
"name": "San Holder Booker - Mastering the Elevator Pitch",
"description": "Effective communication strategies for cloud security professionals.",
"thumbnailUrl": "https://img.youtube.com/vi/r1qaIxhYHF0/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=r1qaIxhYHF0",
"embedUrl": "https://www.youtube.com/embed/r1qaIxhYHF0",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-07-25"
},
{
"@type": "VideoObject",
"name": "Matt Chiodi - From CISO to COO",
"description": "Leadership transitions and executive perspectives on cloud security.",
"thumbnailUrl": "https://img.youtube.com/vi/uXz_D1Xe_ck/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=uXz_D1Xe_ck",
"embedUrl": "https://www.youtube.com/embed/uXz_D1Xe_ck",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-06-06"
},
{
"@type": "VideoObject",
"name": "AI and Law - Jay Siermarco",
"description": "Legal implications and compliance considerations for AI/ML in cloud.",
"thumbnailUrl": "https://img.youtube.com/vi/13sd3DIgdrI/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=13sd3DIgdrI",
"embedUrl": "https://www.youtube.com/embed/13sd3DIgdrI",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-05-23"
},
{
"@type": "VideoObject",
"name": "Minimus - Neil Carpenter",
"description": "Minimal security controls for maximum protection.",
"thumbnailUrl": "https://img.youtube.com/vi/Rv06tsASTA8/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=Rv06tsASTA8",
"embedUrl": "https://www.youtube.com/embed/Rv06tsASTA8",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-05-09"
},
{
"@type": "VideoObject",
"name": "Corinne and Camille - Bug Bounty Hunters",
"description": "Insights into vulnerability discovery and bug bounty programs.",
"thumbnailUrl": "https://img.youtube.com/vi/PxZeAI3AjwI/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=PxZeAI3AjwI",
"embedUrl": "https://www.youtube.com/embed/PxZeAI3AjwI",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-04-08"
},
{
"@type": "VideoObject",
"name": "Center for Internet Security - Ian McRee",
"description": "CIS benchmarks and controls for cloud security.",
"thumbnailUrl": "https://img.youtube.com/vi/P_sskrvlGvc/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=P_sskrvlGvc",
"embedUrl": "https://www.youtube.com/embed/P_sskrvlGvc",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-01-10"
},
{
"@type": "VideoObject",
"name": "Mario Lazo - Securing AI Workflows",
"description": "Best practices for securing AI and machine learning workflows.",
"thumbnailUrl": "https://img.youtube.com/vi/ExFjG-hsfZE/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=ExFjG-hsfZE",
"embedUrl": "https://www.youtube.com/embed/ExFjG-hsfZE",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2025-01-07"
},
{
"@type": "VideoObject",
"name": "Cybersecurity Insurance - Brandon Adcock",
"description": "Understanding cloud security requirements for cyber insurance.",
"thumbnailUrl": "https://img.youtube.com/vi/0Y6JEhCCgCI/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=0Y6JEhCCgCI",
"embedUrl": "https://www.youtube.com/embed/0Y6JEhCCgCI",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2024-11-15"
},
{
"@type": "VideoObject",
"name": "Threat Detection Engineering - Itay Haral",
"description": "Building effective threat detection capabilities for cloud environments.",
"thumbnailUrl": "https://img.youtube.com/vi/j9npGTuGxC8/hqdefault.jpg",
"contentUrl": "https://www.youtube.com/watch?v=j9npGTuGxC8",
"embedUrl": "https://www.youtube.com/embed/j9npGTuGxC8",
"publisher": {
"@type": "Organization",
"name": "Cloud Security Office Hours",
"logo": {
"@type": "ImageObject",
"url": "https://csoh.org/banner.png"
}
},
"uploadDate": "2024-01-03"
}
]
}
</script>
<noscript><style>.js-enabled header nav{display:block !important}</style></noscript>
</head>
<body class="js-enabled presentations-page">
<a href="#main-content" class="skip-link">Skip to main content</a>
<header>
<div class="header-content">
<div class="logo">
<a href="/" class="logo-link">
<svg class="logo-mark" viewBox="0 0 32 32" width="32" height="32" role="img" aria-label="CSOH logo"><defs><linearGradient id="lm-cloud" x1="0" y1="0" x2="1" y2="1"><stop offset="0%" stop-color="#7dd3fc"/><stop offset="100%" stop-color="#0284c7"/></linearGradient></defs><path d="M7 19 a4 4 0 0 1 4-4 a6 6 0 0 1 11 0 a3.5 3.5 0 0 1 3.5 3.5 a3.5 3.5 0 0 1 -3.5 3.5 H8 a3.5 3.5 0 0 1 -1-7 z" fill="url(#lm-cloud)"/><path d="M11 13 L21 13 L21 18 a5 5.5 0 0 1 -5 5 a5 5.5 0 0 1 -5 -5 z" fill="#f59e0b"/><path d="M13.5 16.7 L15.3 18.4 L18.6 15" stroke="#fff" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>
<div class="logo-title">CSOH</div>
</a>
<p>Cloud Security Office Hours</p>
</div>
<button class="hamburger" aria-label="Toggle navigation" aria-expanded="false">☰</button>
<button class="theme-toggle" aria-label="Switch to dark mode">🌙</button>
<nav>
<ul>
<li class="has-dropdown has-mega">
<button class="dropdown-toggle" aria-expanded="false" aria-haspopup="true">Learn <span class="caret" aria-hidden="true">▾</span></button>
<div class="dropdown-menu mega-menu mega-6col">
<div class="mega-col">
<span class="mega-heading">Foundations</span>
<ul>
<li><a href="what-is-cloud-security.html">What is Cloud Security?</a></li>
<li><a href="shared-responsibility-model.html">Shared Responsibility</a></li>
<li><a href="cspm-vs-cnapp.html">CSPM vs CNAPP</a></li>
<li><a href="cloud-security-best-practices.html">Best Practices</a></li>
<li><a href="vendor-landscape.html">Vendor Landscape</a></li>
<li><a href="glossary.html">Glossary</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">By Cloud</span>
<ul>
<li><a href="aws-security.html">AWS Security</a></li>
<li><a href="azure-security.html">Azure Security</a></li>
<li><a href="gcp-security.html">GCP Security</a></li>
<li><a href="cloud-security-comparison.html">AWS vs Azure vs GCP</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Workloads & Platform</span>
<ul>
<li><a href="containers.html">Containers</a></li>
<li><a href="kubernetes.html">Kubernetes</a></li>
<li><a href="serverless.html">Serverless</a></li>
<li><a href="service-mesh-security.html">Service Mesh</a></li>
<li><a href="ci-cd.html">CI/CD</a></li>
<li><a href="landing-zones.html">Landing Zones</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Security Domains</span>
<ul>
<li><a href="iam.html">IAM & Identity</a></li>
<li><a href="non-human-identity.html">Non-Human Identity</a></li>
<li><a href="zero-trust.html">Zero Trust</a></li>
<li><a href="network-security.html">Network Security</a></li>
<li><a href="data-security.html">Data Security & KMS</a></li>
<li><a href="vulnerability-management.html">Vulnerability Management</a></li>
<li><a href="api-security.html">API Security</a></li>
<li><a href="saas-security.html">SaaS Security (SSPM)</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Governance & AI</span>
<ul>
<li><a href="backup-dr.html">Backup, DR & Ransomware</a></li>
<li><a href="threat-modeling.html">Threat Modeling</a></li>
<li><a href="grc.html">GRC</a></li>
<li><a href="compliance-frameworks.html">Compliance Frameworks</a></li>
<li><a href="ai-learning.html">AI Learning</a></li>
<li><a href="ai-ml-security.html">AI/ML Security</a></li>
<li><a href="mcp-security.html">MCP Security</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Build It</span>
<ul>
<li class="mega-featured"><a href="cloud-deployment.html">Multi-Cloud Secure Deploy<span class="mega-tag">AWS · GCP · Azure, end to end</span></a></li>
<li><a href="github-actions.html">GitHub Actions</a></li>
<li><a href="terraform.html">Terraform</a></li>
<li><a href="version-control.html">Git & Version Control</a></li>
</ul>
</div>
</div>
</li>
<li><a href="resources.html">Resources</a></li>
<li class="has-dropdown">
<button class="dropdown-toggle" aria-expanded="false" aria-haspopup="true">Threat Intel <span class="caret" aria-hidden="true">▾</span></button>
<ul class="dropdown-menu">
<li><a href="news.html">News</a></li>
<li><a href="threat-research.html">Threat Research</a></li>
<li><a href="breach-timeline.html">Breach Kill Chains</a></li>
<li><a href="cloud-soc.html">Cloud SOC</a></li>
<li><a href="detection-engineering.html">Detection Engineering</a></li>
<li><a href="incident-response.html">Incident Response</a></li>
<li><a href="cloud-pentesting.html">Cloud Pentesting</a></li>
<li><a href="ctfs.html">CTFs</a></li>
</ul>
</li>
<li class="has-dropdown has-mega">
<button class="dropdown-toggle" aria-expanded="false" aria-haspopup="true">Careers <span class="caret" aria-hidden="true">▾</span></button>
<div class="dropdown-menu mega-menu mega-3col">
<div class="mega-col">
<span class="mega-heading">Getting Started</span>
<ul>
<li><a href="cloud-security-careers.html">Careers Overview</a></li>
<li><a href="breaking-into-cloud-security.html">Breaking In</a></li>
<li><a href="learning-path.html">Learning Path</a></li>
<li><a href="cloud-security-certifications.html">Certifications</a></li>
<li><a href="cloud-security-degree-programs.html">Degree Programs</a></li>
<li><a href="cloud-security-home-lab.html">Home Lab</a></li>
<li><a href="cloud-security-portfolio-projects.html">Portfolio Projects</a></li>
<li><a href="cloud-security-reading-list.html">Reading List</a></li>
<li><a href="cloud-security-interview-questions.html">Interview Questions</a></li>
<li><a href="cloud-security-resume-guide.html">Resume Guide</a></li>
<li><a href="mentorship.html">Mentorship</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Engineering Roles</span>
<ul>
<li><a href="cloud-security-engineer.html">Cloud Security Engineer</a></li>
<li><a href="cloud-security-architect.html">Security Architect</a></li>
<li><a href="cloud-security-platform-engineer.html">Platform / Security SRE</a></li>
<li><a href="cloud-security-appsec-engineer.html">AppSec / IaC Engineer</a></li>
<li><a href="cloud-security-cnapp-analyst.html">CSPM / CNAPP Analyst</a></li>
<li><a href="cloud-security-iam-architect.html">IAM / Identity Architect</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Specialist & Field Roles</span>
<ul>
<li><a href="cloud-security-detection-engineer.html">Detection Engineer</a></li>
<li><a href="cloud-security-incident-responder.html">Incident Responder (DFIR)</a></li>
<li><a href="cloud-security-penetration-tester.html">Penetration Tester / Red Team</a></li>
<li><a href="cloud-security-grc-engineer.html">GRC / Compliance Engineer</a></li>
<li><a href="cloud-security-sales-engineer.html">Sales Engineer</a></li>
<li><a href="cloud-security-customer-success-engineer.html">Customer Success Engineer</a></li>
</ul>
</div>
</div>
</li>
<li class="has-dropdown has-mega">
<button class="dropdown-toggle active" aria-expanded="true" aria-haspopup="true">Community <span class="caret" aria-hidden="true">▾</span></button>
<div class="dropdown-menu mega-menu mega-3col">
<div class="mega-col">
<span class="mega-heading">Live</span>
<ul>
<li><a href="sessions.html">Friday Zoom Sessions</a></li>
<li><a href="community.html">Community & Signal</a></li>
<li><a href="mentorship.html">Mentorship</a></li>
<li><a href="conferences.html">Conferences</a></li>
<li><a href="present.html">Present at CSOH</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Archive</span>
<ul>
<li><a href="meetings.html">Meeting Recaps</a></li>
<li><a href="presentations.html" aria-current="page">Presentations</a></li>
<li><a href="speakers.html">Guest Speakers</a></li>
<li><a href="chat-resources.html">Chat Resources</a></li>
</ul>
</div>
<div class="mega-col">
<span class="mega-heading">Connect</span>
<ul>
<li><a href="mailto:admin@csoh.org">Contact</a></li>
<li><a href="https://csoh.kit.com/39feb4f397" target="_blank" rel="noopener noreferrer">Mailing List</a></li>
<li><a href="https://github.com/CloudSecurityOfficeHours/csoh.org" target="_blank" rel="noopener noreferrer">GitHub</a></li>
<li><a href="rss.html">RSS Feed</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li><a href="contribute-resources.html">Add a Resource</a></li>
</ul>
</div>
</div>
</li>
<li class="nav-coffee-item"><a href="https://buymeacoffee.com/csoh" class="nav-coffee" target="_blank" rel="noopener noreferrer" title="Support CSOH on Buy Me a Coffee" aria-label="Support CSOH on Buy Me a Coffee"><span class="nav-coffee-icon" aria-hidden="true">☕</span> <span class="nav-coffee-label">Support</span></a></li>
<li class="nav-cta-item"><a href="https://csoh.kit.com/39feb4f397" class="nav-cta" target="_blank" rel="noopener noreferrer">Join Friday Zoom →</a></li>
</ul>
</nav>
</div>
</header>
<nav class="breadcrumb-nav" aria-label="Breadcrumb">
<ol>
<li><a href="index.html">Home</a></li>
<li><a href="sessions.html">Zoom Sessions</a></li>
<li><span aria-current="page">Presentations</span></li>
</ol>
</nav>
<section class="hero">
<picture><source srcset="banner.webp" type="image/webp"><img src="banner.png" alt="Cloud Security Office Hours Banner" width="1200" height="400" class="hero-img" decoding="async" loading="eager"></picture>
<h1>Cloud Security Presentations & Session Summaries</h1>
<p>Archive of presentations and summaries from our weekly Zoom sessions.</p>
</section>
<main class="container" id="main-content">
<figure class="page-photo">
<picture>
<source srcset="/img/photos/presentation.webp" type="image/webp">
<img src="/img/photos/presentation.jpg" alt="Business conference attendees listening to a presentation" width="1880" height="1253" loading="lazy" decoding="async">
</picture>
<figcaption>Photo by Pavel Danilyuk on Pexels</figcaption>
</figure>
<figure class="page-photo">
<picture>
<source srcset="/img/photos/speaker-stage.webp" type="image/webp">
<img src="/img/photos/speaker-stage.jpg" alt="An energetic speaker delivering a talk at a corporate event" width="1880" height="1253" loading="lazy" decoding="async">
</picture>
<figcaption>Photo by Matheus Bertelli on Pexels</figcaption>
</figure>
<blockquote class="pull-quote">
Real practitioners, real talks, no sponsored slots - searchable, indexed, free forever.
<cite>- what makes this archive worth bookmarking</cite>
</blockquote>
<section class="section">
<h2>2025 Sessions</h2>
<div class="resource-grid">
<a href="https://www.youtube.com/watch?v=5Q5yf4YAORU" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/5Q5yf4YAORU/hqdefault.jpg"
alt="Andreae Dr Dre Pohlman - October 10, 2025 presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>October 10, 2025: Andreae "Dr Dre" Pohlman</h3>
<p>Cloud security insights and discussion.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=Yrn-vReM6bw" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/Yrn-vReM6bw/hqdefault.jpg"
alt="Alhaji Bah - From HR to Cloud Security presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>August 29, 2025: Alhaji Bah - From HR to Cloud Security</h3>
<p>Career transitions and pathways into cloud security roles.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag job">Career</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<div class="resource-card resource-card--with-deck">
<a href="https://www.youtube.com/watch?v=_xaKpSgSvzg" class="card-link" target="_blank"
rel="noopener noreferrer" aria-label="Watch the August 22, 2025 talk: DEF CON 33 Just the Tip - A. Stryker">
<img src="https://img.youtube.com/vi/_xaKpSgSvzg/hqdefault.jpg"
alt="DEF CON 33 Just the Tip - A. Stryker presentation" class="resource-preview" loading="lazy" decoding="async">
</a>
<h3>August 22, 2025: DEF CON 33 Just the Tip - A. Stryker</h3>
<p>Summary and highlights from DEF CON 33 cloud security track.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag">Conference</span>
<span class="tag">▶ Video</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://drive.google.com/file/d/1Amvon4W0qV6wP-din98MVydBUePoZb9v/preview"
title="DEF CON 33 Just the Tip - A. Stryker slide deck (PDF)" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://drive.google.com/file/d/1Amvon4W0qV6wP-din98MVydBUePoZb9v/view"
target="_blank" rel="noopener noreferrer">Open slides in Google Drive ↗</a>
</details>
</div>
<div class="resource-card resource-card--with-deck">
<a href="https://www.youtube.com/watch?v=Qc5VKP7wamI" class="card-link" target="_blank"
rel="noopener noreferrer" aria-label="Watch the August 1, 2025 talk: Minimal Container Images - Patrick Burke">
<img src="https://img.youtube.com/vi/Qc5VKP7wamI/hqdefault.jpg"
alt="Minimal Container Images - Patrick Burke (Chainguard) presentation"
class="resource-preview" loading="lazy" decoding="async">
</a>
<h3>August 1, 2025: Minimal Container Images - Patrick Burke (Chainguard)</h3>
<p>Best practices for creating secure, minimal container images.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag">Containers</span>
<span class="tag">▶ Video</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://docs.google.com/presentation/d/18KnWGg0dqKaBBEBTlZdrqUsv2oy-5HZtXRVjYcABh8E/embed"
title="Minimal Container Images - slide deck" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://docs.google.com/presentation/d/18KnWGg0dqKaBBEBTlZdrqUsv2oy-5HZtXRVjYcABh8E/edit"
target="_blank" rel="noopener noreferrer">Open in Google Slides ↗</a>
</details>
</div>
<a href="https://www.youtube.com/watch?v=r1qaIxhYHF0" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/r1qaIxhYHF0/hqdefault.jpg"
alt="San Holder Booker - Mastering the Elevator Pitch presentation"
class="resource-preview" loading="lazy" decoding="async">
<h3>July 25, 2025: San Holder Booker - Mastering the Elevator Pitch</h3>
<p>Effective communication strategies for cloud security professionals.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag job">Career</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=uXz_D1Xe_ck" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/uXz_D1Xe_ck/hqdefault.jpg"
alt="Matt Chiodi - From CISO to COO presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>June 6, 2025: Matt Chiodi - From CISO to COO</h3>
<p>Leadership transitions and executive perspectives on cloud security.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag job">Leadership</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=13sd3DIgdrI" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/13sd3DIgdrI/hqdefault.jpg"
alt="AI and Law - Jay Siermarco presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>May 23, 2025: AI and Law - Jay Siermarco</h3>
<p>Legal implications and compliance considerations for AI/ML in cloud.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag ai-security">AI/ML</span>
<span class="tag">Compliance</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=Rv06tsASTA8" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/Rv06tsASTA8/hqdefault.jpg"
alt="Minimus - Neil Carpenter presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>May 9, 2025: Minimus - Neil Carpenter</h3>
<p>Minimal security controls for maximum protection.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag">Best Practices</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=PxZeAI3AjwI" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/PxZeAI3AjwI/hqdefault.jpg"
alt="Corinne and Camille - Bug Bounty Hunters presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>April 8, 2025: Corinne and Camille - Bug Bounty Hunters</h3>
<p>Insights into vulnerability discovery and bug bounty programs.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag">Vulnerabilities</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=P_sskrvlGvc" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/P_sskrvlGvc/hqdefault.jpg"
alt="Center for Internet Security - Ian McRee presentation" class="resource-preview" loading="lazy" decoding="async">
<h3>January 10, 2025: Center for Internet Security - Ian McRee</h3>
<p>CIS benchmarks and controls for cloud security.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag">Compliance</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=ExFjG-hsfZE" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/ExFjG-hsfZE/hqdefault.jpg" alt="Mario Lazo - Securing AI Workflows presentation thumbnail"
class="resource-preview" loading="lazy" decoding="async">
<h3>January 7, 2025: Mario Lazo - Securing AI Workflows</h3>
<p>Best practices for securing AI and machine learning workflows.</p>
<div class="resource-tags">
<span class="tag">2025</span>
<span class="tag ai-security">AI/ML</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
</div>
</section>
<section class="section">
<h2>2024 Sessions</h2>
<div class="resource-grid">
<a href="https://www.youtube.com/watch?v=0Y6JEhCCgCI" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/0Y6JEhCCgCI/hqdefault.jpg" alt="Cybersecurity Insurance - Brandon Adcock presentation thumbnail"
class="resource-preview" loading="lazy" decoding="async">
<h3>November 15, 2024: Cybersecurity Insurance - Brandon Adcock</h3>
<p>Understanding cloud security requirements for cyber insurance.</p>
<div class="resource-tags">
<span class="tag">2024</span>
<span class="tag">Insurance</span>
<span class="tag">Risk Management</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
<a href="https://www.youtube.com/watch?v=j9npGTuGxC8" class="card-link" target="_blank"
rel="noopener noreferrer">
<div class="resource-card">
<img src="https://img.youtube.com/vi/j9npGTuGxC8/hqdefault.jpg" alt="Threat Detection Engineering - Itay Haral presentation thumbnail"
class="resource-preview" loading="lazy" decoding="async">
<h3>January 3, 2024: Threat Detection Engineering - Itay Haral</h3>
<p>Building effective threat detection capabilities for cloud environments.</p>
<div class="resource-tags">
<span class="tag">2024</span>
<span class="tag">Threat Detection</span>
<span class="tag">Blue Team</span>
<span class="tag">▶ Video</span>
</div>
</div>
</a>
</div>
</section>
<section class="section">
<h2>2023 Sessions</h2>
<p>Slide decks from earlier sessions. Recordings for these talks are being located and will be linked as they are found.</p>
<div class="resource-grid">
<div class="resource-card resource-card--deck">
<h3>July 14, 2023: Ansible for Cloud Security - Shawn Nunley</h3>
<p>Using Ansible to automate cloud security tasks: patching, configuration management, and access control across cloud providers.</p>
<div class="resource-tags">
<span class="tag">2023</span>
<span class="tag">Automation</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://docs.google.com/presentation/d/16JiOAoz_v4d2epvjOgBO0Chca8En5bcjZgpN09iOJ8Q/embed"
title="Ansible for Cloud Security - slide deck" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://docs.google.com/presentation/d/16JiOAoz_v4d2epvjOgBO0Chca8En5bcjZgpN09iOJ8Q/edit"
target="_blank" rel="noopener noreferrer">Open in Google Slides ↗</a>
</details>
</div>
<div class="resource-card resource-card--deck">
<h3>June 16, 2023: Jumping Ships: From Alaskan Fishing to Cloud Security - Robbie Mueller</h3>
<p>Robbie Mueller (Senior Cloud Threat & Vulnerability Engineer, Humana) on pivoting from commercial fishing into a cloud security career.</p>
<div class="resource-tags">
<span class="tag">2023</span>
<span class="tag job">Career</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://docs.google.com/presentation/d/1Gq06I77e_mWZBc1BZqex-7yAQUI1RXUGfr5276aWyFs/embed"
title="Jumping Ships: From Alaskan Fishing to Cloud Security - slide deck" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://docs.google.com/presentation/d/1Gq06I77e_mWZBc1BZqex-7yAQUI1RXUGfr5276aWyFs/edit"
target="_blank" rel="noopener noreferrer">Open in Google Slides ↗</a>
</details>
</div>
<div class="resource-card resource-card--deck">
<h3>June 9, 2023: Security in CI/CD - Matt Gresser</h3>
<p>A DevSecOps demo: scanning, building, and deploying with Docker, GitHub Actions, Kubernetes, and ArgoCD.</p>
<div class="resource-tags">
<span class="tag">2023</span>
<span class="tag">CI/CD</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://docs.google.com/presentation/d/1weYtdao78cPseqz0k-PO_CFn0V7E2p98VKcC4_9423U/embed"
title="Security in CI/CD - slide deck" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://docs.google.com/presentation/d/1weYtdao78cPseqz0k-PO_CFn0V7E2p98VKcC4_9423U/edit"
target="_blank" rel="noopener noreferrer">Open in Google Slides ↗</a>
</details>
</div>
<div class="resource-card resource-card--deck">
<h3>June 2, 2023: Cloud Infrastructure Entitlement Management (CIEM)</h3>
<p>An overview of CIEM: discovering, reporting on, and remediating cloud access entitlements to reduce identity risk.</p>
<div class="resource-tags">
<span class="tag">2023</span>
<span class="tag">IAM</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://docs.google.com/presentation/d/1G3-y5L9GVtQ0tytTsVckbwUDw0fxu6GuIFxS0Y1Hmhs/embed"
title="Cloud Infrastructure Entitlement Management (CIEM) - slide deck" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://docs.google.com/presentation/d/1G3-y5L9GVtQ0tytTsVckbwUDw0fxu6GuIFxS0Y1Hmhs/edit"
target="_blank" rel="noopener noreferrer">Open in Google Slides ↗</a>
</details>
</div>
<div class="resource-card resource-card--deck">
<h3>June 2023: Navigating the Hiring Process - Jeremiah Sullivan</h3>
<p>A hiring manager's guide to landing cloud security roles: resumes, LinkedIn, working with recruiters, and closing the offer.</p>
<div class="resource-tags">
<span class="tag">2023</span>
<span class="tag job">Career</span>
<span class="tag new">📑 Slides</span>
</div>
<details class="deck-embed">
<summary>View slides</summary>
<div class="deck-frame">
<iframe src="https://docs.google.com/presentation/d/1i3yJOQD4huBDmjHnPQcubFC1FfrQQaXalWyWr5iU1KQ/embed"
title="Navigating the Hiring Process - slide deck" loading="lazy" allowfullscreen></iframe>
</div>
<a class="card-action" href="https://docs.google.com/presentation/d/1i3yJOQD4huBDmjHnPQcubFC1FfrQQaXalWyWr5iU1KQ/edit"
target="_blank" rel="noopener noreferrer">Open in Google Slides ↗</a>
</details>
</div>
</div>
</section>
<section class="section">
<h2>Community Contributions</h2>
<div class="presentation-card">
<h3>Want to Present?</h3>
<p>We welcome presentations from community members on cloud security topics. If you have expertise to
share or an interesting project to showcase, we'd love to have you present at a future session.</p>
<p>Topics we're interested in include:</p>
<ul class="presentation-list">
<li>Cloud security tools and techniques</li>
<li>Real-world <a class="glossary-link" href="glossary.html#term-incident-response">incident response</a> case studies</li>
<li>New vulnerabilities and attack vectors</li>
<li>Security automation and <a class="glossary-link" href="glossary.html#term-devsecops">DevSecOps</a></li>
<li>Compliance and governance frameworks</li>
<li>Career development and certifications</li>
</ul>
<p class="mt-1">Email <a href="mailto:admin@csoh.org" class="memorial-link">admin@csoh.org</a> or bring it up during a <a href="sessions.html" class="memorial-link">Friday Zoom session</a> to propose a presentation. See <a href="present.html">Present at CSOH</a> for the pitch process and what speakers get, and the <a href="speakers.html">guest speakers</a> page.</p>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section footer-about">
<h3>CSOH</h3>
<p>A vendor-neutral community for cloud security professionals. Weekly Zoom sessions and curated resources.</p>
</div>
<div class="footer-section footer-support">
<h3>Support CSOH</h3>
<p>Free since 2023, and staying that way. If it has helped you, a coffee covers the hosting.</p>
<a href="https://buymeacoffee.com/csoh" class="footer-coffee" target="_blank" rel="noopener noreferrer"><span class="footer-coffee-icon" aria-hidden="true">☕</span> Buy me a coffee</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2023-2026 Cloud Security Office Hours</p>
<ul class="footer-legal">
<li><a href="about.html">About</a></li>
<li><a href="privacy.html">Privacy</a></li>
<li><a href="code-of-conduct.html">Code of Conduct</a></li>
<li><a href="security-policy.html">Security</a></li>
</ul>
</div>
</footer>
<script src="/main.js?v=83670a9a" integrity="sha384-mhq/cxGSAZLBMJkDANGZrSS9ePnlkWawOMGqVLLHpzRcv/+4zaZ1nRCFu5GWRo8a"
defer></script>
<script data-goatcounter="https://csoh.goatcounter.com/count" src="/vendor/goatcounter-count.js?v=792b7abd" defer integrity="sha384-2UjvVpptg4JlEVgJI2PdscrjOjPcil/4F1ZvIMJ81CShQnEDSlPI+l4PfogvTLYi"></script>
</body>
</html>