-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
922 lines (768 loc) · 82.4 KB
/
index.html
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
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Microsoft Azure Security Podcast</title>
<meta name="copyright" content="©2020-2024 Michael Howard, Sarah Young, Gladys Rodriquez, and Mark Simos." />
<meta name="description"
content="The Azure Security Podcast. Topics include Security, Privacy, Compliance and Reliability on the Microsoft Cloud Platform. Hosted by Microsoft security experts Michael Howard, Sarah Young, Gladys Rodriguez and Mark Simos.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="shortcut icon" href="images/favicon-aznew.ico" >
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.0.min.js"></script>
<script src="ui.js"></script>
</head>
<body>
<!-- HEADER - DON'T TOUCH -->
<section id="hero">
<div class="row">
<a href="es/index.html">
<img style="position: absolute; margin-right:-20px; margin-top:-10px; opacity: 0.7;" width='50' alt="Link to Spanish podcast" src="images/ES.jpg">
</a>
<div class="twelve columns">
<div class="hero-text">
<h1>
The Azure Security Podcast
<a href="https://twitter.com/AzureSecPod"><i class="fa fa-twitter"></i></a>
<a href="https://media.rss.com/azsecpodcast/feed.xml"><i class="fa fa-rss"></i></a>
<a href="https://github.com/x509cert/AzSecPodcast"><i class="fa fa-github"></i></a>
</h1>
<p>
A twice-monthly podcast dedicated to Security, Privacy, Compliance, Governance and Reliability
on the Microsoft Cloud Platform. Hosted by Microsoft security experts
Michael Howard, Sarah Young, Gladys Rodriguez and Mark Simos.
<a href='bios.html'>Meet the hosts.</a>
</p>
<p>
<a href="https://podcasts.apple.com/us/podcast/the-azure-security-podcast/id1512476835?mt=2&app=podcast"><img width='142' src='images/apple_podcasts_badge1.png' alt='Apple RSS logo'/></a>
<a href="https://open.spotify.com/show/6AZVRZWttZdYkvlSAXjiGK"><img src="images/listen-on-spotify-badge-300x92.jpg" width='118' alt='Listen on Spotify' width='165px' alt='Spotify RSS logo'/></a>
<a href='https://rss.com/podcasts/azsecpodcast/'><img width='118' src="images/rss-button.png" alt='RSS.com logo'/></a>
<!-- Need to add Goog -->
<a href='https://music.amazon.com/podcasts/a526c965-4e12-4482-8527-7a8de7b7d7c2/The-Azure-Security-Podcast' rel='nofollow'><img width='118' alt='Listen on Amazon Podcasts' src='images/AmznPodcast.png' alt='Amazon Podcast logo'/></a>
</p>
</div>
</div>
</div>
</section>
<!-- Header end-->
<section id='features'>
<!-- Add a new div class row add-bottom for each episode -->
<!-- Episode 107 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0107"> <img id="ColExp-Ep0107" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 107 - January 7th, 2025 - [Secure by default and Copilot Overshare Blueprints]</h3>
<div class="EpisodeContent" href="#ep0107" id="Content-Ep0107">
Happy New Year!
In this episode Michael, Sarah, and Mark talk with guests Maxime Bombardier
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/maximebombardier/'><i class="fa fa-linkedin"></i></a>
) and Emily Blundo (
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/emily-blundo-77045b151/'><i class="fa fa-linkedin"></i></a>
) about the Secure by default and Copilot overshare blueprints
<br>
We also cover news about Always Encrypted Assessment in SQL Server Management Studio, MVP Summit, mapping Entra to the Open Group standard for Adaptive Access, and various CISO Workshop topics!
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1835044?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1835044/">BPrints</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1835044/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/blog/mvpawardprogramblog/mvp-global-summit-2024-learn-connect-and-share/4096823">MVP Global Summit 2024: Learn, Connect, and Share</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/purview/deploymentmodels/depmod-overview">Purview deployment models</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/copilot/microsoft-365/microsoft-365-copilot-blueprint-oversharing">Address internal oversharing concerns in Microsoft 365 Copilot deployment blueprint</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.linkedin.com/feed/update/urn:li:activity:7262050350977675264/">Zero Trust Reference Model</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.linkedin.com/posts/marksimos_i-spent-a-little-time-mapping-microsoft-technology-activity-7253369812821643264-WNev/?utm_source=share&utm_medium=member_desktop">Asset-Centric Security Operations</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.linkedin.com/posts/marksimos_another-hidden-treasure-in-the-ciso-workshop-activity-7266818929438736385-Rep5/?utm_source=share&utm_medium=member_desktop">Security metrics</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.linkedin.com/posts/marksimos_one-of-the-gems-buried-in-the-ciso-workshop-activity-7262472501559975936-v1Ew/?utm_source=share&utm_medium=member_desktop">Maturity models</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 106 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0106"> <img id="ColExp-Ep0106" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 106 - December 10th, 2024 - [Microsoft Ignite Wrapup (Security)]</h3>
<div class="EpisodeContent" href="#ep0106" id="Content-Ep0106">
In this episode Michael, Sarah, and Mark talk about the latest security news from Microsoft Ignite. We each go through items that we found of interest in the Book of News.
about
<br>
We also discuss Azure Security news about:
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1795671?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1795671/">MSIgnite2024</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1795671/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://news.microsoft.com/ignite-2024-book-of-news/">MICROSOFT IGNITE 2024 BOOK OF NEWS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://msrc.microsoft.com/blog/2024/11/securing-ai-and-cloud-with-the-zero-day-quest/">Securing AI and Cloud with the Zero Day Quest</a></li>
<li><a target="_blank" rel="noreferrer" href="https://blogs.windows.com/windowsexperience/2024/11/19/microsoft-ignite-2024-embracing-the-future-of-windows-at-work/">Microsoft Ignite 2024: Embracing the future of Windows at work</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=YGRXylTk5co">Security Innovation to Strengthen Cyber Defense in the Age of AI</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=vsl3AoIJl3w">Prepare your data for Microsoft Copilot with new tools </a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=BSe3qi9Qsxs">What's New in Windows Security Productivity and Cloud</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=NMNZE22nSQI">Inside Azure innovations with Mark Russinovich</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/cpp/build/reference/hotpatch-create-hotpatchable-image?view=msvc-170">/hotpatch (Create Hotpatchable Image)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/blog/networkingblog/announcing-zero-trust-dns-private-preview/4110366">Announcing Zero Trust DNS Private Preview</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.packtpub.com/en-us/product/zero-trust-overview-and-playbook-introduction-9781800561465">Zero Trust Overview and Playbook Introduction: Guidance for business, security, and technology leaders and practitioners</a></li>
<li><a target="_blank" rel="noreferrer" href="https://ignite.microsoft.com/en-US/sessions/BRK328-R1?source=sessions">Making Zero Trust Real: Top 10 Security Controls you can implement now</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 105 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0105"> <img id="ColExp-Ep0105" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 105 - November 15th, 2024 - [Entra ID Tools]</h3>
<div class="EpisodeContent" href="#ep0105" id="Content-Ep0105">
In this episode Michael, Sarah, and Mark talk with guest Merill Fernando
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/merill/'><i class="fa fa-linkedin"></i></a>
<a target="_blank" rel="noreferrer" href='https://x.com/merill'><i class="fa fa-twitter"></i></a>
)
who is a Principal Product Manager at Microsoft about Entra ID and some of the tools he has worked on over the years.
<br>
We also discuss Azure Security news about:
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1766672?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1766672/">Merill</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href="https://blog.fabric.microsoft.com/en-us/blog/apis-for-managed-private-endpoint-are-now-available/">APIs for Managed Private Endpoint are now available</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Support-for-TLS-1-0-1-1-in-Application-Insights-Availability-Tests-will-be-retired">Retirement: Support for TLS 1.0/1.1 in Application Insights Availability Tests will be retired</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Update-retirement-TLS1-0-TLS1-1-versions-Azure-Services">Retirement: Update on retirement of TLS 1.0 and TLS 1.1 versions for Azure Services</a></li>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/NNNNNN/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://microsoft.github.io/zerotrustassessment/">Microsoft Zero Trust Workshop</a></li>
<li><a target="_blank" rel="noreferrer" href="https://maester.dev/">Maester</a></li>
<li><a target="_blank" rel="noreferrer" href="https://akasearch.net/">akaSearch </a></li>
<li><a target="_blank" rel="noreferrer" href="https://mc.merill.net/">Microsoft 365 Message Center Archive</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/merill/refined-microsoft-learn">Refined Microsoft Learn</a></li>
<li><a target="_blank" rel="noreferrer" href="https://entra.news/">Entra.News - Your weekly dose of Microsoft Entra</a></li>
<li><a target="_blank" rel="noreferrer" href="https://graphxray.merill.net/">Graph X-Ray :Beta</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azuread.github.io/MSIdentityTools/">MSIdentityTools</a></li>
<li><a target="_blank" rel="noreferrer" href="https://idpowertoys.merill.net/">idPowerApp </a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/AzureAD/AzureADAssessment/wiki">Azure AD Assessment Guide</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/microsoft/EntraExporter">EntraExporter</a></li>
<li><a target="_blank" rel="noreferrer" href="https://graphpermissions.merill.net/permission/">Microsoft Graph Permissions Explorer</a></li>
<li><a target="_blank" rel="noreferrer" href="https://ignite.microsoft.com/en-US/home">Microsoft Ignite</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/entra/identity/authentication/concept-fido2-compatibility">Support for FIDO2 authentication with Microsoft Entra ID</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Confidential-Containers-now-in-preview-on-Azure-Red-Hat-OpenShift">Public Preview: Confidential Containers now in preview on Azure Red Hat OpenShift</a></li>
<li><a target="_blank" rel="noreferrer" href="https://ignite.microsoft.com/en-US/sessions/BRK328?source=sessions">Making Zero Trust Real: Top 10 Security Controls you can implement now</a></li>
<li><a target="_blank" rel="noreferrer" href="https://publications.opengroup.org/standards/c246">SECURITY PRINCIPLES FOR ARCHITECTURE</a></li>
<li><a target="_blank" rel="noreferrer" href="https://publications.opengroup.org/standards/security/c247">ZERO TRUST COMMANDMENTS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.amazon.com/dp/1800568665">Zero Trust Overview and Playbook Introduction: Guidance for business, security, and technology leaders and practitioners</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 104 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0104"> <img id="ColExp-Ep0104" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 104 - November 11th, 2024 - [Post Bluehat Wrap-up]</h3>
<div class="EpisodeContent" href="#ep0104" id="Content-Ep0104">
In this special episode Michael talks with guest Nic Filinghamm
(<a target="_blank" rel="noreferrer" href='https://linktr.ee/nicfill'><i class="fa fa-linkedin"> </i><i class="fa fa-twitter"></i></a>)
about what went down at the recent Microsoft Bluehat conference in Redmond, WA.
<br>We also discuss how to tell the NZ and Australian accents apart. This alone is worth listening to :)
<br>This is a follow-on from episode 103 when we talked about what was coming up for Bluehat.
<br>No news, as this is a special, smaller episode. It's also the least edited; other than some ums and ers getting removed and a small retake, the result is as was recorded. Let us know what you think, this feels a little more 'chatty' and personable.
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1743667?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1743667/">Nic2</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1743667/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/bluehat/?msockid=36ca0adb27cf6d1622bb1e3926646c90">BLUEHAT 2024</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/results?search_query=bluehat">Bluehat on Youtube</a></li>
<li><a target="_blank" rel="noreferrer" href="https://podcasts.apple.com/us/podcast/the-bluehat-podcast/id1688087915">The BlueHat Podcast (Apple)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://open.spotify.com/show/4XJGdq9B2fubXVlhip64pr">The Bluehat Podcast (Spotify)</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 103 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0103"> <img id="ColExp-Ep0103" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 103 - October 17th, 2024 - [Microsoft Bluehat]</h3>
<div class="EpisodeContent" href="#ep0103" id="Content-Ep0103">
In this episode Michael and Sarah talk with guest Nic Filinghamm
(<a target="_blank" rel="noreferrer" href='https://linktr.ee/nicfill'><i class="fa fa-linkedin"> </i><i class="fa fa-twitter"></i></a>)
about some of the most important security conferences around the globe with a special focus on Microsoft's annual Bluehat conference.
<br>
We also discuss Azure Security news about Azure PostgreSQL, Cosmos DB, IP address management, containers and AI Studio.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1707968?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1707968/">Nic</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/NNNNNN/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Azure-Database-for-PostgreSQL-support-for-postgresql-anonymizer">Public Preview: Azure Database for PostgreSQL – Flexible Server—support for postgresql_anonymizer extension version 1.3.2
</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Dedicated-gateway-RBAC-support-and-a-new-request-option">Generally Available: Dedicated gateway RBAC support and a new request option</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Introducing-the-Public-Preview-of-AVNM-IPAM">Public Preview: Azure Virtual Network IP address management</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/announcing-text-pii-redaction-container-release/ba-p/4264655">Announcing Text PII Redaction Container Release</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/XPIA-Evaluations-Public-Preview">Public Preview: Evaluations for indirect prompt injection attacks in Azure AI Studio</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Protected-Material-Text-Evaluations-Public-Preview">Public Preview: Evaluations for protected material (text) in Azure AI Studio</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/channel/UCKmzq2lAhDxLy36KtvVWpaQ">Youtube: Microsoft Security Response Center (MSRC)
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=psb7rLSWWmo&t=20s">BlueHat Oct 23. S22: Security Content: Stop Flexing and Start Helping</a></li>
</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 102 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0102"> <img id="ColExp-Ep0102" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 102 - October 7th, 2024 - [Entra ID Purple-teaming with Dr Azure AD]</h3>
<div class="EpisodeContent" href="#ep0102" id="Content-Ep0102">
In this episode Michael and Sarah talk with guest Dr. Nestori Syynimaa [Dr Azure AD]
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/nestori/?originalSubdomain=fi'><i class="fa fa-linkedin"></i></a>
<a target="_blank" rel="noreferrer" href='https://twitter.com/DrAzureAD'><i class="fa fa-twitter"></i></a>
)
about Entra ID security and his purple-team tool, AADInternals.
<br>
We also discuss Azure Security news about Secure Future Initiative (SFI), MFA for Azure Portal, Playright, WordPress, NSG, Bastion, Azure Functions, MS Ignite, App Service, Defender for Cloud, Containers, Azure Monitor, AKS, Trustworthy AI and Azure AI Content Safety.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1689814?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1689814/">DrAzureAd</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1689814/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/2024/09/23/securing-our-future-september-2024-progress-update-on-microsofts-secure-future-initiative-sfi/">Securing our future: September 2024 progress update on Microsoft’s Secure Future Initiative (SFI)
</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/blog/announcing-mandatory-multi-factor-authentication-for-azure-sign-in/?msockid=36ca0adb27cf6d1622bb1e3926646c90">Announcing mandatory multi-factor authentication for Azure sign-in</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/microsoft-entra-blog/microsoft-entra-internet-access-now-generally-available/ba-p/3922547">Microsoft Entra Internet Access now generally available</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/apps-on-azure-blog/managed-identity-support-for-wordpress-on-app-service/ba-p/4241435">Managed Identity support for WordPress on App Service</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-networking-blog/manage-nsg-association-on-subnets-via-azure-policy/ba-p/4243157">Manage NSG association on Subnets via Azure Policy</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/sql-insights-retirement">Retirement: SQL Insights (preview)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Entra-ID-support-for-SSH-connections-in-portal-is-now-generally-available">Public Preview: Entra ID support for SSH connections in portal</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/apps-on-azure-blog/secure-amp-scalable-quick-starts-for-azure-functions-using-azure/ba-p/4251525">Secure & scalable quick starts for Azure Functions using Azure Developer CLI</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/security-compliance-and-identity/microsoft-ignite-sold-out-not-for-security-professionals-secure/ba-p/4253990">Microsoft Ignite Sold Out? Not for Security Professionals! Secure Your Spot</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/apps-on-azure-blog/build-and-secure-your-apps-with-azure-app-service-and-defender/ba-p/4253054">Build and secure your apps with Azure App Service and Defender for Cloud</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/fqdn-filtering">Public Preview: Advanced Container Networking Services: Enhancing security and observability in AKS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Announcing-public-preview-of-azure-monitor-metrics-export">Public Preview: Announcing Azure Monitor Metrics Export in public preview</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/FIPS-mutability-support-in-AKS-GA">Generally Available: FIPS mutability support in AKS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=YrEeonwWZJU">Microsoft Trustworthy AI</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/ai-azure-ai-services-blog/announcing-the-public-preview-of-hybrid-azure-ai-content-safety/ba-p/4253334">Announcing the public preview of Hybrid Azure AI Content Safety (AACS)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/Gerenios/AADInternals">AADInternals</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 101 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0101"> <img id="ColExp-Ep0101" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 101 - September 20th, 2024 - [GHOST Threat Hunting]</h3>
<div class="EpisodeContent" href="#ep0101" id="Content-Ep0101">
In this episode Michael, Sarah, Gladys and Mark talk with guests Waymon Ho
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/waymon-ho/'><i class="fa fa-linkedin"></i></a>
)
and
Matt Zorich
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/matthewzorich/'><i class="fa fa-linkedin"></i></a>
)
about the GHOST team at Microsoft and how they help protect Microsoft and Microsoft customers from attacks.
<br>
We also discuss Azure Security news about Azure Event Grid, AKS, Azure NetApps, and Chaos Studio. Mark mentions more about Zero Trust.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1665515?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1665515/">Ghost</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1665515/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/TLS-changes-for-Azure-Event-Grid">Retirement: Upcoming TLS changes for Azure Event Grid</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/ANF-Double-Encryption-at-rest">Generally Available: Double encryption at-rest for Azure NetApp Files
</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/generally-available-azure-chaos-studio-supports-a-new-network-isolation-fault-for-virtual-machines">Generally Available: Azure Chaos Studio supports a new Network Isolation fault for virtual machines
</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/FIPS-mutability-support-in-AKS">Public Preview: FIPS mutability support in AKS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://publications.opengroup.org/standards/c246">Security Principles for Architecture
</a></li>
<li><a target="_blank" rel="noreferrer" href="https://publications.opengroup.org/standards/security/c247">Zero Trust Commandments</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.amazon.com/dp/1800568665">Zero Trust Overview and Playbook Introduction: Guidance for business, security, and technology leaders and practitioners</a></li>
<li><a target="_blank" rel="noreferrer" href="https://jobs.careers.microsoft.com/global/en/search?q=GHOST">GHOST jobs</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 100 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep0100"> <img id="ColExp-Ep0100" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 100 - August 29th, 2024 - [Our Stories!]</h3>
<div class="EpisodeContent" href="#ep0100" id="Content-Ep0100">
In this episode Michael, Sarah, Gladys and Mark talk about our careers so far, explain some funny stories and our wishes for a more secure future.
<h4>Our Stories</h4>
<li>Mark at the start</li>
<li>Sarah 4m 5s</li>
<li>Gladys 6m 50s</li>
<li>Michael 12m 22s</li>
<h4>Funny Stories</h4>
<li>Mark 19m 31s</li>
<li>Sarah 20m 33s</li>
<li>Gladys 22m 46s</li>
<li>Michael 24m 39s</li>
<h4>Career Advice</h4>
<li>Mark 26m 58s</li>
<li>Sarah 29m 18s</li>
<li>Gladys 31m 48s</li>
<li>Michael 34m 40s</li>
<h4>Future</h4>
<li>Mark 36m 27s</li>
<li>Sarah 38m 33s</li>
<li>Gladys 40m 34s</li>
<li>Michael 42m 24s</li>
<h4>Behind the Scenes</h4>
<li>43m 36s</li>
<a target="_blank" rel="noreferrer" href='misc/bah-humbug.mp3'>BLOOPER: Not Michael's proudest moment!</a>
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1634520?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1634520/">Ep100</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1634520/'>Transcript <i class="fa fa-book"></i></a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 99 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep099"> <img id="ColExp-Ep099" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 99 - August 16th, 2024 - [Securing Copilot Data and Purview]</h3>
<div class="EpisodeContent" href="#ep099" id="Content-Ep099">
In this (late) episode Michael, Sarah, Gladys and Mark talk with guest Andrew McMurray
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/andrew-mcmurray-1916373/?originalSubdomain=au'><i class="fa fa-linkedin"></i></a>
)
a Principal Product Manager at Microsoft about securing Copilot AI data and the role Purview can play for end-to-end protection.
<br>
We also cover news about MFA access to the Azure Portal (Important), PostgreSQL, Entra ID and Windows authn metadata, Backup Vaults, Conditional Access Policy, ADFS, and Azure Container Apps.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1615088?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1615088/">CopilotPurview</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1615088/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/core-infrastructure-and-security/update-on-mfa-requirements-for-azure-sign-in/ba-p/4177584">Update on MFA requirements for Azure sign-in</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/azure-policy-support-is-generally-available-for-postgresql/ba-p/4180189">Azure Policy Support is Generally Available for PostgreSQL Flexible Server</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-sql-blog/authenticating-microsoft-entra-id-using-windows-principal/ba-p/4168647">Authenticating Microsoft Entra ID using windows principal metadata - Public Preview</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/cmk-for-backup-vaults-ga/">Generally Available: Encryption using Customer Managed Keys for Backup Vaults</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/entra/identity/conditional-access/how-to-policy-insider-risk">Common Conditional Access policy: Block access for users with insider risk</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/migrate-ad-fs-application-howto">Use AD FS application migration to move AD FS apps to Microsoft Entra ID</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Support-for-Azure-Key-Vault-certificates-ACA">Generally Available: Support for Azure Key Vault certificates in Azure Container Apps
</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/v2/Preview-Managed-identity-support-for-scaling-rules-ACA">Public Preview: Managed identity support for scaling rules in Azure Container Apps</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 98 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep098"> <img id="ColExp-Ep098" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 98 - June 20th, 2024 - [Secure Future Initiative and Rust at Microsoft]</h3>
<div class="EpisodeContent" href="#ep098" id="Content-Ep098">
In this episode Michael and Gladys talk with guest Dave Weston
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/dwizzzle/'><i class="fa fa-linkedin"></i></a>
<a target="_blank" rel="noreferrer" href='https://twitter.com/dwizzzleMSFT'><i class="fa fa-twitter"></i></a>
)
about Secure Future Initiative and the growing use of the Rust programming language at Microsoft.
On the topic of Rust, Michael and Dave nerd out, and we make no apologies! Rust conversation starts at 13m:30s.
<br><br>
We also discuss Azure Security news about Defender for Cloud, Azure Bastion and Log Search.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1534191?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1534191/">SFI-Rust</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1534191/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/defender-for-cloud/analyze-with-copilot">Analyze recommendations with Copilot for Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/public-preview-azure-bastion-premium/">Public preview: Azure Bastion Premium</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/log-search-alert-rules-using-linked-storage-will-require-using-a-managed-identity-staring-july-2024/">Log search alert rules using linked storage will require using a managed identity starting July 2024</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/2024/05/03/security-above-all-else-expanding-microsofts-secure-future-initiative/">Security above all else—expanding Microsoft’s Secure Future Initiative</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/surface-it-pro-blog/open-source-rust-driver-development-platform/ba-p/3974222">Open-source Rust driver development platform</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/surface-it-pro-blog/rust-support-for-uefi-development-through-project-mu/ba-p/3970582">Rust support for UEFI development through Project Mu</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/surface-it-pro-blog/surface-uefi-evolution-in-boot-security-amp-device-management-to/ba-p/4159998">Rust: Surface UEFI - Evolution in boot, security & device management to build an industry leading secure PC</a></li>
<li><a target="_blank" rel="noreferrer" href="https://world.tockos.org/tockworld7/agenda/">Microsoft Pluton Firmware ported to Rust @ TockWorld 7</a></li>
<li><a target="_blank" rel="noreferrer" href="https://google.github.io/comprehensive-rust/#welcome-to-comprehensive-rust-">Comprehensive Rust</a></li>
<li><a target="_blank" rel="noreferrer" href="https://doc.rust-lang.org/book/title-page.html">The Rust Programming Language</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/seanbaxter/circle">Circle Compiler</a></li>
<li><a target="_blank" rel="noreferrer" href="https://softwareengineeringdaily.com/2024/06/06/c-safety-with-herb-sutter/">C++ Safety with Herb Sutter</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=EB7yR-1317k">Keynote: Safety, Security, Safety[sic] and C/C++[sic] - C++ Evolution - Herb Sutter - ACCU 2024</a></li>
<li><a target="_blank" rel="noreferrer" href="https://herbsutter.com/2024/03/11/safety-in-context/">C++ safety, in context</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/author/david-weston/">David Weston Posts</a></li>
<li><a target="_blank" rel="noreferrer" href="https://source.android.com/docs/security/test/memory-safety/arm-mte">Arm memory tagging extension</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 97 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep097"> <img id="ColExp-Ep097" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 97 - June 6th, 2024 - [Securing AI]</h3>
<div class="EpisodeContent" href="#ep097" id="Content-Ep097">
In this episode Michael and Sarah talk with guest Richard Diver
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/rdiver//'><i class="fa fa-linkedin"></i></a>
)
about securing solutions that use AI and LLMs. Richard also talks about his new book on AI Security, and Michael and Richard talk about what it takes to write a book.
<br>
We also discuss Azure Security news about Chaos Studio, API Management, Azure Bastion, Front Door, AKS and Copilot for Security and lots more!
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1513747?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1513747/">SecAI</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1513747/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/generally-available-azure-chaos-studio-supports-a-new-pause-process-fault-for-windows-virtual-machines/">Generally Available: Azure Chaos Studio supports a new Pause Process fault for Windows virtual machines</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/api-management/backends?tabs=bicep#circuit-breaker">API Management: Circuit breaker</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-azure-bastion-developer-sku/">General availability: Azure Bastion Developer SKU</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/azure-front-door-log-scrubbing-of-sensitive-data-is-general-available/">Azure Front Door log scrubbing of sensitive data is generally available</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/draft-now-supports-best-practices-via-deployment-safeguards/">Draft now supports best practices via deployment safeguards</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/ga-support-for-disabling-windows-outboundnat-in-aks/">GA: Support for disabling Windows outboundNAT in AKS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/public-preview-azure-firewall-integration-in-microsoft-copilot-for-security/">Public preview: Azure Firewall integration in Microsoft Copilot for Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/public-preview-azure-web-application-firewall-waf-integration-in-microsoft-copilot-for-security/">Public preview: Azure Web Application Firewall (WAF) integration in Microsoft Copilot for Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.amazon.com/dp/B0D2TRVK33">Guardians of AI: Building innovation with safety and security (Richard's Book)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.linkedin.com/newsletters/drawing-cybersecurity-7065381482126577664/">Drawing Cybersecurity (Richard's Newsletter)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/securityengineering/sdl">Microsoft Security Development Lifecycle (SDL)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://build.microsoft.com/en-US/sessions">Microsoft Build 2024 Session catalog</a></li>
<li><a target="_blank" rel="noreferrer" href="https://build.microsoft.com/en-US/sessions/d29a16d5-f9ea-4f5b-9adf-fae0bd688ff3?source=/home">Inside AI Security with Mark Russinovich</a></li>
<li><a target="_blank" rel="noreferrer" href="https://build.microsoft.com/en-US/sessions/fc62adb6-805f-4678-923a-693636c9b9b5?source=sessions">Secure your AI application transformation with Microsoft Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://build.microsoft.com/en-US/sessions/58369d9e-da81-4ddf-9b7e-41f9ca644ff8?source=sessions">Data Security Considerations for AI Adoption</a></li>
<li><a target="_blank" rel="noreferrer" href="https://build.microsoft.com/en-US/sessions/5ec6d81c-78da-4406-a03e-e178455ace81?source=sessions">Fundamentals of AI safety and security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://build.microsoft.com/en-US/sessions/0106b5b1-d727-4240-bb2e-dea325cb8519?source=sessions">How Microsoft Approaches AI Red Teaming</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 96 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep096"> <img id="ColExp-Ep096" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 96 - May 3rd, 2024 - [CNAPP - Cloud Native Applications Protection Platform]</h3>
<div class="EpisodeContent" href="#ep096" id="Content-Ep096">
In this episode Michael, Sarah, and Mark talk with guest (and good friend of the podcast) Yuri Diogenes
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/yuridiogenes/'><i class="fa fa-linkedin"></i></a>
<a target="_blank" rel="noreferrer" href='https://twitter.com/yuridiogenes'><i class="fa fa-twitter"></i></a>
)
about CNAPP - Cloud Native Applications Protection Platform and announce the release of a CNAPP e-book.
<br>
We also discuss Azure Security news about Azure SQL DB, Defender for Cloud, Data Box and Trusted Signing.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1464445?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1464445/">CNAPP</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1464445/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-sql-blog/public-preview-label-based-access-control-for-azure-sql-database/ba-p/4099013">Public preview: Label-based access control for Azure SQL Database using Microsoft Purview policies</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/microsoft-defender-for-cloud-adds-full-coverage-for-azure-open/ba-p/4108412">Microsoft Defender for Cloud Adds Full Coverage for Azure Open-Source Relational Databases</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/azure-data-box-disk-is-now-available-with-hardware-encryption/?utm_source=dlvr.it&utm_medium=linkedin">Azure Data Box Disk is now available with hardware encryption</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/security-compliance-and-identity/trusted-signing-is-in-public-preview/ba-p/4103457">Trusted Signing is in Public Preview</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/microsoft-defender-for-cloud/introducing-our-cnapp-mastery-e-book/ba-p/4118156">Introducing our CNAPP mastery e-book!</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=Oe5hGBy3rwI">Planning and Operationalizing Microsoft CNAPP</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 95 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep095"> <img id="ColExp-Ep095" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 95 - April 25th, 2024 - [Threat Intelligence]</h3>
<div class="EpisodeContent" href="#ep095" id="Content-Ep095">
In this episode Michael, Sarah and Mark talk with guest Sherrod DeGrippo
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/sherroddegrippo/'><i class="fa fa-linkedin"></i></a>
) Director of Threat Intelligence Strategy at Microsoft about the current state of Threat Intelligence.
<br>
We also discuss Azure Security news about Tampa BSides, Virtual Networks, Azure Database for MySQL and PostgreSQL, and SQL Server on Linux.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1452892?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1452892/">ThreatIntel</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1452892/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.slideshare.net/slideshow/tampa-bsides-the-no-bs-soc-slides-from-april-6-2024-talk/267170455">Tampa BSides - The No BS SOC (slides from April 6, 2024 talk)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/azure-virtual-network-manager-security-admin-rule-generally-available-in-45-regions/">Azure Virtual Network Manager Security Admin Rule generally available in 45 regions</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/public-preview-longterm-retention-for-azure-database-for-mysql-flexible-server/">Public Preview: Long-term retention for Azure Database for MySQL - Flexible Server</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-azure-database-for-postgresql-flexible-server-networking-with-azure-private-link/">General Availability: Azure Database for PostgreSQL - Flexible Server networking with Azure Private Link</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/sql-server-blog/enabling-azure-key-vault-for-sql-server-on-linux/ba-p/4091248">Enabling Azure Key Vault for SQL Server on Linux</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-azure-virtual-network-encryption-availability-in-all-regions/">General availability: Azure Virtual Network encryption availability in all regions</a></li>
<li><a target="_blank" rel="noreferrer" href="https://thecyberwire.com/podcasts/microsoft-threat-intelligence">The Microsoft Threat Intelligence Podcast</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/defender-xdr/microsoft-threat-actor-naming">How Microsoft names threat actors</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/topic/threat-intelligence/">Threat Intelligence Blog</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 94 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep094"> <img id="ColExp-Ep094" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 94 - April 1st, 2024 - [Copilot for Security]</h3>
<div class="EpisodeContent" href="#ep094" id="Content-Ep094">
In this episode Michael, Sarah and Mark talk with guest Ryan Munsch
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/munsch/'><i class="fa fa-linkedin"></i></a>
)
about the newly released Copilot for Security.
<br>
We also discuss Azure Security news about Azure SQL DB, SSMS 20, Change Actor, Copilot for Azure SQL DB, Azure Container Apps,
AI Prompt Shields, AI Groundedness Detection and BlueHat India and Israel.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1416208?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1416208/">CopilotSecurity</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1416208/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/azure-sql/database/advance-notifications?view=azuresql">Advance notifications for planned maintenance events in Azure SQL Database</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-sql-blog/introducing-database-watcher-for-azure-sql/ba-p/4085637?utm_source=dlvr.it&utm_medium=twitter">Introducing database watcher for Azure SQL</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/sql-server-blog/upcoming-changes-for-sql-server-management-studio-ssms-part-2/ba-p/4072528">Upcoming changes for SQL Server Management Studio (SSMS)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-governance-and-management/announcing-the-public-preview-of-change-actor/ba-p/4076626">Announcing the Public Preview of Change Actor</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=B_96_R5oNs4">Introducing Copilot in Azure SQL Database (Private Preview) | Data Exposed</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/public-preview-support-for-key-vault-certificates/">Public preview: Support for Key Vault Certificates in Azure Container Apps</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/generally-available-free-managed-certificates-on-azure-container-apps/">Generally Available: Free managed certificates on Azure Container Apps</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoftrnd.co.il/BluehatIL/home">BlueHat Israel</a></li>
<li><a target="_blank" rel="noreferrer" href="https://forms.office.com/pages/responsepage.aspx?id=v4j5cvGGr0GRqy180BHbR_rlhAf_1GhOm8wb8YB6mzpUOTZBOEhGQzQ4M1JBRFA3REdDSDAxVTZVQy4u&origin=lprLink">Application to Attend BlueHat India, May 16-17, 2024</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/ai-services/content-safety/quickstart-jailbreak">Quickstart: Prompt Shields (preview)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/ai-services/content-safety/quickstart-groundedness?tabs=curl">Quickstart: Groundedness detection (preview)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/business/ai-machine-learning/microsoft-copilot-security?icid=mscom_marcom_CPW4a_CopilotForSecurity">Microsoft Copilot for Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/security-copilot/get-started-security-copilot">Get started with Microsoft Copilot for Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://microsoft.github.io/PartnerResources/skilling/microsoft-security-academy/microsoft-security-copilot">Copilot for Security Technical Resources</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learning.eventbuilder.com/IntroToMicrosoftCopilot">Intro to Microsoft Copilot for Security webinar series</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/playlist?list=PL3ZTgFEc7LyuQRLD61q9YqPKEDlZj4j5u">Microsoft Copilot for Security - Videos</a></li>
<li><a target="_blank" rel="noreferrer" href="https://bair.berkeley.edu/blog/2024/02/18/compound-ai-systems/">The Shift from Models to Compound AI Systems</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 93 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep093"> <img id="ColExp-Ep093" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 93 - March 25th, 2024 - [Continuous SDL]</h3>
<div class="EpisodeContent" href="#ep093" id="Content-Ep093">
In this episode Michael, Sarah and Mark talk with guests Tony Rice
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/tony-rice/'><i class="fa fa-linkedin"></i></a>
) and David Ornstein about advances in Continuous SDL (Security Development Lifecycle).
<br>
We also discuss Azure Security news about Azure Key Vault, Cloud PKI, OAuth2, updated SQL Server password verifiers, Memory Safety and Azure SQL DB.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1406870?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1406870/">ContSDL</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1406870/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.rsaconference.com/usa/agenda/session/Youre%20Doing%20It%20Wrong%20Common%20Security%20Antipatterns">RSA Conference: You're Doing It Wrong! Common Security Anti Patterns</a></li>
<li><a target="_blank" rel="noreferrer" href="https://events.bsidestampa.net/BSidesTampa2024#/agenda?day=1&lang=en">BSides Tampa Agenda</a></li>
<li><a target="_blank" rel="noreferrer" href="https://events.bsidestampa.net/BSidesTampa2024#/training">BSides Tampa Training & Workshops (Friday April 5th)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/aks/use-trusted-launch">Trusted launch (preview) for Azure Kubernetes Service (AKS)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-improvements-in-azure-key-vault/">General availability: Improvements in Azure Key Vault</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/microsoft-intune-blog/microsoft-cloud-pki-launches-as-a-new-addition-to-the-microsoft/ba-p/3982830">Microsoft Cloud PKI launches as a new addition to the Microsoft Intune Suite</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/business/endpoint-management/microsoft-cloud-PKI">Microsoft Cloud PKI</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=vO0m5yE3dZA">Run a quick OAuth app audit of your tenant using this command and protect yourself</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/AzureAD/MSIdentityTools">MSIdentityTools</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-sql-blog/support-for-iterated-and-salted-hash-password-verifiers-in-sql/ba-p/4087155">Support for Iterated and Salted Hash Password Verifiers in SQL Server 2022 CU12</a></li>
<li><a target="_blank" rel="noreferrer" href="https://twitter.com/michael_howard/status/1767583112995766357">Memory safety discussion</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.infoworld.com/article/3714401/c-plus-plus-creator-rebuts-white-house-warning.html">C++ creator rebuts White House warning</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/azure-sql/database/authentication-microsoft-entra-create-users-with-nonunique-names?view=azuresql">Microsoft Entra logins and users with nonunique display names (preview)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/2024/03/07/evolving-microsoft-security-development-lifecycle-sdl-how-continuous-sdl-can-help-you-build-more-secure-software/">Evolving Microsoft Security Development Lifecycle (SDL)</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 92 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep092"> <img id="ColExp-Ep092" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 92 - March 15th, 2024 - [Global Azure (Security)]</h3>
<div class="EpisodeContent" href="#ep092" id="Content-Ep092">
In this episode Michael and Sarah talk with guest Martin Abbott
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/mjabbott/'><i class="fa fa-linkedin"></i></a>
)
about the Global Azure event that starts soon, https://globalazure.net/.
We talk about how to successfully fill out a Call for Papers (CFP) so YOU can present to a global audience about security topics that interest you.
<br>
We also cover security news AI security, SQL Always Encrypted, SymCrypt and Rust, SQL Security Fundamentals, and free Security 101 material.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1391626?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1391626/">GlobalAzure</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1391626/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://globalazure.net/">Global Azure 2024</a></li>
<li><a target="_blank" rel="noreferrer" href="https://blog.globalazure.net/Blog/Post/291/HowTo-GlobalAzure">Global Azure Blog</a></li>
<li><a target="_blank" rel="noreferrer" href="https://globalazure.net/communities/2024">Global Azure Communities</a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-sql-blog/always-encrypted-with-secure-enclaves-intel-sgx-vs-vbs/ba-p/4060797">Always Encrypted with secure enclaves - Intel SGX vs VBS</a></li>
<li><a target="_blank" rel="noreferrer" href="https://twitter.com/markrussinovich/status/1765177381696974984">Rust crates for SymCrypt</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/defender-for-cloud/release-notes#preview-compliance-standards-added-to-compliance-dashboard">(Preview) Defender for Cloud Compliance standards added to compliance dashboard</a></li>
<li><a target="_blank" rel="noreferrer" href="https://blogs.microsoft.com/blog/2024/02/28/join-us-in-2024-events-to-get-your-teams-ai-ready/">Join us in 2024 — events to get your teams AI-ready</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/microsoft/Security-101">Security-101</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learning.eventbuilder.com/CopilotL33tSp34kSeries">Copilot L33t Sp34k</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.eecs.umich.edu/courses/eecs588/static/stack_smashing.pdf">Smashing The Stack For Fun And Profit</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 91 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep091"> <img id="ColExp-Ep091" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 91 - February 13th, 2024 - [Chaos Studio]</h3>
<div class="EpisodeContent" href="#ep091" id="Content-Ep091">
In this episode Michael talks with guest Rigel Carlson
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/rigelcarlson/'><i class="fa fa-linkedin"></i></a>
)
about Azure Chaos Studio.
<br>
We also discuss Azure Security news about Midnight Blizzard and Michael has some advice about using Azure's DefaultAzureCredential()
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1344333?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/1344333/">Chaos</a></iframe>
<!-- Links to transcription and news articles -->
<h5>Links</h5>
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1344333/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://twitter.com/michael_howard/status/1750941132052205617">Using DefaultAzureCredential() 1 of 2</a></li>
<li><a target="_blank" rel="noreferrer" href="https://twitter.com/michael_howard/status/1750941476832375171">Using DefaultAzureCredential() 2 of 2</a></li>
<li><a target="_blank" rel="noreferrer" href="https://ignite.microsoft.com/en-US/sessions/72ef2980-9b89-4c4e-8074-bf6dda7f2a80?source=sessions">Optimize app reliability with automated Load and Chaos testing</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/products/chaos-studio/">Azure Chaos Studio</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-fault-library">Azure Chaos Studio fault and action library</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=IkEQm6m46Ow">John Savill's Technical Training: Azure Chaos Studio</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.conf42.com/Chaos_Engineering_2023_Ravi_Bellam_Chris_Ashton__Rohith_Gundreddy_certificate_outages_resilient_dist">Conf42 Chaos Engineering 2023 - Online</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/chaos-studio/chaos-studio-private-networking?tabs=azure-portal">Virtual network injection in Azure Chaos Studio</a></li>
<li><a target="_blank" rel="noreferrer" href="https://github.com/microsoft/ContosoTraders-CloudTesting/">Contoso Traders - Cloud testing tools demo app</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.youtube.com/watch?v=pJsVwbBR1jE">Continuously validate your mission-critical workload</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/well-architected/reliability/testing-strategy">Recommendations for designing a reliability testing strategy</a></li>
<li><a target="_blank" rel="noreferrer" href="https://principlesofchaos.org//">PRINCIPLES OF CHAOS ENGINEERING</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.oreilly.com/library/view/security-chaos-engineering/9781098113810/">Security Chaos Engineering</a></li>
</ul>
</div>
</div>
</div>
</article>
<!-- Episode 90 -->
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<h3 class="Heading" id="Ep090"> <img id="ColExp-Ep090" class="ColExpIcon" width=16 height=16 src="images/Collapse.png"> Episode 90 - January 24th, 2024 - [AI red teaming]</h3>
<div class="EpisodeContent" href="#ep090" id="Content-Ep090">
In this episode Michael, Sarah and Mark talk with guests Dr. Amanda Minnich
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/amandajeanminnich/'><i class="fa fa-linkedin"></i></a>
) and Pete Bryan
(
<a target="_blank" rel="noreferrer" href='https://www.linkedin.com/in/pete-bryan-77588473/'><i class="fa fa-linkedin"></i></a>
)
about AI Red Teaming.
<br>
We also discuss Azure Security news about Azure SQL DB, Trusted VMs, NetApp Files, Azure Load Testing and Front Door. Mark covers further details about Zero Trust and the CISO Workshop.
<br><br>
<!-- Insert episode info from rss.com into NNNNNN and TTTTTT which is the episode number and the title -->
<iframe src="https://player.rss.com/azsecpodcast/1321810?theme=light" style="width: 50%" title="The Azure Security Podcast" frameborder="0"><a href="https://rss.com/podcasts/azsecpodcast/NNNNNN/">RedAI</a></iframe>
<h5>Links</h5>
<!-- Links to transcription and news articles -->
<ul>
<li><a target="_blank" rel="noreferrer" href='https://rss.com/podcasts/azsecpodcast/1321810/'>Transcript <i class="fa fa-book"></i></a></li>
<li><a target="_blank" rel="noreferrer" href="https://techcommunity.microsoft.com/t5/azure-sql-blog/what-s-new-in-security-for-azure-sql-and-sql-server-data-exposed/ba-p/4027491">What's new in security for Azure SQL and SQL Server </a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/private-preview-upgrade-existing-azure-gen1-vms-to-gen2trusted-launch/">Private Preview: Upgrade existing Azure Gen1 VMs to Gen2-Trusted launch</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/premium-ssd-v2-and-ultra-disks-support-with-trusted-launch-vm/">General Availability: Premium SSD v2 and Ultra disks support with Trusted launch</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-azure-virtual-network-encryption-2/">General Availability: Azure Virtual Network encryption</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-customermanaged-keys-for-azure-netapp-files-volume-encryption/">General Availability: Customer-managed keys for Azure NetApp Files volume encryption</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/azure-load-testing-supports-fetching-secrets-from-azure-key-vault-with-access-restrictions-private-akv/">Azure Load Testing supports fetching secrets from Azure Key Vault with access restrictions (private AKV)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://azure.microsoft.com/en-us/updates/general-availability-security-update-for-azure-front-door-waf-cve202350164/">General availability: Security Update for Azure Front Door WAF CVE-2023-50164</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/security/ciso-workshop/adoption">Security Adoption Resources</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/2024/01/17/new-microsoft-incident-response-guides-help-security-teams-analyze-suspicious-activity/">New Microsoft Incident Response guides help security teams analyze suspicious activity</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/cosmos-db/copilot-faq">Frequently asked questions about Microsoft Copilot for Azure in Cosmos DB (preview)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/credentials/certifications/exams/ai-900/">Exam AI-900: Microsoft Azure AI Fundamentals</a></li>
<li><a target="_blank" rel="noreferrer" href="https://blogs.microsoft.com/wp-content/uploads/prod/sites/5/2022/06/Microsoft-Responsible-AI-Standard-v2-General-Requirements-3.pdf">Microsoft Responsible AI Standard, V2</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.microsoft.com/en-us/security/blog/2023/08/07/microsoft-ai-red-team-building-future-of-safer-ai/">Microsoft AI Red Team building future of safer AI</a></li>
<li><a target="_blank" rel="noreferrer" href="https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/red-teaming">Planning red teaming for large language models (LLMs) and their applications</a></li>
<li><a target="_blank" rel="noreferrer" href="https://atlas.mitre.org/">MITRE ATLAS™ (Adversarial Threat Landscape for Artificial-Intelligence Systems)</a></li>
<li><a target="_blank" rel="noreferrer" href="https://chats-lab.github.io/persuasive_jailbreaker/">How Johnny Can Persuade LLMs to Jailbreak Them</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.wired.com/story/microsoft-ai-red-team/">Microsoft’s AI Red Team Has Already Made the Case for Itself</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.cmu.edu/news/stories/archives/2023/july/researchers-discover-new-vulnerability-in-large-language-models">Researchers Discover New Vulnerability in Large Language Models</a></li>
<li><a target="_blank" rel="noreferrer" href="https://embracethered.com/blog/">Embrace The Red</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.promptingguide.ai/">Prompt Engineering Guide</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.nist.gov/news-events/news/2024/01/nist-identifies-types-cyberattacks-manipulate-behavior-ai-systems">NIST Identifies Types of Cyberattacks That Manipulate Behavior of AI Systems</a></li>
<li><a target="_blank" rel="noreferrer" href="https://arxiv.org/abs/2312.02119">Tree of Attacks: Jailbreaking Black-Box LLMs Automatically</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.codecademy.com/article/llm-data-security-best-practices">LLM Data Security Best Practices</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.lakera.ai/blog/llm-security">Comprehensive Guide to Large Language Model (LLM) Security</a></li>
<li><a target="_blank" rel="noreferrer" href="https://gandalf.lakera.ai/">Make Gandalf reveal the secret password</a></li>
<li><a target="_blank" rel="noreferrer" href="https://www.jailbreakchat.com/">Jailbreak Chat</a></li>
</ul>
</div>
</div>
</div>
</article>
<article>
<div class="row add-bottom">
<div class="nine columns offset-2">
<a target="_blank" rel="noreferrer" href="index_older.html"><b><h3>Older episodes</h3></b></a>
</div>
</div>
</article>
</section>
<footer>
<div class="row">
<div class="twelve columns info">
<p>©2020-2024 Michael Howard, Sarah Young, Gladys Rodriquez, and Mark Simos.
<br>
This web site is derived from the work of <a href=http://www.Styleshout.com>http://www.Styleshout.com</a>. Thank you!
<br>
Music is from CCMixter.com used under the Creative Commons Licence, from artist <a target="_blank" rel="noreferrer" href='http://beta.ccmixter.org/people/Whitewolf225'>WhiteWolf</a>. Thank you!
</p>
</div>
</div>
</footer>
</body>
</html>