-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsec_feeds.xml
More file actions
959 lines (959 loc) · 249 KB
/
Copy pathsec_feeds.xml
File metadata and controls
959 lines (959 loc) · 249 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
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
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>Security Feeds (Active only)</title>
</head>
<body>
<outline text="Crypto & Blockchain Security" title="Crypto & Blockchain Security">
<outline text="A Few Thoughts on Cryptographic Engineering" title="A Few Thoughts on Cryptographic Engineering" type="rss" xmlUrl="https://blog.cryptographyengineering.com/feed" htmlUrl="https://blog.cryptographyengineering.com/feed" description="Security research and blog updates from A Few Thoughts on Cryptographic Engineering." />
<outline text="Ackee Blockchain" title="Ackee Blockchain" type="rss" xmlUrl="https://ackee.xyz/blog/feed" htmlUrl="https://ackee.xyz/blog/feed" description="Security research and blog updates from Ackee Blockchain." />
<outline text="Chainalysis" title="Chainalysis" type="rss" xmlUrl="https://blog.chainalysis.com/feed" htmlUrl="https://blog.chainalysis.com/feed" description="Chainalysis is the blockchain analysis company" />
<outline text="Cointelegraph.com News" title="Cointelegraph.com News" type="rss" xmlUrl="https://cointelegraph.com/rss" htmlUrl="https://cointelegraph.com/rss" description="Crypto and blockchain security coverage from Cointelegraph.com News." />
<outline text="Decrypt" title="Decrypt" type="rss" xmlUrl="https://decrypt.co/feed" htmlUrl="https://decrypt.co/feed" description="Crypto and blockchain security coverage from Decrypt." />
<outline text="Encryption News -- ScienceDaily" title="Encryption News -- ScienceDaily" type="rss" xmlUrl="https://www.sciencedaily.com/rss/computers_math/encryption.xml" htmlUrl="https://www.sciencedaily.com/rss/computers_math/encryption.xml" description="Encryption. Read the latest research on computer security and encryption methods here. Evaluate new methods for protecting sensitive data." />
<outline text="Global Encryption Coalition" title="Global Encryption Coalition" type="rss" xmlUrl="https://www.globalencryption.org/feed" htmlUrl="https://www.globalencryption.org/feed" description="Updates from Global Encryption Coalition." />
<outline text="IACR News" title="IACR News" type="rss" xmlUrl="https://iacr.org/news/rss" htmlUrl="https://iacr.org/news/rss" description="Updates from IACR News." />
<outline text="Protos" title="Protos" type="rss" xmlUrl="https://protos.com/feed" htmlUrl="https://protos.com/feed" description="Informed crypto news" />
<outline text="Rekt" title="Rekt" type="rss" xmlUrl="https://rekt.news/rss/feed.xml" htmlUrl="https://rekt.news/rss/feed.xml" description="Investigative journalism &amp; creative commentary" />
</outline>
<outline text="Cybercrime, Darknet & Leaks" title="Cybercrime, Darknet & Leaks">
<outline text="blog" title="blog" type="rss" xmlUrl="https://www.hex-rays.com/blog/rss.xml" htmlUrl="https://www.hex-rays.com/blog/rss.xml" description="Expert reverse engineering tutorials and IDA Pro tips. Weekly guides on binary analysis, malware research, decompiler techniques, and plugin development." />
<outline text="CyberCrime & Doing Time" title="CyberCrime & Doing Time" type="rss" xmlUrl="https://garwarner.blogspot.com/feeds/posts/default" htmlUrl="https://garwarner.blogspot.com/feeds/posts/default" description="Cybercrime and underground ecosystem coverage from CyberCrime & Doing Time." />
<outline text="DataBreaches.net" title="DataBreaches.net" type="rss" xmlUrl="https://feeds.feedburner.com/OfficeOfInadequateSecurity" htmlUrl="https://feeds.feedburner.com/OfficeOfInadequateSecurity" description="RSS feed for DataBreaches.net, covering cybercrime, darknet & leaks news and updates." />
<outline text="eternal-todo.com" title="eternal-todo.com" type="rss" xmlUrl="https://eternal-todo.com/rss.xml" htmlUrl="https://eternal-todo.com/rss.xml" description="Updates from eternal-todo.com covering vulnerabilities, cves." />
<outline text="eternal-todo.com blogs" title="eternal-todo.com blogs" type="rss" xmlUrl="https://eternal-todo.com/blog/feed" htmlUrl="https://eternal-todo.com/blog/feed" description="Updates from eternal-todo.com blogs." />
<outline text="FP7-ICT-216026-WOMBAT" title="FP7-ICT-216026-WOMBAT" type="rss" xmlUrl="https://wombat-project.eu/rss.xml" htmlUrl="https://wombat-project.eu/rss.xml" description="Worldwide Observatory of Malicious Behaviors and Attack Threats project public space" />
<outline text="HACKMAGEDDON" title="HACKMAGEDDON" type="rss" xmlUrl="https://www.hackmageddon.com/feed" htmlUrl="https://www.hackmageddon.com/feed" description="News, research, and updates on general security & blogs from HACKMAGEDDON." />
<outline text="Intel 471 Blog" title="Intel 471 Blog" type="rss" xmlUrl="https://www.spiderfoot.net/blog/feed" htmlUrl="https://www.spiderfoot.net/blog/feed" description="The latest threat intelligence insights and security research from Intel 471" />
<outline text="Intel 471 Blog" title="Intel 471 Blog" type="rss" xmlUrl="https://www.spiderfoot.net/feed" htmlUrl="https://www.spiderfoot.net/feed" description="The latest threat intelligence insights and security research from Intel 471" />
<outline text="Krebs on Security" title="Krebs on Security" type="rss" xmlUrl="https://krebsonsecurity.com/feed" htmlUrl="https://krebsonsecurity.com/feed" description="Cybercrime and underground ecosystem coverage from Krebs on Security." />
<outline text="Lifeboat – Cybercrime & Malcode" title="Lifeboat – Cybercrime & Malcode" type="rss" xmlUrl="https://lifeboat.com/blog/category/cybercrime-malcode/feed" htmlUrl="https://lifeboat.com/blog/category/cybercrime-malcode/feed" description="Cybercrime and underground ecosystem coverage from Lifeboat." />
<outline text="Malpedia Library (Latest)" title="Malpedia Library (Latest)" type="rss" xmlUrl="https://malpedia.caad.fkie.fraunhofer.de/feeds/rss/latest" htmlUrl="https://malpedia.caad.fkie.fraunhofer.de/feeds/rss/latest" description="Latest Malpedia library entries, sorted by publication date" />
<outline text="No Starch Press Blog" title="No Starch Press Blog" type="rss" xmlUrl="https://nostarch.com/blog/feed" htmlUrl="https://nostarch.com/blog/feed" description="Updates from No Starch Press Blog." />
<outline text="Planet GNU" title="Planet GNU" type="rss" xmlUrl="https://planet.gnu.org/rss20.xml" htmlUrl="https://planet.gnu.org/rss20.xml" description="Planet GNU - https://planet.gnu.org/" />
<outline text="RiskAnalytics" title="RiskAnalytics" type="rss" xmlUrl="https://riskanalytics.com/feed" htmlUrl="https://riskanalytics.com/feed" description="Cybersecurity. Simplified" />
<outline text="Ryan Stillions" title="Ryan Stillions" type="atom" xmlUrl="https://ryanstillions.blogspot.nl/atom.xml" htmlUrl="https://ryanstillions.blogspot.nl/atom.xml" description="Postulations after great cogitation" />
<outline text="SANS Internet Storm Center, InfoCON: green" title="SANS Internet Storm Center, InfoCON: green" type="rss" xmlUrl="https://www.dshield.org/rssfeed.xml" htmlUrl="https://www.dshield.org/rssfeed.xml" description="SANS Internet Storm Center - Cooperative Cyber Security Monitor" />
<outline text="Security + DevOps on DevSec Hardening Framework" title="Security + DevOps on DevSec Hardening Framework" type="rss" xmlUrl="https://dev-sec.io/index.xml" htmlUrl="https://dev-sec.io/index.xml" description="Recent content in Security + DevOps on DevSec Hardening Framework" />
<outline text="Swiss Cyber Storm" title="Swiss Cyber Storm" type="rss" xmlUrl="https://www.swisscyberstorm.com/blog/index.xml" htmlUrl="https://www.swisscyberstorm.com/blog/index.xml" description="Recent Blog entries on Swiss Cyber Storm" />
<outline text="Tech Xplore - Security News" title="Tech Xplore - Security News" type="rss" xmlUrl="https://techxplore.com/rss-feed/security-news" htmlUrl="https://techxplore.com/rss-feed/security-news" description="The latest news on cyber security, network security, software vulnerabilities, data leaks, malware, and viruses" />
<outline text="Tenable Security Center dashboards" title="Tenable Security Center dashboards" type="rss" xmlUrl="https://feeds.feedburner.com/scdashboards" htmlUrl="https://feeds.feedburner.com/scdashboards" description="Updates from Tenable Security Center dashboards." />
<outline text="Tenable Security Center templates" title="Tenable Security Center templates" type="rss" xmlUrl="https://feeds.feedburner.com/securitycenterreporttemplates" htmlUrl="https://feeds.feedburner.com/securitycenterreporttemplates" description="Updates from Tenable Security Center templates." />
<outline text="The Guardian Cybercrime" title="The Guardian Cybercrime" type="rss" xmlUrl="https://www.guardian.co.uk/technology/cybercrime/rss" htmlUrl="https://www.guardian.co.uk/technology/cybercrime/rss" description="Cybercrime and underground ecosystem coverage from The Guardian Cybercrime." />
<outline text="The Record – Cybercrime" title="The Record – Cybercrime" type="rss" xmlUrl="https://therecord.media/news/cybercrime/feed" htmlUrl="https://therecord.media/news/cybercrime/feed" description="Cybercrime and underground ecosystem coverage from The Record." />
<outline text="The Spamhaus Project" title="The Spamhaus Project" type="rss" xmlUrl="https://www.spamhaus.org/rss.xml" htmlUrl="https://www.spamhaus.org/rss.xml" description="The Spamhaus Project" />
<outline text="VulDB Changelog" title="VulDB Changelog" type="rss" xmlUrl="https://vuldb.com/rss/changelog" htmlUrl="https://vuldb.com/rss/changelog" description="Changelog" />
<outline text="Zeek" title="Zeek" type="rss" xmlUrl="https://zeek.org/feed" htmlUrl="https://zeek.org/feed" description="Zeek and ye shall find." />
</outline>
<outline text="DFIR & Forensics" title="DFIR & Forensics">
<outline text="13Cubed (YouTube)" title="13Cubed (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCy8ntxFEudOCRZYT1f7ya9Q" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCy8ntxFEudOCRZYT1f7ya9Q" description="Video updates from 13Cubed (YouTube) covering dfir & forensics." />
<outline text="AboutDFIR – The Definitive Compendium Project" title="AboutDFIR – The Definitive Compendium Project" type="rss" xmlUrl="https://aboutdfir.com/feed" htmlUrl="https://aboutdfir.com/feed" description="Digital Forensics / Incident Response" />
<outline text="Amped Blog" title="Amped Blog" type="rss" xmlUrl="https://blog.ampedsoftware.com/feed" htmlUrl="https://blog.ampedsoftware.com/feed" description="DFIR and forensics content from Amped Blog." />
<outline text="Another Forensics Blog" title="Another Forensics Blog" type="rss" xmlUrl="https://az4n6.blogspot.com/feeds/posts/default" htmlUrl="https://az4n6.blogspot.com/feeds/posts/default" description="DFIR and forensics content from Another Forensics Blog." />
<outline text="Binalyze" title="Binalyze" type="rss" xmlUrl="https://binalyze.com/feed" htmlUrl="https://binalyze.com/feed" description="Updates from Binalyze covering dfir & forensics." />
<outline text="Cellebrite" title="Cellebrite" type="rss" xmlUrl="https://investors.cellebrite.com/rss/news-releases.xml" htmlUrl="https://investors.cellebrite.com/rss/news-releases.xml" description="DFIR and forensics content from Cellebrite." />
<outline text="Cheeky4n6Monkey" title="Cheeky4n6Monkey" type="rss" xmlUrl="https://cheeky4n6monkey.blogspot.com/feeds/posts/default" htmlUrl="https://cheeky4n6monkey.blogspot.com/feeds/posts/default" description="DFIR and forensics content from Cheeky4n6Monkey." />
<outline text="Cyber Triage Blog" title="Cyber Triage Blog" type="rss" xmlUrl="https://www.cybertriage.com/feed" htmlUrl="https://www.cybertriage.com/feed" description="Digital Forensics Specialized For Rapid Incident Response" />
<outline text="Davinci Forensics – Cybersecurity" title="Davinci Forensics – Cybersecurity" type="rss" xmlUrl="https://davinciforensics.co.za/cybersecurity/feed" htmlUrl="https://davinciforensics.co.za/cybersecurity/feed" description="DFIR and forensics content from Davinci Forensics." />
<outline text="Detect FYI - Medium" title="Detect FYI - Medium" type="rss" xmlUrl="https://detect.fyi/feed" htmlUrl="https://detect.fyi/feed" description="News, research, and updates on general security & blogs from Detect.fyi." />
<outline text="DFIR" title="DFIR" type="rss" xmlUrl="https://dfir.ch/index.xml" htmlUrl="https://dfir.ch/index.xml" description="DFIR and forensics content from DFIR." />
<outline text="DFIR Blog" title="DFIR Blog" type="rss" xmlUrl="https://dfir.blog/rss" htmlUrl="https://dfir.blog/rss" description="DFIR and forensics content from dfir.blog." />
<outline text="DFIR Diva" title="DFIR Diva" type="rss" xmlUrl="https://dfirdiva.com/feed" htmlUrl="https://dfirdiva.com/feed" description="DFIR and forensics content from DFIR Diva." />
<outline text="DFIR Python Study Group (YouTube)" title="DFIR Python Study Group (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLz61osc7c3OqQ_xBZJbzZdIkVd8HnxLmC" htmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLz61osc7c3OqQ_xBZJbzZdIkVd8HnxLmC" description="Video updates from DFIR Python Study Group (YouTube) covering dfir & forensics." />
<outline text="Digital Forensics Incident Response (DFIR) companies in Finland" title="Digital Forensics Incident Response (DFIR) companies in Finland" type="rss" xmlUrl="https://dfir.fi/rss" htmlUrl="https://dfir.fi/rss" description="DFIR and forensics content from Digital Forensics Incident Response (DFIR) companies in F…." />
<outline text="Digital Forensics Stream" title="Digital Forensics Stream" type="rss" xmlUrl="https://df-stream.com/feed" htmlUrl="https://df-stream.com/feed" description="DFIR and forensics content from Digital Forensics Stream." />
<outline text="DoubleBlak" title="DoubleBlak" type="rss" xmlUrl="https://doubleblak.com/blogRSS.xml" htmlUrl="https://doubleblak.com/blogRSS.xml" description="DFIR and forensics content from DoubleBlak." />
<outline text="FalconForce" title="FalconForce" type="rss" xmlUrl="https://falconforce.nl/feed" htmlUrl="https://falconforce.nl/feed" description="Security research and blog updates from FalconForce." />
<outline text="Forensic 4:cast" title="Forensic 4:cast" type="rss" xmlUrl="https://forensic4cast.com/tag/forensics/feed" htmlUrl="https://forensic4cast.com/tag/forensics/feed" description="DFIR and forensics content from Forensic 4:cast." />
<outline text="Forensic Focus" title="Forensic Focus" type="rss" xmlUrl="https://www.forensicfocus.com/feed" htmlUrl="https://www.forensicfocus.com/feed" description="Digital Forensics DFIR, OSINT &amp; E-Discovery News, Reviews, Articles, Forums, More" />
<outline text="Forensic Multimedia Analysis Blog" title="Forensic Multimedia Analysis Blog" type="rss" xmlUrl="https://forensicphotoshop.blogspot.com/feeds/posts/default" htmlUrl="https://forensicphotoshop.blogspot.com/feeds/posts/default" description="DFIR and forensics content from Forensic Multimedia Analysis Blog." />
<outline text="HECFblog" title="HECFblog" type="rss" xmlUrl="https://hackingexposedcomputerforensicsblog.blogspot.com/feeds/posts/default" htmlUrl="https://hackingexposedcomputerforensicsblog.blogspot.com/feeds/posts/default" description="DFIR and forensics content from HECFblog." />
<outline text="Initialization Vectors" title="Initialization Vectors" type="rss" xmlUrl="https://abrignoni.blogspot.com/feeds/posts/default" htmlUrl="https://abrignoni.blogspot.com/feeds/posts/default" description="DFIR and forensics content from Initialization Vectors." />
<outline text="Lesley Carhart's Cybersecurity Blog" title="Lesley Carhart's Cybersecurity Blog" type="rss" xmlUrl="https://tisiphone.net/feed" htmlUrl="https://tisiphone.net/feed" description="DFIR and forensics content from tisiphone.net." />
<outline text="mac4n6" title="mac4n6" type="rss" xmlUrl="https://www.mac4n6.com/blog?format=rss" htmlUrl="https://www.mac4n6.com/blog?format=rss" description="DFIR and forensics content from mac4n6." />
<outline text="Magnet Cache Up (YouTube)" title="Magnet Cache Up (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLrDSw3yTk3Xj2LQ5tcvGqUmxxM6boVGV4" htmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLrDSw3yTk3Xj2LQ5tcvGqUmxxM6boVGV4" description="Video updates from Magnet Cache Up (YouTube) covering dfir & forensics." />
<outline text="Magnet Forensics" title="Magnet Forensics" type="rss" xmlUrl="https://www.magnetforensics.com/feed" htmlUrl="https://www.magnetforensics.com/feed" description="DFIR and forensics content from Magnet Forensics." />
<outline text="MSAB" title="MSAB" type="rss" xmlUrl="https://www.msab.com/feed" htmlUrl="https://www.msab.com/feed" description="DFIR and forensics content from MSAB." />
<outline text="Nasbench (Medium)" title="Nasbench (Medium)" type="rss" xmlUrl="https://nasbench.medium.com/feed" htmlUrl="https://nasbench.medium.com/feed" description="Security research and blog updates from Nasbench (Medium)." />
<outline text="ntop" title="ntop" type="rss" xmlUrl="https://www.ntop.org/feed" htmlUrl="https://www.ntop.org/feed" description="Network Visibility and Cybersecurity" />
<outline text="Salt Forensics" title="Salt Forensics" type="rss" xmlUrl="https://salt4n6.com/feed" htmlUrl="https://salt4n6.com/feed" description="DFIR and forensics content from Salt Forensics." />
<outline text="SANS DFIR (YouTube)" title="SANS DFIR (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCwSo89W3KgPrid41vskBDYA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCwSo89W3KgPrid41vskBDYA" description="Video updates from SANS DFIR (YouTube) covering dfir & forensics." />
<outline text="sleuthkit.org Updates" title="sleuthkit.org Updates" type="rss" xmlUrl="https://www.sleuthkit.org/rss.xml" htmlUrl="https://www.sleuthkit.org/rss.xml" description="DFIR and forensics content from sleuthkit.org Updates." />
<outline text="Smarter Forensics" title="Smarter Forensics" type="rss" xmlUrl="https://smarterforensics.com/feed" htmlUrl="https://smarterforensics.com/feed" description="DFIR and forensics content from Smarter Forensics." />
<outline text="SpiderLabs Blog from Trustwave" title="SpiderLabs Blog from Trustwave" type="rss" xmlUrl="https://www.trustwave.com/en-us/rss/spiderlabs-blog" htmlUrl="https://www.trustwave.com/en-us/rss/spiderlabs-blog" description="SpiderLabs is Trustwave’s elite team of ethical hackers, forensic investigators and security researchers." />
<outline text="Stories by Florian Roth on Medium" title="Stories by Florian Roth on Medium" type="rss" xmlUrl="https://cyb3rops.medium.com/feed" htmlUrl="https://cyb3rops.medium.com/feed" description="Security research and blog updates from Stories by Florian Roth on Medium." />
<outline text="Stories by Michael Haag on Medium" title="Stories by Michael Haag on Medium" type="rss" xmlUrl="https://haggis-m.medium.com/feed" htmlUrl="https://haggis-m.medium.com/feed" description="Security research and blog updates from Stories by Michael Haag on Medium." />
<outline text="The Binary Hick" title="The Binary Hick" type="rss" xmlUrl="https://thebinaryhick.blog/feed" htmlUrl="https://thebinaryhick.blog/feed" description="DFIR and forensics content from The Binary Hick." />
<outline text="The DFIR Report" title="The DFIR Report" type="rss" xmlUrl="https://thedfirreport.com/feed" htmlUrl="https://thedfirreport.com/feed" description="DFIR and forensics content from The DFIR Report." />
<outline text="This Week In 4n6" title="This Week In 4n6" type="rss" xmlUrl="https://thisweekin4n6.wordpress.com/feed" htmlUrl="https://thisweekin4n6.wordpress.com/feed" description="DFIR and forensics content from This Week In 4n6." />
<outline text="Windows Incident Response" title="Windows Incident Response" type="rss" xmlUrl="https://windowsir.blogspot.com/feeds/posts/default" htmlUrl="https://windowsir.blogspot.com/feeds/posts/default" description="DFIR and forensics content from Windows Incident Response." />
</outline>
<outline text="General Security & Blogs" title="General Security & Blogs">
<outline text="0ffset Training Solutions" title="0ffset Training Solutions" type="rss" xmlUrl="https://www.0ffset.net/feed" htmlUrl="https://www.0ffset.net/feed" description="Security research and blog updates from 0ffset Training Solutions." />
<outline text="0xv1n" title="0xv1n" type="rss" xmlUrl="https://0xv1n.github.io/index.xml" htmlUrl="https://0xv1n.github.io/index.xml" description="Security research and blog updates from 0xv1n." />
<outline text="404 Media" title="404 Media" type="rss" xmlUrl="https://www.404media.co/rss" htmlUrl="https://www.404media.co/rss" description="404 Media is a new independent media company" />
<outline text="AADInternals" title="AADInternals" type="rss" xmlUrl="https://aadinternals.com/index.xml" htmlUrl="https://aadinternals.com/index.xml" description="Security research and blog updates from AADInternals." />
<outline text="Adam Doupé" title="Adam Doupé" type="rss" xmlUrl="https://adamdoupe.com/atom.xml" htmlUrl="https://adamdoupe.com/atom.xml" description="Security research and blog updates from Adam Doupé." />
<outline text="Aircrack-ng" title="Aircrack-ng" type="rss" xmlUrl="https://aircrack-ng.blogspot.com/feeds/posts/default?alt=rss" htmlUrl="https://aircrack-ng.blogspot.com/feeds/posts/default?alt=rss" description="Official Aircrack-ng blog" />
<outline text="Allele Security Intelligence" title="Allele Security Intelligence" type="rss" xmlUrl="https://allelesecurity.com.br/blog/feed" htmlUrl="https://allelesecurity.com.br/blog/feed" description="Security research and blog updates from Allele Security Intelligence." />
<outline text="Almost Secure" title="Almost Secure" type="rss" xmlUrl="https://palant.info/rss.xml" htmlUrl="https://palant.info/rss.xml" description="Security research and blog updates from Almost Secure." />
<outline text="Amal Murali" title="Amal Murali" type="rss" xmlUrl="https://amalmurali.me/index.xml" htmlUrl="https://amalmurali.me/index.xml" description="Security research and blog updates from Amal Murali." />
<outline text="Amit Schendel’s Blog" title="Amit Schendel’s Blog" type="rss" xmlUrl="https://amitschendel.github.io/feed.xml" htmlUrl="https://amitschendel.github.io/feed.xml" description="Security research and blog updates from Amit Schendel’s Blog." />
<outline text="Anton on Security" title="Anton on Security" type="rss" xmlUrl="https://medium.com/feed/anton-on-security" htmlUrl="https://medium.com/feed/anton-on-security" description="Medium posts from Anton on Security focused on general security & blogs." />
<outline text="Ars Technica – Security" title="Ars Technica – Security" type="rss" xmlUrl="https://arstechnica.com/tag/security/feed" htmlUrl="https://arstechnica.com/tag/security/feed" description="Ars Technica security news and analysis spanning vulnerabilities, incidents, and tech policy." />
<outline text="Arseniy Shestakov" title="Arseniy Shestakov" type="rss" xmlUrl="https://arseniyshestakov.com/index.xml" htmlUrl="https://arseniyshestakov.com/index.xml" description="Security research and blog updates from Arseniy Shestakov." />
<outline text="Artificial truth" title="Artificial truth" type="rss" xmlUrl="https://dustri.org/b/atom.xml" htmlUrl="https://dustri.org/b/atom.xml" description="Security research and blog updates from Artificial truth." />
<outline text="Australian Information Security Awareness and Advisory" title="Australian Information Security Awareness and Advisory" type="rss" xmlUrl="https://kirbyidau.com/feed" htmlUrl="https://kirbyidau.com/feed" description="Information Security Advisor Australia - Awareness, Governance, Risk and Compliance" />
<outline text="AWS Security Digest" title="AWS Security Digest" type="rss" xmlUrl="https://awssecuritydigest.com/feed.xml" htmlUrl="https://awssecuritydigest.com/feed.xml" description="Security research and blog updates from AWS Security Digest." />
<outline text="Bad Sector Labs Blog" title="Bad Sector Labs Blog" type="rss" xmlUrl="https://blog.badsectorlabs.com/feeds/all.atom.xml" htmlUrl="https://blog.badsectorlabs.com/feeds/all.atom.xml" description="Security research and blog updates from Bad Sector Labs Blog." />
<outline text="Biometric Update" title="Biometric Update" type="rss" xmlUrl="https://feeds.feedburner.com/biometricupdate" htmlUrl="https://feeds.feedburner.com/biometricupdate" description="Biometrics News, Companies and Explainers" />
<outline text="blag" title="blag" type="rss" xmlUrl="https://avi.im/blag/index.xml" htmlUrl="https://avi.im/blag/index.xml" description="Security research and blog updates from blag." />
<outline text="BleepingComputer" title="BleepingComputer" type="rss" xmlUrl="https://www.bleepingcomputer.com/feed" htmlUrl="https://www.bleepingcomputer.com/feed" description="News, research, and updates on general security & blogs from BleepingComputer." />
<outline text="Blog Feed - Center for Internet Security" title="Blog Feed - Center for Internet Security" type="rss" xmlUrl="https://www.cisecurity.org/feed/blog" htmlUrl="https://www.cisecurity.org/feed/blog" description="News, research, and updates on general security & blogs from Blog Feed." />
<outline text="br0k3nlab" title="br0k3nlab" type="rss" xmlUrl="https://br0k3nlab.com/index.xml" htmlUrl="https://br0k3nlab.com/index.xml" description="Security research and blog updates from br0k3nlab." />
<outline text="BSidesAugusta" title="BSidesAugusta" type="rss" xmlUrl="https://bsidesaugusta.org/feed" htmlUrl="https://bsidesaugusta.org/feed" description="Security research and blog updates from BSidesAugusta." />
<outline text="C4ISRNET – Cyber" title="C4ISRNET – Cyber" type="rss" xmlUrl="https://www.c4isrnet.com/arc/outboundfeeds/rss/category/cyber?outputType=xml" htmlUrl="https://www.c4isrnet.com/arc/outboundfeeds/rss/category/cyber?outputType=xml" description="Cyber warfare and defense cybersecurity coverage from C4ISRNET." />
<outline text="Certitude Blog" title="Certitude Blog" type="rss" xmlUrl="https://certitude.consulting/blog/en/feed" htmlUrl="https://certitude.consulting/blog/en/feed" description="Security research and blog updates from Certitude Blog." />
<outline text="Checkymander" title="Checkymander" type="rss" xmlUrl="https://blog.checkymander.com/feed.xml" htmlUrl="https://blog.checkymander.com/feed.xml" description="Security research and blog updates from Checkymander." />
<outline text="Christophe Tafani-Dereeper" title="Christophe Tafani-Dereeper" type="rss" xmlUrl="https://blog.christophetd.fr/feed" htmlUrl="https://blog.christophetd.fr/feed" description="Security research and blog updates from Christophe Tafani-Dereeper." />
<outline text="clearbluejar" title="clearbluejar" type="rss" xmlUrl="https://clearbluejar.github.io/feed" htmlUrl="https://clearbluejar.github.io/feed" description="Security research and blog updates from clearbluejar." />
<outline text="Clo" title="Clo" type="rss" xmlUrl="https://clo.ng/index.xml" htmlUrl="https://clo.ng/index.xml" description="Security research and blog updates from Clo." />
<outline text="Cloud Chronicles" title="Cloud Chronicles" type="rss" xmlUrl="https://permiso.io/blog/rss.xml" htmlUrl="https://permiso.io/blog/rss.xml" description="Security research and blog updates from Cloud Chronicles." />
<outline text="Cloud Security Alliance" title="Cloud Security Alliance" type="rss" xmlUrl="https://cloudsecurityalliance.org/blog/feed" htmlUrl="https://cloudsecurityalliance.org/blog/feed" description="The Cloud Security Alliance (CSA) is the world’s leading organization dedicated to defining and raising awareness of best practices to …" />
<outline text="Cloudbrothers" title="Cloudbrothers" type="rss" xmlUrl="https://cloudbrothers.info/index.xml" htmlUrl="https://cloudbrothers.info/index.xml" description="Security research and blog updates from Cloudbrothers." />
<outline text="Cognisys Group Labs" title="Cognisys Group Labs" type="rss" xmlUrl="https://labs.cognisys.group/feed" htmlUrl="https://labs.cognisys.group/feed" description="Security research and blog updates from Cognisys Group Labs." />
<outline text="Comments on: An End to KASLR Bypasses?" title="Comments on: An End to KASLR Bypasses?" type="rss" xmlUrl="https://windows-internals.com/an-end-to-kaslr-bypasses/feed" htmlUrl="https://windows-internals.com/an-end-to-kaslr-bypasses/feed" description="Security research and blog updates from Comments on: An End to KASLR Bypasses?." />
<outline text="Computer Security Group" title="Computer Security Group" type="rss" xmlUrl="https://comsec.ethz.ch/feed" htmlUrl="https://comsec.ethz.ch/feed" description="Security research and blog updates from Computer Security Group." />
<outline text="ComputerWeekly – IT Security" title="ComputerWeekly – IT Security" type="rss" xmlUrl="https://www.computerweekly.com/rss/IT-security.xml" htmlUrl="https://www.computerweekly.com/rss/IT-security.xml" description="IT security news and analysis from ComputerWeekly." />
<outline text="cs.CR updates on arXiv.org" title="cs.CR updates on arXiv.org" type="rss" xmlUrl="https://export.arxiv.org/rss/cs.CR" htmlUrl="https://export.arxiv.org/rss/cs.CR" description="Computer Science -- Cryptography and Security (cs.CR) updates on the arXiv.org e-print archive" />
<outline text="CSO Online" title="CSO Online" type="rss" xmlUrl="https://www.csoonline.com/feed" htmlUrl="https://www.csoonline.com/feed" description="News, research, and updates on general security & blogs from CSO Online." />
<outline text="Cyber Security News" title="Cyber Security News" type="rss" xmlUrl="https://cybersecuritynews.com/feed" htmlUrl="https://cybersecuritynews.com/feed" description="Latest Hacker and Security News" />
<outline text="Cyber Security News (FeedBurner)" title="Cyber Security News (FeedBurner)" type="rss" xmlUrl="https://feeds.feedburner.com/cyber-security-news" htmlUrl="https://feeds.feedburner.com/cyber-security-news" description="RSS feed for Cyber Security News (FeedBurner), covering general security & blogs news and updates." />
<outline text="Cyberdough" title="Cyberdough" type="rss" xmlUrl="https://skr1x.github.io/feed.xml" htmlUrl="https://skr1x.github.io/feed.xml" description="Security research and blog updates from Cyberdough." />
<outline text="CyberScoop" title="CyberScoop" type="rss" xmlUrl="https://www.cyberscoop.com/feed" htmlUrl="https://www.cyberscoop.com/feed" description="CyberScoop is the leading media brand in the cybersecurity market." />
<outline text="Cybersecurity Dive - Latest News" title="Cybersecurity Dive - Latest News" type="rss" xmlUrl="https://www.cybersecuritydive.com/feeds/news" htmlUrl="https://www.cybersecuritydive.com/feeds/news" description="Cybersecurity News" />
<outline text="Cybersecurity Ventures" title="Cybersecurity Ventures" type="rss" xmlUrl="https://cybersecurityventures.com/feed" htmlUrl="https://cybersecurityventures.com/feed" description="News, research, and updates on general security & blogs from Cybersecurity Ventures." />
<outline text="Cyberstoph's blog" title="Cyberstoph's blog" type="rss" xmlUrl="https://cyberstoph.org/index.xml" htmlUrl="https://cyberstoph.org/index.xml" description="Security research and blog updates from Cyberstoph's blog." />
<outline text="Cylab" title="Cylab" type="rss" xmlUrl="https://cylab.be/rss" htmlUrl="https://cylab.be/rss" description="Security research and blog updates from Cylab." />
<outline text="Dan Revah’s Blog" title="Dan Revah’s Blog" type="rss" xmlUrl="https://danrevah.github.io/feed.xml" htmlUrl="https://danrevah.github.io/feed.xml" description="Security research and blog updates from Dan Revah’s Blog." />
<outline text="Dana Epp's Blog" title="Dana Epp's Blog" type="rss" xmlUrl="https://danaepp.com/feed" htmlUrl="https://danaepp.com/feed" description="Security research and blog updates from Dana Epp's Blog." />
<outline text="Daniel Miessler" title="Daniel Miessler" type="rss" xmlUrl="https://danielmiessler.com/feed.rss" htmlUrl="https://danielmiessler.com/feed.rss" description="Security, AI, and purpose from Daniel Miessler." />
<outline text="Daniele Antonioli" title="Daniele Antonioli" type="rss" xmlUrl="https://francozappa.github.io/index.xml" htmlUrl="https://francozappa.github.io/index.xml" description="Security research and blog updates from Daniele Antonioli." />
<outline text="darkreading" title="darkreading" type="rss" xmlUrl="https://www.darkreading.com/rss.xml" htmlUrl="https://www.darkreading.com/rss.xml" description="News, research, and updates on general security & blogs from darkreading." />
<outline text="Data and computer security | The Guardian" title="Data and computer security | The Guardian" type="rss" xmlUrl="https://www.theguardian.com/technology/data-computer-security/rss" htmlUrl="https://www.theguardian.com/technology/data-computer-security/rss" description="News, research, and updates on general security & blogs from Data and computer security." />
<outline text="Dave Bucklin" title="Dave Bucklin" type="rss" xmlUrl="https://www.davebucklin.com/feed.xml" htmlUrl="https://www.davebucklin.com/feed.xml" description="Security research and blog updates from Dave Bucklin." />
<outline text="David Buchanan's Blog" title="David Buchanan's Blog" type="rss" xmlUrl="https://www.da.vidbuchanan.co.uk/blog/rss.xml" htmlUrl="https://www.da.vidbuchanan.co.uk/blog/rss.xml" description="Security research and blog updates from David Buchanan's Blog." />
<outline text="Deeplinks" title="Deeplinks" type="rss" xmlUrl="https://www.eff.org/rss/updates.xml" htmlUrl="https://www.eff.org/rss/updates.xml" description="EFF&#x27;s Deeplinks Blog: Noteworthy news from around the internet" />
<outline text="defend.network" title="defend.network" type="rss" xmlUrl="https://defend.network/feed.xml" htmlUrl="https://defend.network/feed.xml" description="Verified daily cyber threat briefings and weekly vulnerability reports; CVEs checked against NVD and CISA KEV." />
<outline text="DFSEC Research" title="DFSEC Research" type="rss" xmlUrl="https://blog.dfsec.com/feed.xml" htmlUrl="https://blog.dfsec.com/feed.xml" description="Security research and blog updates from DFSEC Research." />
<outline text="DoublePulsar - Medium" title="DoublePulsar - Medium" type="rss" xmlUrl="https://doublepulsar.com/feed" htmlUrl="https://doublepulsar.com/feed" description="Security research and blog updates from DoublePulsar - Medium." />
<outline text="Eder's Blog" title="Eder's Blog" type="rss" xmlUrl="https://ch4ik0.github.io/index.xml" htmlUrl="https://ch4ik0.github.io/index.xml" description="Security research and blog updates from Eder's Blog." />
<outline text="edermi's Blog" title="edermi's Blog" type="rss" xmlUrl="https://edermi.github.io/index.xml" htmlUrl="https://edermi.github.io/index.xml" description="Security research and blog updates from edermi's Blog." />
<outline text="Esjay’s Blog" title="Esjay’s Blog" type="rss" xmlUrl="https://3sjay.github.io/feed.xml" htmlUrl="https://3sjay.github.io/feed.xml" description="Security research and blog updates from Esjay’s Blog." />
<outline text="ETenal" title="ETenal" type="rss" xmlUrl="https://etenal.me/feed" htmlUrl="https://etenal.me/feed" description="Security research and blog updates from ETenal." />
<outline text="evilsocket" title="evilsocket" type="rss" xmlUrl="https://www.evilsocket.net/atom.xml" htmlUrl="https://www.evilsocket.net/atom.xml" description="Security research and blog updates from evilsocket." />
<outline text="Evotec" title="Evotec" type="rss" xmlUrl="https://evotec.xyz/feed" htmlUrl="https://evotec.xyz/feed" description="Security research and blog updates from Evotec." />
<outline text="Fathy Boundjadj" title="Fathy Boundjadj" type="rss" xmlUrl="https://fathy.fr/atom.xml" htmlUrl="https://fathy.fr/atom.xml" description="Security research and blog updates from Fathy Boundjadj." />
<outline text="FoxIO Blog" title="FoxIO Blog" type="rss" xmlUrl="https://blog.foxio.io/feed" htmlUrl="https://blog.foxio.io/feed" description="Security research and blog updates from FoxIO Blog." />
<outline text="frereit's blog" title="frereit's blog" type="rss" xmlUrl="https://frereit.de/index.xml" htmlUrl="https://frereit.de/index.xml" description="Security research and blog updates from frereit's blog." />
<outline text="Frida • A world-class dynamic instrumentation toolkit" title="Frida • A world-class dynamic instrumentation toolkit" type="rss" xmlUrl="https://frida.re/feed.xml" htmlUrl="https://frida.re/feed.xml" description="Security research and blog updates from Frida • A world-class dynamic instrumentation toolkit." />
<outline text="Going Beyond Grep" title="Going Beyond Grep" type="rss" xmlUrl="https://goingbeyondgrep.com/index.xml" htmlUrl="https://goingbeyondgrep.com/index.xml" description="Security research and blog updates from Going Beyond Grep." />
<outline text="Good Workaround!" title="Good Workaround!" type="rss" xmlUrl="https://goodworkaround.com/feed" htmlUrl="https://goodworkaround.com/feed" description="Security research and blog updates from Good Workaround!." />
<outline text="Graham Cluley" title="Graham Cluley" type="rss" xmlUrl="https://grahamcluley.com/feed" htmlUrl="https://grahamcluley.com/feed" description="News, research, and updates on general security & blogs from Graham Cluley." />
<outline text="GrimmzSec" title="GrimmzSec" type="rss" xmlUrl="https://grimmie.net/feed" htmlUrl="https://grimmie.net/feed" description="Security research and blog updates from GrimmzSec." />
<outline text="gynvael.coldwind//vx.log (pl)" title="gynvael.coldwind//vx.log (pl)" type="rss" xmlUrl="https://feeds.feedburner.com/GynvaelColdwindPL" htmlUrl="https://feeds.feedburner.com/GynvaelColdwindPL" description="Security research and blog updates from gynvael.coldwind//vx.log (pl)." />
<outline text="Hackaday" title="Hackaday" type="rss" xmlUrl="https://hackaday.com/feed" htmlUrl="https://hackaday.com/feed" description="Fresh hacks every day" />
<outline text="hackcompute" title="hackcompute" type="rss" xmlUrl="https://hackcompute.com/rss" htmlUrl="https://hackcompute.com/rss" description="Security research and blog updates from hackcompute." />
<outline text="Hacker-Blog" title="Hacker-Blog" type="rss" xmlUrl="https://blog.hrncirik.net/atom.xml" htmlUrl="https://blog.hrncirik.net/atom.xml" description="Security research and blog updates from Hacker-Blog." />
<outline text="Hacking News -- ScienceDaily" title="Hacking News -- ScienceDaily" type="rss" xmlUrl="https://www.sciencedaily.com/rss/computers_math/hacking.xml" htmlUrl="https://www.sciencedaily.com/rss/computers_math/hacking.xml" description="Hacking and computer security. Latest research and news on hacking, including vulnerabilities, exploits, and cyber attacks." />
<outline text="Hacking The Cloud" title="Hacking The Cloud" type="rss" xmlUrl="https://hackingthe.cloud/feed_rss_created.xml" htmlUrl="https://hackingthe.cloud/feed_rss_created.xml" description="Security research and blog updates from Hacking The Cloud." />
<outline text="Hacktodef" title="Hacktodef" type="rss" xmlUrl="https://hacktodef.com/rss.xml" htmlUrl="https://hacktodef.com/rss.xml" description="Security research and blog updates from Hacktodef." />
<outline text="Help Net Security" title="Help Net Security" type="rss" xmlUrl="https://www.helpnetsecurity.com/feed" htmlUrl="https://www.helpnetsecurity.com/feed" description="News, research, and updates on general security & blogs from Help Net Security." />
<outline text="her0ness" title="her0ness" type="rss" xmlUrl="https://her0ness.github.io/feed.xml" htmlUrl="https://her0ness.github.io/feed.xml" description="Security research and blog updates from her0ness." />
<outline text="Home on LoFP" title="Home on LoFP" type="rss" xmlUrl="https://br0k3nlab.com/LoFP/index.xml" htmlUrl="https://br0k3nlab.com/LoFP/index.xml" description="Security research and blog updates from Home on LoFP." />
<outline text="ii4gsp" title="ii4gsp" type="rss" xmlUrl="https://ii4gsp.github.io/atom.xml" htmlUrl="https://ii4gsp.github.io/atom.xml" description="Security research and blog updates from ii4gsp." />
<outline text="Industrial Cyber" title="Industrial Cyber" type="rss" xmlUrl="https://industrialcyber.co/feed" htmlUrl="https://industrialcyber.co/feed" description="Industrial, OT/ICS, SCADA Cyber Security System &amp; Solutions" />
<outline text="Infosecurity Magazine – News" title="Infosecurity Magazine – News" type="rss" xmlUrl="https://www.infosecurity-magazine.com/rss/news" htmlUrl="https://www.infosecurity-magazine.com/rss/news" description="News, research, and updates on general security & blogs from Infosecurity Magazine." />
<outline text="ipsw Blog" title="ipsw Blog" type="rss" xmlUrl="https://blacktop.github.io/ipsw/blog/atom.xml" htmlUrl="https://blacktop.github.io/ipsw/blog/atom.xml" description="Security research and blog updates from ipsw Blog." />
<outline text="Jackson T." title="Jackson T." type="rss" xmlUrl="https://jackson-t.com/index.xml" htmlUrl="https://jackson-t.com/index.xml" description="Security research and blog updates from Jackson T.." />
<outline text="Jakewnuk" title="Jakewnuk" type="rss" xmlUrl="https://jakewnuk.com/index.xml" htmlUrl="https://jakewnuk.com/index.xml" description="Security research and blog updates from Jakewnuk." />
<outline text="Jan Brennenstuhl" title="Jan Brennenstuhl" type="rss" xmlUrl="https://www.janbrennenstuhl.eu/index.xml" htmlUrl="https://www.janbrennenstuhl.eu/index.xml" description="News, research, and updates on general security & blogs from Jan Brennenstuhl." />
<outline text="John J Hacking" title="John J Hacking" type="rss" xmlUrl="https://johnjhacking.com/index.xml" htmlUrl="https://johnjhacking.com/index.xml" description="Recent content on John J Hacking" />
<outline text="Jub0bs" title="Jub0bs" type="rss" xmlUrl="https://jub0bs.com/index.xml" htmlUrl="https://jub0bs.com/index.xml" description="Security research and blog updates from Jub0bs." />
<outline text="Just Another Blog" title="Just Another Blog" type="rss" xmlUrl="https://s1ckb017.github.io/feed.xml" htmlUrl="https://s1ckb017.github.io/feed.xml" description="Security research and blog updates from Just Another Blog." />
<outline text="Ken Tindell's blog" title="Ken Tindell's blog" type="rss" xmlUrl="https://kentindell.github.io/feed.xml" htmlUrl="https://kentindell.github.io/feed.xml" description="Security research and blog updates from Ken Tindell's blog." />
<outline text="Kostas Ts (Medium)" title="Kostas Ts (Medium)" type="rss" xmlUrl="https://medium.com/feed/@kostas-ts" htmlUrl="https://medium.com/feed/@kostas-ts" description="Security research and blog updates from Kostas Ts (Medium)." />
<outline text="Latest Hacking News" title="Latest Hacking News" type="rss" xmlUrl="https://latesthackingnews.com/feed" htmlUrl="https://latesthackingnews.com/feed" description="News, research, and updates on general security & blogs from Latest Hacking News." />
<outline text="Latio Pulse" title="Latio Pulse" type="rss" xmlUrl="https://pulse.latio.tech/feed" htmlUrl="https://pulse.latio.tech/feed" description="Weekly insights into Cloud, Application &amp; Product Security" />
<outline text="Le Bron Does Security?" title="Le Bron Does Security?" type="rss" xmlUrl="https://chesterlebron.blogspot.com/feeds/posts/default" htmlUrl="https://chesterlebron.blogspot.com/feeds/posts/default" description="Security research and blog updates from Le Bron Does Security?." />
<outline text="LockBoxx" title="LockBoxx" type="rss" xmlUrl="https://feeds.feedburner.com/blogspot/ofozM" htmlUrl="https://feeds.feedburner.com/blogspot/ofozM" description="Security research and blog updates from LockBoxx." />
<outline text="Lohrmann on Cybersecurity" title="Lohrmann on Cybersecurity" type="rss" xmlUrl="https://feeds.feedburner.com/govtech/blogs/lohrmann_on_infrastructure" htmlUrl="https://feeds.feedburner.com/govtech/blogs/lohrmann_on_infrastructure" description="RSS feed for Lohrmann on Cybersecurity, covering general security & blogs news and updates." />
<outline text="m417z / blog" title="m417z / blog" type="rss" xmlUrl="https://m417z.com/feed.xml" htmlUrl="https://m417z.com/feed.xml" description="Security research and blog updates from m417z / blog." />
<outline text="Made of Bugs" title="Made of Bugs" type="rss" xmlUrl="https://blog.nelhage.com/atom.xml" htmlUrl="https://blog.nelhage.com/atom.xml" description="Security research, systems programming, and performance engineering from Made of Bugs." />
<outline text="maia blog" title="maia blog" type="rss" xmlUrl="https://maia.crimew.gay/feed.xml" htmlUrl="https://maia.crimew.gay/feed.xml" description="Security research and blog updates from maia blog." />
<outline text="Malacupa" title="Malacupa" type="rss" xmlUrl="https://malacupa.com/atom.xml" htmlUrl="https://malacupa.com/atom.xml" description="Security research and blog updates from Malacupa." />
<outline text="Marco Ramilli" title="Marco Ramilli" type="rss" xmlUrl="https://marcoramilli.com/feed" htmlUrl="https://marcoramilli.com/feed" description="Security research and blog updates from Marco Ramilli." />
<outline text="Matt Palmer on Cybersecurity" title="Matt Palmer on Cybersecurity" type="rss" xmlUrl="https://feeds.feedburner.com/mattpalmeroncybersecurity" htmlUrl="https://feeds.feedburner.com/mattpalmeroncybersecurity" description="RSS feed for Matt Palmer on Cybersecurity, covering general security & blogs news and updates." />
<outline text="Medium – @2ndsightlab" title="Medium – @2ndsightlab" type="rss" xmlUrl="https://medium.com/feed/@2ndsightlab" htmlUrl="https://medium.com/feed/@2ndsightlab" description="Medium posts from Medium focused on general security & blogs." />
<outline text="Medium – @vaceituno" title="Medium – @vaceituno" type="rss" xmlUrl="https://medium.com/feed/@vaceituno" htmlUrl="https://medium.com/feed/@vaceituno" description="Medium posts from Medium focused on general security & blogs." />
<outline text="Microsoft Security Blog" title="Microsoft Security Blog" type="rss" xmlUrl="https://thalpius.com/feed" htmlUrl="https://thalpius.com/feed" description="Security research and blog updates from Microsoft Security Blog." />
<outline text="Mikko Kenttala (Medium)" title="Mikko Kenttala (Medium)" type="rss" xmlUrl="https://mikko-kenttala.medium.com/feed" htmlUrl="https://mikko-kenttala.medium.com/feed" description="Security research and blog updates from Mikko Kenttala (Medium)." />
<outline text="Minder-Security" title="Minder-Security" type="rss" xmlUrl="https://minder-security.ghost.io/rss" htmlUrl="https://minder-security.ghost.io/rss" description="Security research and blog updates from Minder-Security." />
<outline text="MIT News - Cybersecurity" title="MIT News - Cybersecurity" type="rss" xmlUrl="https://news.mit.edu/topic/mitcyber-security-rss.xml" htmlUrl="https://news.mit.edu/topic/mitcyber-security-rss.xml" description="MIT news feed about: Cybersecurity" />
<outline text="Mitrecaldera (Medium)" title="Mitrecaldera (Medium)" type="rss" xmlUrl="https://medium.com/@mitrecaldera/feed" htmlUrl="https://medium.com/@mitrecaldera/feed" description="Security research and blog updates from Mitrecaldera (Medium)." />
<outline text="modexp" title="modexp" type="rss" xmlUrl="https://modexp.wordpress.com/feed" htmlUrl="https://modexp.wordpress.com/feed" description="Security research and blog updates from modexp." />
<outline text="Mohamed Sultan" title="Mohamed Sultan" type="rss" xmlUrl="https://0xsultan.github.io/feed.xml" htmlUrl="https://0xsultan.github.io/feed.xml" description="Security research and blog updates from Mohamed Sultan." />
<outline text="Mykola’s blog" title="Mykola’s blog" type="rss" xmlUrl="https://khronokernel.com/feed.xml" htmlUrl="https://khronokernel.com/feed.xml" description="Security research and blog updates from Mykola’s blog." />
<outline text="nao-sec Blog" title="nao-sec Blog" type="rss" xmlUrl="https://nao-sec.org/feed" htmlUrl="https://nao-sec.org/feed" description="News, research, and updates on general security & blogs from nao-sec Blog." />
<outline text="Neil Madden" title="Neil Madden" type="rss" xmlUrl="https://neilmadden.blog/feed" htmlUrl="https://neilmadden.blog/feed" description="Security research and blog updates from Neil Madden." />
<outline text="Neodyme’s Blog" title="Neodyme’s Blog" type="rss" xmlUrl="https://neodyme.io/rss.xml" htmlUrl="https://neodyme.io/rss.xml" description="Security research and blog updates from Neodyme’s Blog." />
<outline text="Neuvik - Medium" title="Neuvik - Medium" type="rss" xmlUrl="https://blog.neuvik.com/feed" htmlUrl="https://blog.neuvik.com/feed" description="Security research and blog updates from Neuvik - Medium." />
<outline text="News4Hackers" title="News4Hackers" type="rss" xmlUrl="https://news4hackers.com/feed" htmlUrl="https://news4hackers.com/feed" description="News, research, and updates on general security & blogs from News4Hackers." />
<outline text="Nick Botticelli" title="Nick Botticelli" type="rss" xmlUrl="https://nickb.website/feed.xml" htmlUrl="https://nickb.website/feed.xml" description="Security research and blog updates from Nick Botticelli." />
<outline text="Nicolasuter (Medium)" title="Nicolasuter (Medium)" type="rss" xmlUrl="https://nicolasuter.medium.com/feed" htmlUrl="https://nicolasuter.medium.com/feed" description="Security research and blog updates from Nicolasuter (Medium)." />
<outline text="No Starch Press" title="No Starch Press" type="rss" xmlUrl="https://nostarch.com/rss.xml" htmlUrl="https://nostarch.com/rss.xml" description="Security research and blog updates from No Starch Press." />
<outline text="NodeJS Security & NodeJS Secure Coding's Blog" title="NodeJS Security & NodeJS Secure Coding's Blog" type="rss" xmlUrl="https://www.nodejs-security.com/rss.xml" htmlUrl="https://www.nodejs-security.com/rss.xml" description="Master hands-on Node.js security with Node.js Secure Coding education and learn how to defend against JavaScript Command Injection vulnerabilities and gain backend development skills to exploit and prevent Path Traver..." />
<outline text="Noob to !Noob" title="Noob to !Noob" type="rss" xmlUrl="https://blog.sunggwanchoi.com/rss" htmlUrl="https://blog.sunggwanchoi.com/rss" description="Security research and blog updates from Noob to !Noob." />
<outline text="NVISO Labs" title="NVISO Labs" type="rss" xmlUrl="https://blog.nviso.eu/feed" htmlUrl="https://blog.nviso.eu/feed" description="Security research and blog updates from NVISO Labs." />
<outline text="NYT &gt; Cybersecurity" title="NYT &gt; Cybersecurity" type="rss" xmlUrl="https://www.nytimes.com/svc/collections/v1/publish/https://www.nytimes.com/spotlight/cybersecurity/rss.xml" htmlUrl="https://www.nytimes.com/svc/collections/v1/publish/https://www.nytimes.com/spotlight/cybersecurity/rss.xml" description="Updates from NYT > Cybersecurity." />
<outline text="Omer on Security" title="Omer on Security" type="rss" xmlUrl="https://www.omeronsecurity.com/feed" htmlUrl="https://www.omeronsecurity.com/feed" description="Weekly posts for your security data lake journey." />
<outline text="Open Source Security Foundation" title="Open Source Security Foundation" type="atom" xmlUrl="https://openssf.org/feed/atom" htmlUrl="https://openssf.org/feed/atom" description="News, research, and updates on general security & blogs from Open Source Security Foundation." />
<outline text="OSV Blog" title="OSV Blog" type="rss" xmlUrl="https://osv.dev/blog/index.xml" htmlUrl="https://osv.dev/blog/index.xml" description="Security research and blog updates from OSV Blog." />
<outline text="Paged Out! Magazine" title="Paged Out! Magazine" type="rss" xmlUrl="https://pagedout.institute/atom.xml" htmlUrl="https://pagedout.institute/atom.xml" description="Security research and blog updates from Paged Out! Magazine." />
<outline text="Pascal Schärli" title="Pascal Schärli" type="rss" xmlUrl="https://pascscha.ch/weblog/rss" htmlUrl="https://pascscha.ch/weblog/rss" description="Security research and blog updates from Pascal Schärli." />
<outline text="Pen Test Partners" title="Pen Test Partners" type="rss" xmlUrl="https://www.pentestpartners.com/feed" htmlUrl="https://www.pentestpartners.com/feed" description="502 Bad Gateway nginx" />
<outline text="Personal notes on Cybersecurity and Cloud" title="Personal notes on Cybersecurity and Cloud" type="rss" xmlUrl="https://blog.karims.cloud/feed.xml" htmlUrl="https://blog.karims.cloud/feed.xml" description="Security research and blog updates from Personal notes on Cybersecurity and Cloud." />
<outline text="Peter Gabaldon" title="Peter Gabaldon" type="rss" xmlUrl="https://pgj11.com/feed" htmlUrl="https://pgj11.com/feed" description="Security research and blog updates from Peter Gabaldon." />
<outline text="Peterjson (Medium)" title="Peterjson (Medium)" type="rss" xmlUrl="https://peterjson.medium.com/feed" htmlUrl="https://peterjson.medium.com/feed" description="Security research and blog updates from Peterjson (Medium)." />
<outline text="Posts on Trevor Saudi" title="Posts on Trevor Saudi" type="rss" xmlUrl="https://trevorsaudi.com/posts/index.xml" htmlUrl="https://trevorsaudi.com/posts/index.xml" description="Security research and blog updates from Posts on Trevor Saudi." />
<outline text="Purple Research" title="Purple Research" type="rss" xmlUrl="https://ipslav.github.io/feed.xml" htmlUrl="https://ipslav.github.io/feed.xml" description="Security research and blog updates from Purple Research." />
<outline text="pwnd.blog" title="pwnd.blog" type="rss" xmlUrl="https://pwnd.blog/rss.xml" htmlUrl="https://pwnd.blog/rss.xml" description="Artigos técnicos em português das comunidades bolhasec e bolhadev." />
<outline text="Raesene's Ramblings" title="Raesene's Ramblings" type="rss" xmlUrl="https://raesene.github.io/feed.xml" htmlUrl="https://raesene.github.io/feed.xml" description="Security research and blog updates from Raesene's Ramblings." />
<outline text="RestorePrivacy" title="RestorePrivacy" type="rss" xmlUrl="https://restoreprivacy.com/feed" htmlUrl="https://restoreprivacy.com/feed" description="Security research and blog updates from RestorePrivacy." />
<outline text="Return on Security" title="Return on Security" type="rss" xmlUrl="https://rss.beehiiv.com/feeds/tLSvUYOBwf.xml" htmlUrl="https://rss.beehiiv.com/feeds/tLSvUYOBwf.xml" description="Beehiiv is a purpose-built, all-in-one newsletter platform designed for creators to publish, grow, and monetize their audience without requiring coding skills." />
<outline text="Revflash (Medium)" title="Revflash (Medium)" type="rss" xmlUrl="https://revflash.medium.com/feed" htmlUrl="https://revflash.medium.com/feed" description="Security research and blog updates from Revflash (Medium)." />
<outline text="Rezaduty 1685945445294 (Hashnode)" title="Rezaduty 1685945445294 (Hashnode)" type="rss" xmlUrl="https://rezaduty-1685945445294.hashnode.dev/rss.xml" htmlUrl="https://rezaduty-1685945445294.hashnode.dev/rss.xml" description="Security research and blog updates from Rezaduty 1685945445294 (Hashnode)." />
<outline text="Rift" title="Rift" type="rss" xmlUrl="https://rift.stacktitan.com/rss" htmlUrl="https://rift.stacktitan.com/rss" description="Security research and blog updates from Rift." />
<outline text="Roberto Frenna" title="Roberto Frenna" type="rss" xmlUrl="https://rbf.dev/feed.xml" htmlUrl="https://rbf.dev/feed.xml" description="Security research and blog updates from Roberto Frenna." />
<outline text="Rootsecdev (Medium)" title="Rootsecdev (Medium)" type="rss" xmlUrl="https://rootsecdev.medium.com/feed" htmlUrl="https://rootsecdev.medium.com/feed" description="Security research and blog updates from Rootsecdev (Medium)." />
<outline text="RyotaK's Blog" title="RyotaK's Blog" type="rss" xmlUrl="https://blog.ryotak.net/index.xml" htmlUrl="https://blog.ryotak.net/index.xml" description="Security research and blog updates from RyotaK's Blog." />
<outline text="Sabotage Sec" title="Sabotage Sec" type="rss" xmlUrl="https://sabotagesec.com/feed" htmlUrl="https://sabotagesec.com/feed" description="Security research and blog updates from Sabotage Sec." />
<outline text="Sam0 0 (Medium)" title="Sam0 0 (Medium)" type="rss" xmlUrl="https://medium.com/@sam0-0/feed" htmlUrl="https://medium.com/@sam0-0/feed" description="Security research and blog updates from Sam0 0 (Medium)." />
<outline text="Sansec - experts in eCommerce security" title="Sansec - experts in eCommerce security" type="rss" xmlUrl="https://sansec.io/atom.xml" htmlUrl="https://sansec.io/atom.xml" description="Security research and blog updates from Sansec - experts in eCommerce security." />
<outline text="Schneier on Security" title="Schneier on Security" type="rss" xmlUrl="https://www.schneier.com/blog/atom.xml" htmlUrl="https://www.schneier.com/blog/atom.xml" description="News, research, and updates on general security & blogs from Schneier on Security." />
<outline text="SCM feed for Latest" title="SCM feed for Latest" type="atom" xmlUrl="https://www.scworld.com/feed/topic/latest" htmlUrl="https://www.scworld.com/feed/topic/latest" description="News, research, and updates on general security & blogs from SCM feed for Latest." />
<outline text="Seb Draven (Medium)" title="Seb Draven (Medium)" type="rss" xmlUrl="https://medium.com/feed/@sebdraven" htmlUrl="https://medium.com/feed/@sebdraven" description="Medium posts from Seb Draven (Medium) focused on general security & blogs." />
<outline text="Security Affairs" title="Security Affairs" type="rss" xmlUrl="https://securityaffairs.co/wordpress/feed" htmlUrl="https://securityaffairs.co/wordpress/feed" description="News, research, and updates on general security & blogs from Security Affairs." />
<outline text="Security Magazine (Cyber)" title="Security Magazine (Cyber)" type="rss" xmlUrl="https://www.securitymagazine.com/rss/15" htmlUrl="https://www.securitymagazine.com/rss/15" description="Keep up to date on the latest news and information posted to Securitymagazine.com with our RSS feed." />
<outline text="Security News | TechCrunch" title="Security News | TechCrunch" type="rss" xmlUrl="https://techcrunch.com/category/security/feed" htmlUrl="https://techcrunch.com/category/security/feed" description="News, research, and updates on general security & blogs from Security News." />
<outline text="Security News: Cybersecurity, Hacks, Privacy, National Security" title="Security News: Cybersecurity, Hacks, Privacy, National Security" type="rss" xmlUrl="https://www.wired.com/feed/category/security/rss" htmlUrl="https://www.wired.com/feed/category/security/rss" description="News, research, and updates on general security & blogs from Security News, Cybersecurity, Hacks, Privacy, National Security." />
<outline text="Security on TechRepublic" title="Security on TechRepublic" type="rss" xmlUrl="https://www.techrepublic.com/rssfeeds/topic/security" htmlUrl="https://www.techrepublic.com/rssfeeds/topic/security" description="Security on TechRepublic" />
<outline text="Security Resources and Information from TechTarget" title="Security Resources and Information from TechTarget" type="rss" xmlUrl="https://www.techtarget.com/searchsecurity/rss/Security-Wire-Daily-News.xml" htmlUrl="https://www.techtarget.com/searchsecurity/rss/Security-Wire-Daily-News.xml" description="Network security news, advice and technical information." />
<outline text="Security Software news and updates" title="Security Software news and updates" type="rss" xmlUrl="https://www.ghacks.net/category/software/security/feed" htmlUrl="https://www.ghacks.net/category/software/security/feed" description="The independent technology news blog" />
<outline text="Security – Ars Technica" title="Security – Ars Technica" type="rss" xmlUrl="https://arstechnica.com/security/feed" htmlUrl="https://arstechnica.com/security/feed" description="Ars Technica security news and analysis spanning vulnerabilities, incidents, and tech policy." />
<outline text="Security – SiliconANGLE" title="Security – SiliconANGLE" type="rss" xmlUrl="https://siliconangle.com/category/security/feed" htmlUrl="https://siliconangle.com/category/security/feed" description="Extracting the signal from the noise." />
<outline text="Securitymaven (Medium)" title="Securitymaven (Medium)" type="rss" xmlUrl="https://securitymaven.medium.com/feed" htmlUrl="https://securitymaven.medium.com/feed" description="Security research and blog updates from Securitymaven (Medium)." />
<outline text="SecurityWeek" title="SecurityWeek" type="rss" xmlUrl="https://www.securityweek.com/feed" htmlUrl="https://www.securityweek.com/feed" description="SecurityWeek news covering vulnerabilities, threats, and enterprise security developments." />
<outline text="shellsharks All Content" title="shellsharks All Content" type="rss" xmlUrl="https://shellsharks.com/feeds/all-feed.xml" htmlUrl="https://shellsharks.com/feeds/all-feed.xml" description="Security research and blog updates from shellsharks All Content." />
<outline text="Silicon Republicinfosec – Silicon Republic" title="Silicon Republicinfosec – Silicon Republic" type="rss" xmlUrl="https://www.siliconrepublic.com/feed" htmlUrl="https://www.siliconrepublic.com/feed" description="Silicon Republic is a leading source for technology, science and start-up news, information and resources for people who are passionate." />
<outline text="Skii" title="Skii" type="rss" xmlUrl="https://skii.dev/rss" htmlUrl="https://skii.dev/rss" description="Security research and blog updates from Skii." />
<outline text="SkyDogCon" title="SkyDogCon" type="atom" xmlUrl="https://www.skydogcon.com/atom.xml" htmlUrl="https://www.skydogcon.com/atom.xml" description="The South's premiere hacker/maker con located in Nashville, TN" />
<outline text="Slowerzs' blog" title="Slowerzs' blog" type="rss" xmlUrl="https://blog.slowerzs.net/index.xml" htmlUrl="https://blog.slowerzs.net/index.xml" description="Security research and blog updates from Slowerzs' blog." />
<outline text="Sockpuppets (Medium)" title="Sockpuppets (Medium)" type="rss" xmlUrl="https://sockpuppets.medium.com/feed" htmlUrl="https://sockpuppets.medium.com/feed" description="Security research and blog updates from Sockpuppets (Medium)." />
<outline text="Soufianehabti (Medium)" title="Soufianehabti (Medium)" type="rss" xmlUrl="https://medium.com/@soufianehabti/feed" htmlUrl="https://medium.com/@soufianehabti/feed" description="Security research and blog updates from Soufianehabti (Medium)." />
<outline text="Sternumiot" title="Sternumiot" type="rss" xmlUrl="https://sternumiot.com/feed" htmlUrl="https://sternumiot.com/feed" description="Security research and blog updates from Sternumiot." />
<outline text="Steve on Security" title="Steve on Security" type="rss" xmlUrl="https://syfuhs.net/feed/atom" htmlUrl="https://syfuhs.net/feed/atom" description="Security research and blog updates from Steve on Security." />
<outline text="Stories by bilal al-qurneh on Medium" title="Stories by bilal al-qurneh on Medium" type="rss" xmlUrl="https://medium.com/@0xcc00/feed" htmlUrl="https://medium.com/@0xcc00/feed" description="Security research and blog updates from Stories by bilal al-qurneh on Medium." />
<outline text="Stories by Bobbyr on Medium" title="Stories by Bobbyr on Medium" type="rss" xmlUrl="https://medium.com/@bobbyrsec/feed" htmlUrl="https://medium.com/@bobbyrsec/feed" description="Security research and blog updates from Stories by Bobbyr on Medium." />
<outline text="Stories by byq on Medium" title="Stories by byq on Medium" type="rss" xmlUrl="https://medium.com/@byq/feed" htmlUrl="https://medium.com/@byq/feed" description="Security research and blog updates from Stories by byq on Medium." />
<outline text="Stories by Chris Haller on Medium" title="Stories by Chris Haller on Medium" type="rss" xmlUrl="https://m4lwhere.medium.com/feed" htmlUrl="https://m4lwhere.medium.com/feed" description="Security research and blog updates from Stories by Chris Haller on Medium." />
<outline text="Stories by Craig Young on Medium" title="Stories by Craig Young on Medium" type="rss" xmlUrl="https://medium.com/@cy1337/feed" htmlUrl="https://medium.com/@cy1337/feed" description="Security research and blog updates from Stories by Craig Young on Medium." />
<outline text="Stories by Daniel Schell on Medium" title="Stories by Daniel Schell on Medium" type="rss" xmlUrl="https://medium.com/@airlockdigital/feed" htmlUrl="https://medium.com/@airlockdigital/feed" description="Security research and blog updates from Stories by Daniel Schell on Medium." />
<outline text="Stories by delivr.to on Medium" title="Stories by delivr.to on Medium" type="rss" xmlUrl="https://blog.delivr.to/feed" htmlUrl="https://blog.delivr.to/feed" description="Security research and blog updates from Stories by delivr.to on Medium." />
<outline text="Stories by ENKI WhiteHat on Medium" title="Stories by ENKI WhiteHat on Medium" type="rss" xmlUrl="https://medium.com/@enki-techblog/feed" htmlUrl="https://medium.com/@enki-techblog/feed" description="Security research and blog updates from Stories by ENKI WhiteHat on Medium." />
<outline text="Stories by FLOCK4H on Medium" title="Stories by FLOCK4H on Medium" type="rss" xmlUrl="https://medium.com/@flytechoriginal/feed" htmlUrl="https://medium.com/@flytechoriginal/feed" description="Security research and blog updates from Stories by FLOCK4H on Medium." />
<outline text="Stories by Forrest Kasler on Medium" title="Stories by Forrest Kasler on Medium" type="rss" xmlUrl="https://medium.com/@fakasler/feed" htmlUrl="https://medium.com/@fakasler/feed" description="Security research and blog updates from Stories by Forrest Kasler on Medium." />
<outline text="Stories by frycos on Medium" title="Stories by frycos on Medium" type="rss" xmlUrl="https://medium.com/@frycos/feed" htmlUrl="https://medium.com/@frycos/feed" description="Security research and blog updates from Stories by frycos on Medium." />
<outline text="Stories by Lizzie Moratti on Medium" title="Stories by Lizzie Moratti on Medium" type="rss" xmlUrl="https://medium.com/@MorattiSec/feed" htmlUrl="https://medium.com/@MorattiSec/feed" description="Security research and blog updates from Stories by Lizzie Moratti on Medium." />
<outline text="Stories by Nick Frischkorn on Medium" title="Stories by Nick Frischkorn on Medium" type="rss" xmlUrl="https://frischkorn-nicholas.medium.com/feed" htmlUrl="https://frischkorn-nicholas.medium.com/feed" description="Security research and blog updates from Stories by Nick Frischkorn on Medium." />
<outline text="Stories by Tal Be'ery on Medium" title="Stories by Tal Be'ery on Medium" type="rss" xmlUrl="https://medium.com/@TalBeerySec/feed" htmlUrl="https://medium.com/@TalBeerySec/feed" description="Security research and blog updates from Stories by Tal Be'ery on Medium." />
<outline text="Sunshine After Rain" title="Sunshine After Rain" type="rss" xmlUrl="https://jdomeracki.github.io/atom.xml" htmlUrl="https://jdomeracki.github.io/atom.xml" description="Security research and blog updates from Sunshine After Rain." />
<outline text="Taggart Tech" title="Taggart Tech" type="rss" xmlUrl="https://taggart-tech.com/atom.xml" htmlUrl="https://taggart-tech.com/atom.xml" description="Security research and blog updates from Taggart Tech." />
<outline text="Tamirye94 (Medium)" title="Tamirye94 (Medium)" type="rss" xmlUrl="https://medium.com/@tamirye94/feed" htmlUrl="https://medium.com/@tamirye94/feed" description="Security research and blog updates from Tamirye94 (Medium)." />
<outline text="Tastypepperoni (Medium)" title="Tastypepperoni (Medium)" type="rss" xmlUrl="https://tastypepperoni.medium.com/feed" htmlUrl="https://tastypepperoni.medium.com/feed" description="Security research and blog updates from Tastypepperoni (Medium)." />
<outline text="Tech Froggo’s Rants" title="Tech Froggo’s Rants" type="rss" xmlUrl="https://disrel.com/feed" htmlUrl="https://disrel.com/feed" description="Security research and blog updates from Tech Froggo’s Rants." />
<outline text="The Cloudflare Blog" title="The Cloudflare Blog" type="rss" xmlUrl="https://blog.cloudflare.com/rss" htmlUrl="https://blog.cloudflare.com/rss" description="Cloudflare blog posts on security engineering, threat research, and incident learnings." />
<outline text="The Deniss Blog" title="The Deniss Blog" type="rss" xmlUrl="https://the-deniss.github.io/feed.xml" htmlUrl="https://the-deniss.github.io/feed.xml" description="Security research and blog updates from The Deniss Blog." />
<outline text="The Hacker News" title="The Hacker News" type="rss" xmlUrl="https://feeds.feedburner.com/TheHackersNews" htmlUrl="https://feeds.feedburner.com/TheHackersNews" description="RSS feed for The Hacker News, covering general security & blogs news and updates." />
<outline text="The Last Watchdog" title="The Last Watchdog" type="rss" xmlUrl="https://www.lastwatchdog.com/feed" htmlUrl="https://www.lastwatchdog.com/feed" description="on Internet security by Byron Acohido" />
<outline text="The Record" title="The Record" type="rss" xmlUrl="https://therecord.media/feed" htmlUrl="https://therecord.media/feed" description="News, research, and updates on general security & blogs from The Record." />
<outline text="The Register - Security" title="The Register - Security" type="atom" xmlUrl="https://www.theregister.com/security/headlines.atom" htmlUrl="https://www.theregister.com/security/headlines.atom" description="News, research, and updates on general security & blogs from The Register." />
<outline text="The Trail of Bits Blog" title="The Trail of Bits Blog" type="rss" xmlUrl="https://blog.trailofbits.com/feed" htmlUrl="https://blog.trailofbits.com/feed" description="Security research and blog updates from The Trail of Bits Blog." />
<outline text="theevilbit blog" title="theevilbit blog" type="rss" xmlUrl="https://theevilbit.github.io/index.xml" htmlUrl="https://theevilbit.github.io/index.xml" description="Security research and blog updates from theevilbit blog." />
<outline text="Thievi" title="Thievi" type="rss" xmlUrl="https://thievi.sh/index.xml" htmlUrl="https://thievi.sh/index.xml" description="Security research and blog updates from Thievi." />
<outline text="Thinkst Thoughts" title="Thinkst Thoughts" type="rss" xmlUrl="https://blog.thinkst.com/feed" htmlUrl="https://blog.thinkst.com/feed" description="Security research and blog updates from Thinkst Thoughts." />
<outline text="Threatpost" title="Threatpost" type="rss" xmlUrl="https://threatpost.com/feed" htmlUrl="https://threatpost.com/feed" description="News, research, and updates on general security & blogs from Threatpost." />
<outline text="Troy Hunt" title="Troy Hunt" type="rss" xmlUrl="https://www.troyhunt.com/rss" htmlUrl="https://www.troyhunt.com/rss" description="News, research, and updates on general security & blogs from Troy Hunt." />
<outline text="TrustedSec" title="TrustedSec" type="rss" xmlUrl="https://trustedsec.com/feed.rss" htmlUrl="https://trustedsec.com/feed.rss" description="Security research and blog updates from TrustedSec." />
<outline text="Unicorn Security" title="Unicorn Security" type="rss" xmlUrl="https://therealunicornsecurity.github.io/feed.xml" htmlUrl="https://therealunicornsecurity.github.io/feed.xml" description="Security research and blog updates from Unicorn Security." />
<outline text="Universal Shards" title="Universal Shards" type="rss" xmlUrl="https://universalshards.com/feed" htmlUrl="https://universalshards.com/feed" description="Security research and blog updates from Universal Shards." />
<outline text="Up is Down and Black is White" title="Up is Down and Black is White" type="rss" xmlUrl="https://n4r1b.com/index.xml" htmlUrl="https://n4r1b.com/index.xml" description="Security research and blog updates from Up is Down and Black is White." />
<outline text="Venture in Security" title="Venture in Security" type="rss" xmlUrl="https://ventureinsecurity.net/feed" htmlUrl="https://ventureinsecurity.net/feed" description="Helping security practitioners, entrepreneurs, investors and executives build the future of cybersecurity" />
<outline text="Vincent Van Mieghem" title="Vincent Van Mieghem" type="rss" xmlUrl="https://vanmieghem.io/feed.xml" htmlUrl="https://vanmieghem.io/feed.xml" description="Security research and blog updates from Vincent Van Mieghem." />
<outline text="VollRagm" title="VollRagm" type="rss" xmlUrl="https://vollragm.github.io/feed" htmlUrl="https://vollragm.github.io/feed" description="Security research and blog updates from VollRagm." />
<outline text="volodya" title="volodya" type="rss" xmlUrl="https://plowsec.github.io/atom" htmlUrl="https://plowsec.github.io/atom" description="Security research and blog updates from volodya." />
<outline text="Washi" title="Washi" type="rss" xmlUrl="https://blog.washi.dev/feed.xml" htmlUrl="https://blog.washi.dev/feed.xml" description="Security research and blog updates from Washi." />
<outline text="WhiteFlag" title="WhiteFlag" type="rss" xmlUrl="https://blog.whiteflag.io/index.xml" htmlUrl="https://blog.whiteflag.io/index.xml" description="Security research and blog updates from WhiteFlag." />
<outline text="WIRED – Security" title="WIRED – Security" type="rss" xmlUrl="https://www.wired.com/feed/category/security/latest/rss" htmlUrl="https://www.wired.com/feed/category/security/latest/rss" description="News, research, and updates on general security & blogs from WIRED." />
<outline text="Wojciech Reguła" title="Wojciech Reguła" type="rss" xmlUrl="https://wojciechregula.blog/rss.xml" htmlUrl="https://wojciechregula.blog/rss.xml" description="Security research and blog updates from Wojciech Reguła." />
<outline text="Worth Doing Badly" title="Worth Doing Badly" type="rss" xmlUrl="https://worthdoingbadly.com/feed.xml" htmlUrl="https://worthdoingbadly.com/feed.xml" description="Security research and blog updates from Worth Doing Badly." />
<outline text="Xploiterd (Medium)" title="Xploiterd (Medium)" type="rss" xmlUrl="https://medium.com/@xploiterd/feed" htmlUrl="https://medium.com/@xploiterd/feed" description="Security research and blog updates from Xploiterd (Medium)." />
<outline text="ZDNet – Security" title="ZDNet – Security" type="rss" xmlUrl="https://www.zdnet.com/topic/security/rss.xml" htmlUrl="https://www.zdnet.com/topic/security/rss.xml" description="News, research, and updates on general security & blogs from ZDNet." />
<outline text="Zhongquan Li’s blogs" title="Zhongquan Li’s blogs" type="rss" xmlUrl="https://imlzq.com/feed.xml" htmlUrl="https://imlzq.com/feed.xml" description="Security research and blog updates from Zhongquan Li’s blogs." />
</outline>
<outline text="Government / CERT & Advisories" title="Government / CERT & Advisories">
<outline text="OffSec RSS Feed" title="OffSec RSS Feed" type="rss" xmlUrl="https://www.offensive-security.com/rss.xml" htmlUrl="https://www.offensive-security.com/rss.xml" description="Establish & advance your career with Offensive Security's online cybersecurity training, courses and certifications. Develop the Try Harder mindset today!" />
<outline text="Percona" title="Percona" type="rss" xmlUrl="https://www.percona.com/feed" htmlUrl="https://www.percona.com/feed" description="The Way is Open" />
<outline text="PSIRT.COM — CISA KEV Feed" title="PSIRT.COM — CISA KEV Feed" type="rss" xmlUrl="https://psirt.com/feed/kev.xml" htmlUrl="https://psirt.com/feed/kev.xml" description="Recently added Known Exploited Vulnerabilities from CISA" />
<outline text="PSIRT.COM — CISA KEV Feed" title="PSIRT.COM — CISA KEV Feed" type="rss" xmlUrl="https://www.securityfocus.com/feed/kev.xml" htmlUrl="https://www.securityfocus.com/feed/kev.xml" description="Recently added Known Exploited Vulnerabilities from CISA" />
</outline>
<outline text="Government, CERT & Advisories" title="Government, CERT & Advisories">
<outline text="Alerts and advisories" title="Alerts and advisories" type="atom" xmlUrl="https://www.cyber.gc.ca/api/cccs/rss/v1/get?feed=alerts_advisories&lang=en" htmlUrl="https://www.cyber.gc.ca/api/cccs/rss/v1/get?feed=alerts_advisories&lang=en" description="News, research, and updates on general security & blogs from Alerts and advisories." />
<outline text="All CISA Advisories" title="All CISA Advisories" type="rss" xmlUrl="https://www.cisa.gov/cybersecurity-advisories/all.xml" htmlUrl="https://www.cisa.gov/cybersecurity-advisories/all.xml" description="Official CISA alerts, advisories, and guidance on vulnerabilities, incidents, and threats." />
<outline text="CERT Polska" title="CERT Polska" type="rss" xmlUrl="https://www.cert.pl/feed" htmlUrl="https://www.cert.pl/feed" description="CERT.PL" />
<outline text="CERT Recently Published Vulnerability Notes" title="CERT Recently Published Vulnerability Notes" type="atom" xmlUrl="https://kb.cert.org/vuls/atomfeed" htmlUrl="https://kb.cert.org/vuls/atomfeed" description="CERT publishes vulnerability advisories called "Vulnerability Notes." Vulnerability Notes include summaries, technical details, remediation information, and lists of affected vendors. Many vulnerability notes are the..." />
<outline text="CERT Recently Published Vulnerability Notes" title="CERT Recently Published Vulnerability Notes" type="rss" xmlUrl="https://www.kb.cert.org/vulfeed" htmlUrl="https://www.kb.cert.org/vulfeed" description="CERT publishes vulnerability advisories called &quot;Vulnerability Notes.&quot; Vulnerability Notes include summaries, technical details, remediation information, and lists of affected vendors." />
<outline text="CERT-EU Security Advisories" title="CERT-EU Security Advisories" type="rss" xmlUrl="https://cert.europa.eu/publications/security-advisories-rss" htmlUrl="https://cert.europa.eu/publications/security-advisories-rss" description="Security advisories from CERT-EU, the CERT for the EU institutions." />
<outline text="Cert.be advisories" title="Cert.be advisories" type="rss" xmlUrl="https://cert.be/en/rss" htmlUrl="https://cert.be/en/rss" description="Official advisories and security updates from cert.be, the Belgian national CERT." />
<outline text="Changes for RFC3442" title="Changes for RFC3442" type="rss" xmlUrl="https://datatracker.ietf.org/feed/document-changes/rfc3442" htmlUrl="https://datatracker.ietf.org/feed/document-changes/rfc3442" description="Official advisories, alerts, and guidance from Changes for RFC3442." />
<outline text="CIRCL Luxembourg - Computer Incident Response Center Luxembourg Recent News" title="CIRCL Luxembourg - Computer Incident Response Center Luxembourg Recent News" type="atom" xmlUrl="https://www.circl.lu/atom.xml" htmlUrl="https://www.circl.lu/atom.xml" description="News and security alerts from CIRCL, the national CERT of Luxembourg. Computer Incident Response Center Luxembourg" />
<outline text="CIS – Advisories" title="CIS – Advisories" type="rss" xmlUrl="https://www.cisecurity.org/feed/advisories" htmlUrl="https://www.cisecurity.org/feed/advisories" description="Official advisories and security updates from CIS." />
<outline text="CISA" title="CISA" type="rss" xmlUrl="https://www.cisa.gov/blog.xml" htmlUrl="https://www.cisa.gov/blog.xml" description="Official CISA alerts, advisories, and guidance on vulnerabilities, incidents, and threats." />
<outline text="CISA ICS Medical Advisories" title="CISA ICS Medical Advisories" type="rss" xmlUrl="https://www.cisa.gov/cybersecurity-advisories/ics-medical-advisories.xml" htmlUrl="https://www.cisa.gov/cybersecurity-advisories/ics-medical-advisories.xml" description="Official CISA advisories for medical devices and healthcare ICS." />
<outline text="CISA News" title="CISA News" type="rss" xmlUrl="https://www.cisa.gov/news.xml" htmlUrl="https://www.cisa.gov/news.xml" description="Official CISA alerts, advisories, and guidance on vulnerabilities, incidents, and threats." />
<outline text="CISA – Alerts" title="CISA – Alerts" type="rss" xmlUrl="https://www.us-cert.gov/ncas/alerts.xml" htmlUrl="https://www.us-cert.gov/ncas/alerts.xml" description="Official advisories and security updates from CISA." />
<outline text="Cybersecurity and Infrastructure Security Agency CISA" title="Cybersecurity and Infrastructure Security Agency CISA" type="rss" xmlUrl="https://www.us-cert.gov/rss.xml" htmlUrl="https://www.us-cert.gov/rss.xml" description="Updates from Cybersecurity and Infrastructure Security Agency CISA covering vulnerabilities, cves." />
<outline text="DotDotPwn - The Directory Traversal Fuzzer" title="DotDotPwn - The Directory Traversal Fuzzer" type="rss" xmlUrl="https://dotdotpwn.blogspot.com/rss.xml" htmlUrl="https://dotdotpwn.blogspot.com/rss.xml" description="DotDotPwn - The Directory Traversal Fuzzer" />
<outline text="FIRST Blog" title="FIRST Blog" type="rss" xmlUrl="https://www.first.org/blog/rss.xml" htmlUrl="https://www.first.org/blog/rss.xml" description="Posts from FIRST, the global Forum of Incident Response and Security Teams." />
<outline text="ICS Advisories" title="ICS Advisories" type="rss" xmlUrl="https://www.cisa.gov/cybersecurity-advisories/ics-advisories.xml" htmlUrl="https://www.cisa.gov/cybersecurity-advisories/ics-advisories.xml" description="Official CISA alerts, advisories, and guidance on vulnerabilities, incidents, and threats." />
<outline text="JPCERT/CC (English)" title="JPCERT/CC (English)" type="rss" xmlUrl="https://www.jpcert.or.jp/english/rss/jpcert-en.rdf" htmlUrl="https://www.jpcert.or.jp/english/rss/jpcert-en.rdf" description="Security Alerts and Advisories" />
<outline text="JPCERT/CC Blog (English)" title="JPCERT/CC Blog (English)" type="atom" xmlUrl="https://blogs.jpcert.or.jp/en/atom.xml" htmlUrl="https://blogs.jpcert.or.jp/en/atom.xml" description="Technical analysis and incident reports from JPCERT/CC, Japan's national CERT." />
<outline text="MSRC Security Update Guide" title="MSRC Security Update Guide" type="rss" xmlUrl="https://api.msrc.microsoft.com/update-guide/rss" htmlUrl="https://api.msrc.microsoft.com/update-guide/rss" description="The Microsoft Security Response Center (MSRC) investigates all reports of security vulnerabilities affecting Microsoft products and services, and provides the public with information about the vulnerabilities and their mitigations." />
<outline text="NCSC Feed" title="NCSC Feed" type="rss" xmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/all-rss-feed.xml" htmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/all-rss-feed.xml" description="This includes feeds from report, guidance and blog-post." />
<outline text="NCSC Guidance Feed" title="NCSC Guidance Feed" type="rss" xmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/guidance-rss-feed.xml" htmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/guidance-rss-feed.xml" description="Official guidance publications from the UK National Cyber Security Centre." />
<outline text="NCSC News Feed" title="NCSC News Feed" type="rss" xmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/news-rss-feed.xml" htmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/news-rss-feed.xml" description="Official advisories and security updates from NCSC News Feed." />
<outline text="NCSC Reports Feed" title="NCSC Reports Feed" type="rss" xmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/report-rss-feed.xml" htmlUrl="https://www.ncsc.gov.uk/api/1/services/v1/report-rss-feed.xml" description="Official reports from the UK National Cyber Security Centre." />
<outline text="NCSC-NL Security Advisories" title="NCSC-NL Security Advisories" type="rss" xmlUrl="https://advisories.ncsc.nl/rss/advisories" htmlUrl="https://advisories.ncsc.nl/rss/advisories" description="Security advisories from NCSC-NL, the Dutch national CERT." />
<outline text="News and Events Feed by Topic" title="News and Events Feed by Topic" type="rss" xmlUrl="https://www.nist.gov/news-events/cybersecurity/rss.xml" htmlUrl="https://www.nist.gov/news-events/cybersecurity/rss.xml" description="Updates from News and Events Feed by Topic." />
<outline text="NHS Digital - Cyber Alert Feed" title="NHS Digital - Cyber Alert Feed" type="rss" xmlUrl="https://digital.nhs.uk/feed/cyber-alerts-feed.xml" htmlUrl="https://digital.nhs.uk/feed/cyber-alerts-feed.xml" description="Sorry! We&#x27;re doing some essential work on the website. It will be back online shortly." />
<outline text="NIST – Cybersecurity Insights" title="NIST – Cybersecurity Insights" type="rss" xmlUrl="https://www.nist.gov/blogs/cybersecurity-insights/rss.xml" htmlUrl="https://www.nist.gov/blogs/cybersecurity-insights/rss.xml" description="Official advisories and security updates from NIST." />
<outline text="PCI Security Standards Blog" title="PCI Security Standards Blog" type="rss" xmlUrl="https://blog.pcisecuritystandards.org/rss.xml" htmlUrl="https://blog.pcisecuritystandards.org/rss.xml" description="Official advisories and security updates from PCI Security Standards Blog." />
<outline text="Rewards For Justice" title="Rewards For Justice" type="rss" xmlUrl="https://rewardsforjustice.net/feed" htmlUrl="https://rewardsforjustice.net/feed" description="Official advisories, alerts, and guidance from Rewards For Justice." />
<outline text="SANS Internet Storm Center" title="SANS Internet Storm Center" type="rss" xmlUrl="https://isc.sans.edu/rssfeed_full.xml" htmlUrl="https://isc.sans.edu/rssfeed_full.xml" description="Official advisories and security updates from SANS Internet Storm Center." />
<outline text="Siemens ProductCERT Security Advisories" title="Siemens ProductCERT Security Advisories" type="atom" xmlUrl="https://cert-portal.siemens.com/productcert/rss/advisories.atom" htmlUrl="https://cert-portal.siemens.com/productcert/rss/advisories.atom" description="Siemens Security Advisories" />
<outline text="Ubuntu security notices" title="Ubuntu security notices" type="rss" xmlUrl="https://ubuntu.com/security/notices/rss.xml" htmlUrl="https://ubuntu.com/security/notices/rss.xml" description="Recent content on Ubuntu security notices" />
<outline text="US-CERT – Analysis Reports" title="US-CERT – Analysis Reports" type="rss" xmlUrl="https://us-cert.cisa.gov/ncas/analysis-reports.xml" htmlUrl="https://us-cert.cisa.gov/ncas/analysis-reports.xml" description="US-CERT/CISA alerts and bulletins covering active threats, advisories, and mitigations." />
<outline text="US-CERT – Current Activity" title="US-CERT – Current Activity" type="rss" xmlUrl="https://us-cert.cisa.gov/ncas/current-activity.xml" htmlUrl="https://us-cert.cisa.gov/ncas/current-activity.xml" description="US-CERT/CISA alerts and bulletins covering active threats, advisories, and mitigations." />
<outline text="ZDI: Published Advisories" title="ZDI: Published Advisories" type="rss" xmlUrl="https://www.zerodayinitiative.com/rss/published" htmlUrl="https://www.zerodayinitiative.com/rss/published" description="Published Advisories" />
<outline text="ZDI: Upcoming Advisories" title="ZDI: Upcoming Advisories" type="rss" xmlUrl="https://www.zerodayinitiative.com/rss/upcoming" htmlUrl="https://www.zerodayinitiative.com/rss/upcoming" description="Upcoming Advisories" />
</outline>
<outline text="Leaks & Breaches" title="Leaks & Breaches">
<outline text="AppGate English" title="AppGate English" type="rss" xmlUrl="https://www.appgate.com/blogFeed.rss" htmlUrl="https://www.appgate.com/blogFeed.rss" description="Updates from AppGate English covering vulnerabilities, cves." />
<outline text="Blog – Thunderclap" title="Blog – Thunderclap" type="rss" xmlUrl="https://thunderclap.io/blog/feed" htmlUrl="https://thunderclap.io/blog/feed" description="Updates from Blog – Thunderclap covering vulnerabilities, cves." />
<outline text="Cybersecurity and Infrastructure Security Agency CISA" title="Cybersecurity and Infrastructure Security Agency CISA" type="rss" xmlUrl="https://www.cisa.gov/rss.xml" htmlUrl="https://www.cisa.gov/rss.xml" description="Updates from Cybersecurity and Infrastructure Security Agency CISA." />
<outline text="Dangerzone" title="Dangerzone" type="atom" xmlUrl="https://dangerzone.rocks/feed.xml" htmlUrl="https://dangerzone.rocks/feed.xml" description="The Dangerzone application takes potentially dangerous documents and converts them to safe PDF files" />
<outline text="Hachette Book Group" title="Hachette Book Group" type="rss" xmlUrl="https://www.hachettebookgroup.com/feed" htmlUrl="https://www.hachettebookgroup.com/feed" description="Hachette Book Group is a leading book publisher based in New York and a division of Hachette Livre, the third-largest publisher in the world." />
<outline text="Have I Been Pwned – Latest Breaches" title="Have I Been Pwned – Latest Breaches" type="rss" xmlUrl="https://feeds.feedburner.com/HaveIBeenPwnedLatestBreaches" htmlUrl="https://feeds.feedburner.com/HaveIBeenPwnedLatestBreaches" description="RSS feed for Have I Been Pwned, covering leaks & breaches news and updates." />
<outline text="Intelligence Hub" title="Intelligence Hub" type="rss" xmlUrl="https://www.celerium.com/blog/rss.xml" htmlUrl="https://www.celerium.com/blog/rss.xml" description="Access invaluable cybersecurity resources from Celerium - including insights and tools - to help improve your security strategy and stay ahead of safeguarding your network." />
<outline text="Kaspersky official blog" title="Kaspersky official blog" type="rss" xmlUrl="https://www.kaspersky.com/blog/feed" htmlUrl="https://www.kaspersky.com/blog/feed" description="The Official Blog from Kaspersky covers information to help protect you against viruses, spyware, hackers, spam & other forms of malware." />
<outline text="Maltego Blog RSS Feed" title="Maltego Blog RSS Feed" type="rss" xmlUrl="https://www.maltego.com/index.xml" htmlUrl="https://www.maltego.com/index.xml" description="Subscribe to our RSS feed to stay up to date with what's fresh in the Maltego world." />
<outline text="Rapid7 Cybersecurity Blog" title="Rapid7 Cybersecurity Blog" type="rss" xmlUrl="https://www.rapid7.com/rss.xml" htmlUrl="https://www.rapid7.com/rss.xml" description="Rapid7 transforms data into insight, empowering security professionals to progress and protect their organizations." />
<outline text="security-incidents.de – Datenpannen, Cyber-Atacken und andere Sicherheitsvorfälle" title="security-incidents.de – Datenpannen, Cyber-Atacken und andere Sicherheitsvorfälle" type="rss" xmlUrl="https://www.security-incidents.de/rss/sicherheitsvorfaelle.xml" htmlUrl="https://www.security-incidents.de/rss/sicherheitsvorfaelle.xml" description="Datenpannen, Cyber-Atacken und andere Sicherheitsvorfälle" />
<outline text="SecurityWeek – Data Breaches" title="SecurityWeek – Data Breaches" type="rss" xmlUrl="https://www.securityweek.com/category/data-breaches/feed" htmlUrl="https://www.securityweek.com/category/data-breaches/feed" description="SecurityWeek news covering vulnerabilities, threats, and enterprise security developments." />
<outline text="Tenable News Feed" title="Tenable News Feed" type="rss" xmlUrl="https://tenable.com/feed/news" htmlUrl="https://tenable.com/feed/news" description="Updates from Tenable News Feed." />
<outline text="Thunderclap" title="Thunderclap" type="rss" xmlUrl="https://thunderclap.io/feed" htmlUrl="https://thunderclap.io/feed" description="Updates from Thunderclap covering vulnerabilities, cves." />
<outline text="Wikipedia featured articles feed" title="Wikipedia featured articles feed" type="atom" xmlUrl="https://en.wikipedia.org/w/api.php?action=featuredfeed&feed=featured&feedformat=atom" htmlUrl="https://en.wikipedia.org/w/api.php?action=featuredfeed&feed=featured&feedformat=atom" description="Best articles Wikipedia has to offer" />
</outline>
<outline text="Malware & Threat Research" title="Malware & Threat Research">
<outline text="A blog about rootkits research and the Windows kernel" title="A blog about rootkits research and the Windows kernel" type="rss" xmlUrl="https://artemonsecurity.blogspot.com/feeds/posts/default" htmlUrl="https://artemonsecurity.blogspot.com/feeds/posts/default" description="Security research and blog updates from A blog about rootkits research and the Windows kernel." />
<outline text="abuse.ch | IT-Security Blog" title="abuse.ch | IT-Security Blog" type="rss" xmlUrl="https://abuse.ch/feed.xml" htmlUrl="https://abuse.ch/feed.xml" description="Updates from abuse.ch | IT-Security Blog." />
<outline text="Almond Offensive Security Blog" title="Almond Offensive Security Blog" type="rss" xmlUrl="https://offsec.almond.consulting/feeds/all.atom.xml" htmlUrl="https://offsec.almond.consulting/feeds/all.atom.xml" description="Malware and threat research updates from Almond Offensive Security Blog." />
<outline text="Android Offensive Security Blog" title="Android Offensive Security Blog" type="rss" xmlUrl="https://androidoffsec.withgoogle.com/index.xml" htmlUrl="https://androidoffsec.withgoogle.com/index.xml" description="Malware and threat research updates from Android Offensive Security Blog." />
<outline text="ASEC BLOG" title="ASEC BLOG" type="rss" xmlUrl="https://asec.ahnlab.com/en/feed" htmlUrl="https://asec.ahnlab.com/en/feed" description="AhnLab" />
<outline text="bin.re (Security Research)" title="bin.re (Security Research)" type="atom" xmlUrl="https://bin.re/feed.xml" htmlUrl="https://bin.re/feed.xml" description="Reverse Engineering Malware and Crackmes" />
<outline text="Bitdefender Labs" title="Bitdefender Labs" type="rss" xmlUrl="https://www.bitdefender.com/blog/api/rss/labs" htmlUrl="https://www.bitdefender.com/blog/api/rss/labs" description="News, research, and updates on general security & blogs from Bitdefender Labs." />
<outline text="Check Point Research" title="Check Point Research" type="rss" xmlUrl="https://research.checkpoint.com/feed" htmlUrl="https://research.checkpoint.com/feed" description="Malware and threat research updates from Check Point Research." />
<outline text="CIP Blog" title="CIP Blog" type="rss" xmlUrl="https://blog.criminalip.io/feed" htmlUrl="https://blog.criminalip.io/feed" description="Criminal IP Blog · The latest news and developments for Criminal IP. Cyber Threat Intelligence Reports." />
<outline text="Cisco Talos Blog" title="Cisco Talos Blog" type="rss" xmlUrl="https://blog.talosintelligence.com/rss" htmlUrl="https://blog.talosintelligence.com/rss" description="Malware and threat research updates from Cisco Talos Blog." />
<outline text="Cisco Talos Blog" title="Cisco Talos Blog" type="rss" xmlUrl="https://feeds.feedburner.com/feedburner/Talos" htmlUrl="https://feeds.feedburner.com/feedburner/Talos" description="RSS feed for Cisco Talos Blog, covering malware & threat research news and updates." />
<outline text="ClearSky Cyber Security" title="ClearSky Cyber Security" type="rss" xmlUrl="https://www.clearskysec.com/feed" htmlUrl="https://www.clearskysec.com/feed" description="Malware and threat research updates from ClearSky Cyber Security." />
<outline text="ContinuousMage activity" title="ContinuousMage activity" type="rss" xmlUrl="https://gitlab.com/gitlab-com/gl-security/security-operations/redteam/redteam-public/tools/continuousmage.atom" htmlUrl="https://gitlab.com/gitlab-com/gl-security/security-operations/redteam/redteam-public/tools/continuousmage.atom" description="Malware and threat research updates from ContinuousMage activity." />
<outline text="Cybersecurity - Tech.eu" title="Cybersecurity - Tech.eu" type="rss" xmlUrl="https://tech.eu/category/cybersecurity/feed" htmlUrl="https://tech.eu/category/cybersecurity/feed" description="The premier source of European technology news, data, research, analysis and in-depth market intelligence." />
<outline text="Deep Instinct Blog: Breaking News and Updates" title="Deep Instinct Blog: Breaking News and Updates" type="rss" xmlUrl="https://www.deepinstinct.com/blog/feed" htmlUrl="https://www.deepinstinct.com/blog/feed" description="Deep Instinct prevents more advanced threats than any EPP or EDR in the world." />
<outline text="Diary of a reverse-engineer" title="Diary of a reverse-engineer" type="rss" xmlUrl="https://doar-e.github.io/feeds/atom.xml" htmlUrl="https://doar-e.github.io/feeds/atom.xml" description="Security research and blog updates from Diary of a reverse-engineer." />
<outline text="Didier Stevens" title="Didier Stevens" type="rss" xmlUrl="https://blog.didierstevens.com/feed" htmlUrl="https://blog.didierstevens.com/feed" description="Security research and blog updates from Didier Stevens." />
<outline text="DistroWatch.com: Distributions" title="DistroWatch.com: Distributions" type="rss" xmlUrl="https://distrowatch.com/news/dwd.xml" htmlUrl="https://distrowatch.com/news/dwd.xml" description="Latest distribution releases" />
<outline text="dr4k0nia" title="dr4k0nia" type="rss" xmlUrl="https://dr4k0nia.github.io/feed" htmlUrl="https://dr4k0nia.github.io/feed" description="Security research and blog updates from dr4k0nia." />
<outline text="Elastic Security Labs" title="Elastic Security Labs" type="rss" xmlUrl="https://www.elastic.co/security-labs/rss/feed.xml" htmlUrl="https://www.elastic.co/security-labs/rss/feed.xml" description="Threat research, malware analysis, and detection engineering from Elastic Security Labs." />
<outline text="eSecurityPlanet" title="eSecurityPlanet" type="rss" xmlUrl="https://www.esecurityplanet.com/feed" htmlUrl="https://www.esecurityplanet.com/feed" description="Industry-leading guidance and analysis for how to keep your business secure." />
<outline text="Exodus Intelligence" title="Exodus Intelligence" type="rss" xmlUrl="https://blog.exodusintel.com/feed" htmlUrl="https://blog.exodusintel.com/feed" description="Malware and threat research updates from Exodus Intelligence." />
<outline text="F5 Labs All" title="F5 Labs All" type="rss" xmlUrl="https://www.f5.com/labs/rss-feeds/all.xml" htmlUrl="https://www.f5.com/labs/rss-feeds/all.xml" description="RSS for all F5 Labs content." />
<outline text="Flashpoint" title="Flashpoint" type="rss" xmlUrl="https://www.flashpoint-intel.com/feed" htmlUrl="https://www.flashpoint-intel.com/feed" description="Malware and threat research updates from Flashpoint." />
<outline text="Forensics – Malware.News" title="Forensics – Malware.News" type="rss" xmlUrl="https://malware.news/c/forensics.rss" htmlUrl="https://malware.news/c/forensics.rss" description="Malware and threat research updates from Forensics." />
<outline text="FortiGuard Labs | FortiGuard Center - Threat Signal Report" title="FortiGuard Labs | FortiGuard Center - Threat Signal Report" type="rss" xmlUrl="https://filestore.fortinet.com/fortiguard/rss/threatsignal.xml" htmlUrl="https://filestore.fortinet.com/fortiguard/rss/threatsignal.xml" description="The Threat Signal created by the FortiGuard Labs is intended to provide you with insight on emerging issues that are being observed in the threat landscape." />
<outline text="Group-IB Blog" title="Group-IB Blog" type="rss" xmlUrl="https://www.group-ib.com/blog/rss.xml" htmlUrl="https://www.group-ib.com/blog/rss.xml" description="News, research, and updates on general security & blogs from Group-IB Blog." />
<outline text="Hack.Learn.Share" title="Hack.Learn.Share" type="rss" xmlUrl="https://captmeelo.com/feed.xml" htmlUrl="https://captmeelo.com/feed.xml" description="Malware and threat research updates from Hack.Learn.Share." />
<outline text="Hacker Noon - cybersecurity" title="Hacker Noon - cybersecurity" type="rss" xmlUrl="https://hackernoon.com/tagged/cybersecurity/feed" htmlUrl="https://hackernoon.com/tagged/cybersecurity/feed" description="How hackers start their afternoons." />
<outline text="Hacking The Cloud" title="Hacking The Cloud" type="rss" xmlUrl="https://hackingthe.cloud/feed_rss_updated.xml" htmlUrl="https://hackingthe.cloud/feed_rss_updated.xml" description="The encyclopedia for offensive security in the cloud." />
<outline text="Information Security Buzz" title="Information Security Buzz" type="rss" xmlUrl="https://feeds.feedburner.com/InformationSecurityBuzz" htmlUrl="https://feeds.feedburner.com/InformationSecurityBuzz" description="Information Security News With Experts Analysis." />
<outline text="ITPro" title="ITPro" type="rss" xmlUrl="https://www.itpro.com/feeds/tag/security" htmlUrl="https://www.itpro.com/feeds/tag/security" description="We provide the most comprehensive content to aid B2B IT decision making." />
<outline text="Kali Linux activity" title="Kali Linux activity" type="atom" xmlUrl="https://gitlab.com/kalilinux.atom" htmlUrl="https://gitlab.com/kalilinux.atom" description="Updates from Kali Linux activity covering threat intel." />
<outline text="Kaspersky Securelist" title="Kaspersky Securelist" type="rss" xmlUrl="https://securelist.com/feed" htmlUrl="https://securelist.com/feed" description="Malware and threat research updates from Kaspersky Securelist." />
<outline text="Legit Security Blog" title="Legit Security Blog" type="rss" xmlUrl="https://www.legitsecurity.com/blog/rss.xml" htmlUrl="https://www.legitsecurity.com/blog/rss.xml" description="The Legit Security Blog. Our mission is to secure every organization&#x27;s software factory (code, pipelines, infrastructure and people) for faster." />
<outline text="MALoney (It's in the name)" title="MALoney (It's in the name)" type="rss" xmlUrl="https://malwaremaloney.blogspot.com/feeds/posts/default" htmlUrl="https://malwaremaloney.blogspot.com/feeds/posts/default" description="Malware and threat research updates from MALoney (It's in the name)." />
<outline text="Malware Analysis" title="Malware Analysis" type="rss" xmlUrl="https://malware.news/c/malwareanalysis.rss" htmlUrl="https://malware.news/c/malwareanalysis.rss" description="Malware and threat research updates from Malware Analysis." />
<outline text="Malware Analysis, News and Indicators - Latest topics" title="Malware Analysis, News and Indicators - Latest topics" type="rss" xmlUrl="https://malware.news/latest.rss" htmlUrl="https://malware.news/latest.rss" description="Latest topics" />
<outline text="Malware News" title="Malware News" type="rss" xmlUrl="https://malware.news/c/news.rss" htmlUrl="https://malware.news/c/news.rss" description="Malware and threat research updates from Malware News." />
<outline text="Malware-Traffic-Analysis.net (Blog Entries)" title="Malware-Traffic-Analysis.net (Blog Entries)" type="rss" xmlUrl="https://www.malware-traffic-analysis.net/blog-entries.rss" htmlUrl="https://www.malware-traffic-analysis.net/blog-entries.rss" description="A malware traffic analysis blog" />
<outline text="Malwarebytes Labs" title="Malwarebytes Labs" type="rss" xmlUrl="https://www.malwarebytes.com/blog/feed/index.xml" htmlUrl="https://www.malwarebytes.com/blog/feed/index.xml" description="News, research, and updates on general security & blogs from Malwarebytes Labs." />
<outline text="MalwareFox Blog" title="MalwareFox Blog" type="rss" xmlUrl="https://www.malwarefox.com/blog/feed" htmlUrl="https://www.malwarefox.com/blog/feed" description="Freedom from Malware" />
<outline text="MalwareTech" title="MalwareTech" type="rss" xmlUrl="https://malwaretech.com/feed" htmlUrl="https://malwaretech.com/feed" description="Malware and threat research updates from MalwareTech." />
<outline text="MalwareTips Blog" title="MalwareTips Blog" type="rss" xmlUrl="https://malwaretips.com/blogs/feed" htmlUrl="https://malwaretips.com/blogs/feed" description="Updates from MalwareTips Blog." />
<outline text="Marcus Hutchins" title="Marcus Hutchins" type="rss" xmlUrl="https://marcushutchins.com/feed.xml" htmlUrl="https://marcushutchins.com/feed.xml" description="News, research, and updates on general security & blogs from Marcus Hutchins." />
<outline text="My interesting research." title="My interesting research." type="rss" xmlUrl="https://r00tkitsmm.github.io/feed.xml" htmlUrl="https://r00tkitsmm.github.io/feed.xml" description="Security research and blog updates from My interesting research.." />
<outline text="n1ghtw0lf" title="n1ghtw0lf" type="rss" xmlUrl="https://n1ght-w0lf.github.io/feed.xml" htmlUrl="https://n1ght-w0lf.github.io/feed.xml" description="Security research and blog updates from n1ghtw0lf." />
<outline text="OALABS Research" title="OALABS Research" type="rss" xmlUrl="https://research.openanalysis.net/feed.xml" htmlUrl="https://research.openanalysis.net/feed.xml" description="Security research and blog updates from OALABS Research." />
<outline text="OASIS Open" title="OASIS Open" type="rss" xmlUrl="https://www.oasis-open.org/feed" htmlUrl="https://www.oasis-open.org/feed" description="Setting the standard for open collaboration" />
<outline text="Open Threat Research" title="Open Threat Research" type="rss" xmlUrl="https://blog.openthreatresearch.com/rss" htmlUrl="https://blog.openthreatresearch.com/rss" description="Malware and threat research updates from Open Threat Research." />
<outline text="Penetration Testing Lab" title="Penetration Testing Lab" type="rss" xmlUrl="https://pentestlab.blog/feed" htmlUrl="https://pentestlab.blog/feed" description="Malware and threat research updates from Penetration Testing Lab." />
<outline text="PortSwigger Research" title="PortSwigger Research" type="rss" xmlUrl="https://portswigger.net/research/rss" htmlUrl="https://portswigger.net/research/rss" description="PortSwigger research and updates on web security, Burp Suite, and vulnerability techniques." />
<outline text="Prometheus Blog" title="Prometheus Blog" type="atom" xmlUrl="https://prometheus.io/blog/feed.xml" htmlUrl="https://prometheus.io/blog/feed.xml" description="The Prometheus blog" />
<outline text="Proofpoint Threat Insight" title="Proofpoint Threat Insight" type="rss" xmlUrl="https://www.proofpoint.com/us/threat-insight-blog.xml" htmlUrl="https://www.proofpoint.com/us/threat-insight-blog.xml" description="Malware and threat research updates from Proofpoint Threat Insight." />
<outline text="Recorded Future – Main Feed" title="Recorded Future – Main Feed" type="rss" xmlUrl="https://www.recordedfuture.com/feed" htmlUrl="https://www.recordedfuture.com/feed" description="Malware and threat research updates from Recorded Future." />
<outline text="Red Alert – ThreatRecon" title="Red Alert – ThreatRecon" type="rss" xmlUrl="https://threatrecon.nshc.net/feed" htmlUrl="https://threatrecon.nshc.net/feed" description="Malware and threat research updates from Red Alert." />
<outline text="Red Team Dispatch" title="Red Team Dispatch" type="rss" xmlUrl="https://dispatch.redteams.fyi/rss" htmlUrl="https://dispatch.redteams.fyi/rss" description="Malware and threat research updates from Red Team Dispatch." />
<outline text="Red Teaming" title="Red Teaming" type="rss" xmlUrl="https://redteaming.co.uk/feed" htmlUrl="https://redteaming.co.uk/feed" description="Malware and threat research updates from Red Teaming." />
<outline text="Reverse Engineering" title="Reverse Engineering" type="rss" xmlUrl="https://revers.engineering/feed" htmlUrl="https://revers.engineering/feed" description="Security research and blog updates from Reverse Engineering." />
<outline text="Sh3llSp4wn’s Malware Conservatory" title="Sh3llSp4wn’s Malware Conservatory" type="rss" xmlUrl="https://sh3llsp4wn.github.io/feed" htmlUrl="https://sh3llsp4wn.github.io/feed" description="Security research and blog updates from Sh3llSp4wn’s Malware Conservatory." />
<outline text="SOCRadar® Cyber Intelligence Inc." title="SOCRadar® Cyber Intelligence Inc." type="rss" xmlUrl="https://socradar.io/feed" htmlUrl="https://socradar.io/feed" description="Early warning threat detection system" />
<outline text="stoQ" title="stoQ" type="atom" xmlUrl="https://stoq-framework.blogspot.nl/atom.xml" htmlUrl="https://stoq-framework.blogspot.nl/atom.xml" description="analysis. simplified." />
<outline text="Strategy of Security" title="Strategy of Security" type="rss" xmlUrl="https://strategyofsecurity.com/rss" htmlUrl="https://strategyofsecurity.com/rss" description="Analyzing the business and strategy of cybersecurity." />
<outline text="The Citizen Lab" title="The Citizen Lab" type="rss" xmlUrl="https://citizenlab.ca/feed" htmlUrl="https://citizenlab.ca/feed" description="Security research and blog updates from The Citizen Lab." />
<outline text="The GreyNoise Blog" title="The GreyNoise Blog" type="rss" xmlUrl="https://www.greynoise.io/blog/rss.xml" htmlUrl="https://www.greynoise.io/blog/rss.xml" description="Get the latest tips and stories on improving information security." />
<outline text="Threat Intelligence" title="Threat Intelligence" type="rss" xmlUrl="https://cloudblog.withgoogle.com/topics/threat-intelligence/rss" htmlUrl="https://cloudblog.withgoogle.com/topics/threat-intelligence/rss" description="Threat Intelligence" />
<outline text="Threat Intelligence" title="Threat Intelligence" type="rss" xmlUrl="https://feeds.feedburner.com/threatintelligence/pvexyqv7v0v" htmlUrl="https://feeds.feedburner.com/threatintelligence/pvexyqv7v0v" description="RSS feed for Threat Intelligence, covering general security & blogs news and updates." />
<outline text="Troy Hunt&#x27;s Blog" title="Troy Hunt&#x27;s Blog" type="rss" xmlUrl="https://feeds.feedburner.com/TroyHunt" htmlUrl="https://feeds.feedburner.com/TroyHunt" description="Observations, musings and conjecture about the world of software and technology" />
<outline text="Virus Bulletin – Vendor RSS" title="Virus Bulletin – Vendor RSS" type="rss" xmlUrl="https://www.virusbulletin.com/rss" htmlUrl="https://www.virusbulletin.com/rss" description="Vendor security updates, advisories, and guidance from Virus Bulletin." />
<outline text="VirusTotal Blog" title="VirusTotal Blog" type="rss" xmlUrl="https://blog.virustotal.com/feeds/posts/default" htmlUrl="https://blog.virustotal.com/feeds/posts/default" description="Malware and threat research updates from VirusTotal Blog." />
<outline text="Volexity Blog (Malware tag)" title="Volexity Blog (Malware tag)" type="rss" xmlUrl="https://www.volexity.com/blog/tag/malware/feed" htmlUrl="https://www.volexity.com/blog/tag/malware/feed" description="No 'Ware To Hide" />
<outline text="WeLiveSecurity (ESET)" title="WeLiveSecurity (ESET)" type="rss" xmlUrl="https://www.welivesecurity.com/en/rss/feed" htmlUrl="https://www.welivesecurity.com/en/rss/feed" description="Updates from WeLiveSecurity (ESET)." />
<outline text="WeSecureApp :: Simplifying Enterprise Security!" title="WeSecureApp :: Simplifying Enterprise Security!" type="rss" xmlUrl="https://wesecureapp.com/feed" htmlUrl="https://wesecureapp.com/feed" description="WeSecureApp (now part of Strobes Security) is a CERT-In empanelled offensive security company specializing in penetration testing, vulnerability assessments, and managed security services." />
<outline text="Wikipedia - Recent changes [en]" title="Wikipedia - Recent changes [en]" type="atom" xmlUrl="https://en.wikipedia.org/w/index.php?title=Special:RecentChanges&feed=atom" htmlUrl="https://en.wikipedia.org/w/index.php?title=Special:RecentChanges&feed=atom" description="Track the most recent changes to the wiki in this feed." />
<outline text="Zscaler Research Blogs" title="Zscaler Research Blogs" type="rss" xmlUrl="https://www.zscaler.com/blogs/feeds" htmlUrl="https://www.zscaler.com/blogs/feeds" description="Malware and threat research updates from Zscaler Research Blogs." />
</outline>
<outline text="OSINT, Communities & Subreddits" title="OSINT, Communities & Subreddits">
<outline text="/r/cybersecurity" title="/r/cybersecurity" type="rss" xmlUrl="https://www.reddit.com/r/cybersecurity/.rss" htmlUrl="https://www.reddit.com/r/cybersecurity/.rss" description="OSINT resources and community updates from /r/cybersecurity." />
<outline text="Bad Sector Labs" title="Bad Sector Labs" type="rss" xmlUrl="https://infosec.exchange/@badsectorlabs.rss" htmlUrl="https://infosec.exchange/@badsectorlabs.rss" description="Security research and blog updates from Bad Sector Labs." />
<outline text="Bellingcat" title="Bellingcat" type="rss" xmlUrl="https://www.bellingcat.com/feed" htmlUrl="https://www.bellingcat.com/feed" description="News, research, and updates on general security & blogs from Bellingcat." />
<outline text="Christophe :purple_potion:" title="Christophe :purple_potion:" type="rss" xmlUrl="https://infosec.exchange/@christophetd.rss" htmlUrl="https://infosec.exchange/@christophetd.rss" description="Security research and blog updates from Christophe :purple_potion:." />
<outline text="Clément Labro" title="Clément Labro" type="rss" xmlUrl="https://infosec.exchange/@itm4n.rss" htmlUrl="https://infosec.exchange/@itm4n.rss" description="Security research and blog updates from Clément Labro." />
<outline text="Comments for The Volatility Foundation – Promoting Accessible Memory Analysis Tools Within the Memory Forensics Community" title="Comments for The Volatility Foundation – Promoting Accessible Memory Analysis Tools Within the Memory Forensics Community" type="rss" xmlUrl="https://volatilityfoundation.org/comments/feed" htmlUrl="https://volatilityfoundation.org/comments/feed" description="Home of the Volatility Memory Forensics Open Source Platform" />
<outline text="Dark Roast Security - Medium" title="Dark Roast Security - Medium" type="rss" xmlUrl="https://medium.com/feed/dark-roast-security" htmlUrl="https://medium.com/feed/dark-roast-security" description="Dark Roast Security’s mission is to inspire, educate, and share ideas about InfoSec. Follow to join our community! - Medium" />
<outline text="Defcon" title="Defcon" type="rss" xmlUrl="https://defcon.org/defconrss.xml" htmlUrl="https://defcon.org/defconrss.xml" description="OSINT resources and community updates from Defcon." />
<outline text="DEV Community" title="DEV Community" type="rss" xmlUrl="https://dev.to/feed" htmlUrl="https://dev.to/feed" description="A constructive and inclusive social network for software developers. With you every step of your journey." />
<outline text="DTAG Community Honeypot Project" title="DTAG Community Honeypot Project" type="rss" xmlUrl="https://dtag-dev-sec.github.io/feed" htmlUrl="https://dtag-dev-sec.github.io/feed" description="Updates from DTAG Community Honeypot Project." />
<outline text="Full Disclosure" title="Full Disclosure" type="rss" xmlUrl="https://seclists.org/rss/fulldisclosure.rss" htmlUrl="https://seclists.org/rss/fulldisclosure.rss" description="A public, vendor-neutral forum for detailed discussion of vulnerabilities and exploitation techniques, as well as tools, papers, news, and events of interest to the community. The relaxed atmosphere of this quirky lis..." />
<outline text="hashcat Forum - Very old oclHashcat-plus Announcements" title="hashcat Forum - Very old oclHashcat-plus Announcements" type="atom" xmlUrl="https://hashcat.net/forum/syndication.php?fid=19&type=atom1.0" htmlUrl="https://hashcat.net/forum/syndication.php?fid=19&type=atom1.0" description="hashcat Forum - https://hashcat.net/forum" />
<outline text="IntelTechniques Blog" title="IntelTechniques Blog" type="rss" xmlUrl="https://inteltechniques.com/blog/feed" htmlUrl="https://inteltechniques.com/blog/feed" description="OSINT resources and community updates from IntelTechniques Blog." />
<outline text="NANOG" title="NANOG" type="rss" xmlUrl="https://seclists.org/rss/nanog.rss" htmlUrl="https://seclists.org/rss/nanog.rss" description="The <a href="http://www.nanog.org/">North American Network Operators' Group</a> discusses fundamental Internet infrastructure issues such as routing, IP address allocation, and containing malicious activity." />
<outline text="NetBlocks" title="NetBlocks" type="rss" xmlUrl="https://netblocks.org/feed" htmlUrl="https://netblocks.org/feed" description="Mapping Internet Freedom" />
<outline text="News - Whonix Forum" title="News - Whonix Forum" type="rss" xmlUrl="https://www.whonix.org/blog/feed" htmlUrl="https://www.whonix.org/blog/feed" description="Topics in the 'News' category News posted by Whonix staff. The Whonix Blog. <a href="https://www.whonix.org/wiki/Stay_Tuned">Stay Tuned</a>. (<a href="https://www.whonix.org/wiki/Stay_Tuned#Whonix_News_Forums">rss</a>)" />
<outline text="Nmap Development" title="Nmap Development" type="rss" xmlUrl="https://seclists.org/rss/nmap-dev.rss" htmlUrl="https://seclists.org/rss/nmap-dev.rss" description="Unmoderated technical development forum for debating ideas, patches, and suggestions regarding proposed changes to <a href="https://nmap.org">Nmap</a> and related projects. <a href="https://nmap.org/mailman/listinfo/d..." />
<outline text="Open Source Security" title="Open Source Security" type="rss" xmlUrl="https://seclists.org/rss/oss-sec.rss" htmlUrl="https://seclists.org/rss/oss-sec.rss" description="Discussion of security flaws, concepts, and practices in the Open Source community" />
<outline text="Product Hunt — The best new products, every day" title="Product Hunt — The best new products, every day" type="rss" xmlUrl="https://www.producthunt.com/feed" htmlUrl="https://www.producthunt.com/feed" description="Updates from Product Hunt — The best new products, every day." />
<outline text="Reversing Engineering for the Soul" title="Reversing Engineering for the Soul" type="rss" xmlUrl="https://ctf.re/feed.xml" htmlUrl="https://ctf.re/feed.xml" description="OSINT resources and community updates from Reversing Engineering for the Soul." />
<outline text="Stories by Guardio on Medium" title="Stories by Guardio on Medium" type="rss" xmlUrl="https://medium.com/feed/@guardiosecurity" htmlUrl="https://medium.com/feed/@guardiosecurity" description="Stories by Guardio on Medium" />
<outline text="Stories by Netflix Technology Blog on Medium" title="Stories by Netflix Technology Blog on Medium" type="rss" xmlUrl="https://medium.com/feed/@netflixtechblog" htmlUrl="https://medium.com/feed/@netflixtechblog" description="Stories by Netflix Technology Blog on Medium" />
<outline text="The Cybersecurity Pulse (TCP)" title="The Cybersecurity Pulse (TCP)" type="rss" xmlUrl="https://www.cybersecuritypulse.net/feed" htmlUrl="https://www.cybersecuritypulse.net/feed" description="Welcome to TCP! The go-to source for the latest in security product innovation. Join our growing community today!" />
<outline text="The OSINT Newsletter" title="The OSINT Newsletter" type="rss" xmlUrl="https://osintnewsletter.com/feed" htmlUrl="https://osintnewsletter.com/feed" description="OSINT news, tools, tactics, and techniques" />
<outline text="The RISKS Digest" title="The RISKS Digest" type="rss" xmlUrl="https://catless.ncl.ac.uk/risksrss2.xml" htmlUrl="https://catless.ncl.ac.uk/risksrss2.xml" description="The website of the RISKS mailing list" />
<outline text="This Week in Rust" title="This Week in Rust" type="rss" xmlUrl="https://this-week-in-rust.org/rss.xml" htmlUrl="https://this-week-in-rust.org/rss.xml" description="Stay up to date with events, learning resources, and recent developments in the Rust community." />
</outline>
<outline text="Podcasts & YouTube" title="Podcasts & YouTube">
<outline text="7 Minute Security" title="7 Minute Security" type="rss" xmlUrl="https://7ms.us/rss" htmlUrl="https://7ms.us/rss" description="Skip to content Welcome! 7 Minute Security podcast episode show notes are here , our “third Thursday” YouTube livestream is here , and our Light Pentest eBook is here . Search for: About Us Leadership Our History Cert..." />
<outline text="Absolute AppSec" title="Absolute AppSec" type="rss" xmlUrl="https://absoluteappsec.com/rss.xml" htmlUrl="https://absoluteappsec.com/rss.xml" description="A weekly podcast of all things application security related. Hosted by Ken Johnson and Seth Law." />
<outline text="Absolute AppSec" title="Absolute AppSec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo9CDrIB0rJwG4GGz8CZEaQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo9CDrIB0rJwG4GGz8CZEaQ" description="Video uploads from Absolute AppSec on YouTube." />
<outline text="Andy Li" title="Andy Li" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCKTs4jCh9yLbFfZHntSairQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCKTs4jCh9yLbFfZHntSairQ" description="Video uploads from Andy Li on YouTube." />
<outline text="Antisyphon Training" title="Antisyphon Training" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkFKiCm7dD0gsB4jqIdCuRQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkFKiCm7dD0gsB4jqIdCuRQ" description="Video uploads from Antisyphon Training on YouTube." />
<outline text="Application Security Weekly (Video)" title="Application Security Weekly (Video)" type="rss" xmlUrl="https://feeds.libsyn.com/112258/rss" htmlUrl="https://feeds.libsyn.com/112258/rss" description="About all things AppSec, DevOps, and DevSecOps. Hosted by Mike Shema and John Kinsella, the podcast focuses on helping its audience find and fix software flaws effectively." />
<outline text="Beers with Talos Podcast" title="Beers with Talos Podcast" type="rss" xmlUrl="https://feeds.feedburner.com/BeersWithTalosPodcast" htmlUrl="https://feeds.feedburner.com/BeersWithTalosPodcast" description="Beers with Talos" />
<outline text="Black Hat" title="Black Hat" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ6q9Ie29ajGqKApbLqfBOg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ6q9Ie29ajGqKApbLqfBOg" description="Video uploads from Black Hat on YouTube." />
<outline text="BSidesLV" title="BSidesLV" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCpNGmljppAJbTIA5Msms1Pw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCpNGmljppAJbTIA5Msms1Pw" description="Video uploads from BSidesLV on YouTube." />
<outline text="Bug Bounty Reports Explained" title="Bug Bounty Reports Explained" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZDyl7G-Lq-EMVO8PfDFp9g" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCZDyl7G-Lq-EMVO8PfDFp9g" description="Video uploads from Bug Bounty Reports Explained on YouTube." />
<outline text="Bugcrowd" title="Bugcrowd" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo1NHk_bgbAbDBc4JinrXww" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCo1NHk_bgbAbDBc4JinrXww" description="Video uploads from Bugcrowd on YouTube." />
<outline text="CISO Series" title="CISO Series" type="rss" xmlUrl="https://cisoseries.libsyn.com/rss" htmlUrl="https://cisoseries.libsyn.com/rss" description="Daily stories from the world of information security. To delve into any daily story, head to CISOseries.com." />
<outline text="CISO Series Podcast" title="CISO Series Podcast" type="rss" xmlUrl="https://davidspark.libsyn.com/cisovendor" htmlUrl="https://davidspark.libsyn.com/cisovendor" description="Discussions, tips, and debates from security practitioners and vendors on how to work better together to improve security for themselves and everyone else." />
<outline text="Cristi Vlad" title="Cristi Vlad" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCXXXoi68Hv6caNLWfw7j8MQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCXXXoi68Hv6caNLWfw7j8MQ" description="Video uploads from Cristi Vlad on YouTube." />
<outline text="Critical Thinking - A Bug Bounty Podcast" title="Critical Thinking - A Bug Bounty Podcast" type="rss" xmlUrl="https://media.rss.com/ctbbpodcast/feed.xml" htmlUrl="https://media.rss.com/ctbbpodcast/feed.xml" description="A "by Hackers for Hackers" podcast focused on technical content ranging from bug bounty tips, to write-up explanations, to the latest hacking techniques." />
<outline text="CryptoCat" title="CryptoCat" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCEeuul0q7C8Zs5C8rc4REFQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCEeuul0q7C8Zs5C8rc4REFQ" description="Video uploads from CryptoCat on YouTube." />
<outline text="CYBER" title="CYBER" type="rss" xmlUrl="https://feeds.acast.com/public/shows/cyber" htmlUrl="https://feeds.acast.com/public/shows/cyber" description="Hacking. Hackers. Disinformation campaigns. Encryption. The Cyber. This stuff gets complicated really fast, but Motherboard spends its time embedded in the infosec world so you don't have to. Host Matthew Gault talks..." />
<outline text="Cyber Studies" title="Cyber Studies" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC7RUTWLRR1_-GPQRfQ3Qj2w" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC7RUTWLRR1_-GPQRfQ3Qj2w" description="Video uploads from Cyber Studies on YouTube." />
<outline text="Cybercrime Magazine" title="Cybercrime Magazine" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCRikWa5PGyQZw0yATk8iZWg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCRikWa5PGyQZw0yATk8iZWg" description="Video uploads from Cybercrime Magazine on YouTube." />
<outline text="Cybersecurity Today" title="Cybersecurity Today" type="rss" xmlUrl="https://feeds.libsyn.com/118065/rss" htmlUrl="https://feeds.libsyn.com/118065/rss" description="Updates on the latest cybersecurity threats to businesses, data breach disclosures, and how you can secure your firm in an increasingly risky time." />
<outline text="Cyberspatial" title="Cyberspatial" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC9EX_PSbngZP8pkPWSUpPzw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC9EX_PSbngZP8pkPWSUpPzw" description="Video uploads from Cyberspatial on YouTube." />
<outline text="CyberWire Daily" title="CyberWire Daily" type="rss" xmlUrl="https://feeds.megaphone.fm/cyberwire-daily-podcast" htmlUrl="https://feeds.megaphone.fm/cyberwire-daily-podcast" description="The daily cybersecurity news and analysis industry leaders depend on." />
<outline text="CYBERWOX" title="CYBERWOX" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCY-UlEymdA23eo09U9a0FLA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCY-UlEymdA23eo09U9a0FLA" description="Video uploads from CYBERWOX on YouTube." />
<outline text="Cybrary" title="Cybrary" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCzWPaANpPISEE_xvJm8lqHA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCzWPaANpPISEE_xvJm8lqHA" description="Video uploads from Cybrary on YouTube." />
<outline text="Cyrill Gössi" title="Cyrill Gössi" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCp1rLlh9AQN9Pejzbg9dcAg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCp1rLlh9AQN9Pejzbg9dcAg" description="Video uploads from Cyrill Gössi on YouTube." />
<outline text="Darknet Diaries" title="Darknet Diaries" type="rss" xmlUrl="https://feeds.megaphone.fm/darknetdiaries" htmlUrl="https://feeds.megaphone.fm/darknetdiaries" description="True stories from the dark side of the Internet" />
<outline text="David Bombal" title="David Bombal" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCP7WmQ_U4GB3K51Od9QvM0w" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCP7WmQ_U4GB3K51Od9QvM0w" description="Video uploads from David Bombal on YouTube." />
<outline text="DAY[0]" title="DAY[0]" type="rss" xmlUrl="https://dayzerosec.com/feed.xml" htmlUrl="https://dayzerosec.com/feed.xml" description="Security research and blog updates from DAY[0]." />
<outline text="DEFCONConference" title="DEFCONConference" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC6Om9kAkl32dWlDSNlDS9Iw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC6Om9kAkl32dWlDSNlDS9Iw" description="Video uploads from DEFCONConference on YouTube." />
<outline text="Defense in Depth" title="Defense in Depth" type="rss" xmlUrl="https://defenseindepth.libsyn.com/rss" htmlUrl="https://defenseindepth.libsyn.com/rss" description="Defense in Depth promises clear talk on cybersecurity's most controversial and confusing debates. Once a week we choose one controversial and popular cybersecurity debate and use the InfoSec community's insights to le..." />
<outline text="Dr Josh Stroschein" title="Dr Josh Stroschein" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCI8zwug_Lv4_-KPT62oeDUA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCI8zwug_Lv4_-KPT62oeDUA" description="Video uploads from Dr Josh Stroschein on YouTube." />
<outline text="Elevate Cyber" title="Elevate Cyber" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCcHAyzVBPtV6i_rhqBPoA6w" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCcHAyzVBPtV6i_rhqBPoA6w" description="Video uploads from Elevate Cyber on YouTube." />
<outline text="Enterprise Security Weekly (Video)" title="Enterprise Security Weekly (Video)" type="rss" xmlUrl="https://feeds.libsyn.com/81245/rss" htmlUrl="https://feeds.libsyn.com/81245/rss" description="News, analysis, and insights into enterprise security. We put security vendors under the microscope, and explore the latest trends that can help defenders succeed. Hosted by Adrian Sanabria. Co hosts: Katie Teitler-Sa..." />
<outline text="Error Code" title="Error Code" type="rss" xmlUrl="https://feed.podbean.com/errorcode/feed.xml" htmlUrl="https://feed.podbean.com/errorcode/feed.xml" description="Error Code is a biweekly narrative podcast that provides you both context and conversation with some of the best minds working today toward code resilience and dependability. Work that can lead to autonomous vehicles..." />
<outline text="ESET" title="ESET" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkN7IPX-dVEsAdjoLdFda1g" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCkN7IPX-dVEsAdjoLdFda1g" description="Video uploads from ESET on YouTube." />
<outline text="Farah Hawa" title="Farah Hawa" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCq9IyPMXiwD8yBFHkxmN8zg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCq9IyPMXiwD8yBFHkxmN8zg" description="Video uploads from Farah Hawa on YouTube." />
<outline text="Forensic Focus" title="Forensic Focus" type="rss" xmlUrl="https://feeds.libsyn.com/200150/rss" htmlUrl="https://feeds.libsyn.com/200150/rss" description="Digital forensics discussion for computer forensics, DFIR and eDiscovery professionals. Visit Forensic Focus at forensicfocus.com for more." />
<outline text="Forensic Focus" title="Forensic Focus" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQajlJPesqmyWJDN52AZI4Q" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCQajlJPesqmyWJDN52AZI4Q" description="Video uploads from Forensic Focus on YouTube." />
<outline text="fwd:cloudsec" title="fwd:cloudsec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjfghTrOeq5Qu0WdKjxBpBA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjfghTrOeq5Qu0WdKjxBpBA" description="Video uploads from fwd:cloudsec on YouTube." />
<outline text="Gerald Auger, PhD - Simply Cyber" title="Gerald Auger, PhD - Simply Cyber" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCG-48Ki-b6W_siaUkukJOSw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCG-48Ki-b6W_siaUkukJOSw" description="Video uploads from Gerald Auger, PhD - Simply Cyber on YouTube." />
<outline text="Grant Collins" title="Grant Collins" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCTLUi3oc1-a7dS-2-YgEKmA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCTLUi3oc1-a7dS-2-YgEKmA" description="Video uploads from Grant Collins on YouTube." />
<outline text="GRIMM Cybersecurity (SMFS, Inc.)" title="GRIMM Cybersecurity (SMFS, Inc.)" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCpYB6eIJB4jBGSAJcAhCMhw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCpYB6eIJB4jBGSAJcAhCMhw" description="Video uploads from GRIMM Cybersecurity (SMFS, Inc.) on YouTube." />
<outline text="Guided Hacking" title="Guided Hacking" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCMi6F5Ac3kQDfffWXQGZDw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCMi6F5Ac3kQDfffWXQGZDw" description="Video uploads from Guided Hacking on YouTube." />
<outline text="Hack&#x27;n Speak" title="Hack&#x27;n Speak" type="rss" xmlUrl="https://anchor.fm/s/435c0d58/podcast/rss" htmlUrl="https://anchor.fm/s/435c0d58/podcast/rss" description="Bienvenue sur le podcast francophone Hack'n Speak ! Notre but est de partager la voix de nos 'hacker' à travers leurs outils / recherches." />
<outline text="Hacker History Podcast" title="Hacker History Podcast" type="rss" xmlUrl="https://hackerhistory.com/feed/podcast" htmlUrl="https://hackerhistory.com/feed/podcast" description="History of Hackers" />
<outline text="Hacker Valley Media" title="Hacker Valley Media" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-JXhtTw4scg74yWwkuX-ow" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-JXhtTw4scg74yWwkuX-ow" description="Video uploads from Hacker Valley Media on YouTube." />
<outline text="HackerOne" title="HackerOne" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsgzmECky2Q9lQMWzDwMhYw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCsgzmECky2Q9lQMWzDwMhYw" description="Video uploads from HackerOne on YouTube." />
<outline text="HackerSploit" title="HackerSploit" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0ZTPkdxlAKf-V33tqXwi3Q" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0ZTPkdxlAKf-V33tqXwi3Q" description="Video uploads from HackerSploit on YouTube." />
<outline text="Hacking Humans" title="Hacking Humans" type="rss" xmlUrl="https://feeds.megaphone.fm/hacking-humans" htmlUrl="https://feeds.megaphone.fm/hacking-humans" description="Deception, influence, and social engineering in the world of cyber crime." />
<outline text="Hacktivity - IT Security Festival" title="Hacktivity - IT Security Festival" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC71Pa-YHA32hYPKTRjZgbXw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC71Pa-YHA32hYPKTRjZgbXw" description="Video uploads from Hacktivity - IT Security Festival on YouTube." />
<outline text="Hak5" title="Hak5" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC3s0BtrBJpwNDaflRSoiieQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC3s0BtrBJpwNDaflRSoiieQ" description="Video uploads from Hak5 on YouTube." />
<outline text="Help Me With HIPAA" title="Help Me With HIPAA" type="rss" xmlUrl="https://helpmewithhipaa.com/feed" htmlUrl="https://helpmewithhipaa.com/feed" description="HIPAA Is Not About Compliance, Its About Patient Care!" />
<outline text="Infosec" title="Infosec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4TAjYDpNggDwictUA180LA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4TAjYDpNggDwictUA180LA" description="Video uploads from Infosec on YouTube." />
<outline text="InfoSec Pat" title="InfoSec Pat" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCYuizWN2ac4L7CZ-WWHZQKw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCYuizWN2ac4L7CZ-WWHZQKw" description="Video uploads from InfoSec Pat on YouTube." />
<outline text="InsiderPhD" title="InsiderPhD" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCPiN9NPjIer8Do9gUFxKv7A" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCPiN9NPjIer8Do9gUFxKv7A" description="Video uploads from InsiderPhD on YouTube." />
<outline text="IppSec" title="IppSec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCa6eh7gCkpPo5XXUDfygQQA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCa6eh7gCkpPo5XXUDfygQQA" description="Video uploads from IppSec on YouTube." />
<outline text="ITPro" title="ITPro" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-8Ba047kFinfgp3sO53qcA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC-8Ba047kFinfgp3sO53qcA" description="Video uploads from ITPro on YouTube." />
<outline text="Jason Ford {JSON:SEC}" title="Jason Ford {JSON:SEC}" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC6r2CYsKIDjG0Z-VBn4ahVA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC6r2CYsKIDjG0Z-VBn4ahVA" description="Video uploads from Jason Ford {JSON:SEC} on YouTube." />
<outline text="Jim Browning" title="Jim Browning" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBNG0osIBAprVcZZ3ic84vw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCBNG0osIBAprVcZZ3ic84vw" description="Video uploads from Jim Browning on YouTube." />
<outline text="John Hammond" title="John Hammond" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVeW9qkBjo3zosnqUbG7CFw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVeW9qkBjo3zosnqUbG7CFw" description="Video uploads from John Hammond on YouTube." />
<outline text="Jon Good" title="Jon Good" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCbbBt23LHt4WhjiWh67NJ3w" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCbbBt23LHt4WhjiWh67NJ3w" description="Video uploads from Jon Good on YouTube." />
<outline text="Kitboga" title="Kitboga" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCm22FAXZMw1BaWeFszZxUKw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCm22FAXZMw1BaWeFszZxUKw" description="Video uploads from Kitboga on YouTube." />
<outline text="Life of a CISO with Dr. Eric Cole" title="Life of a CISO with Dr. Eric Cole" type="rss" xmlUrl="https://ericcole.libsyn.com/rss" htmlUrl="https://ericcole.libsyn.com/rss" description="The biggest threat to you and this country today is a cyber attack. Are you protected? Find out now with Dr. Eric Cole, former special agent for the CIA and current CEO of Secure Anchor." />
<outline text="LiveOverflow" title="LiveOverflow" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UClcE-kVhqyiHCcjYwcpfj9w" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UClcE-kVhqyiHCcjYwcpfj9w" description="Video uploads from LiveOverflow on YouTube." />
<outline text="Malicious Life" title="Malicious Life" type="rss" xmlUrl="https://malicious.life/feed/podcast" htmlUrl="https://malicious.life/feed/podcast" description="Tales of cybersecurity. The wildest hacks you can ever imagine, told by people who were actually there. Dig into a history you never knew existed." />
<outline text="MalwareAnalysisForHedgehogs" title="MalwareAnalysisForHedgehogs" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVFXrUwuWxNlm6UNZtBLJ-A" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCVFXrUwuWxNlm6UNZtBLJ-A" description="Video uploads from MalwareAnalysisForHedgehogs on YouTube." />
<outline text="MyDFIR" title="MyDFIR" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCWoH3f-Yx6TxJfO2O_ezJUw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCWoH3f-Yx6TxJfO2O_ezJUw" description="Video uploads from MyDFIR on YouTube." />
<outline text="Nahamsec" title="Nahamsec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCZDt7MuC3Hzs6IH4xODLBw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCCZDt7MuC3Hzs6IH4xODLBw" description="Video uploads from Nahamsec on YouTube." />
<outline text="NetworkChuck" title="NetworkChuck" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC9x0AN7BWHpCDHSm9NiJFJQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC9x0AN7BWHpCDHSm9NiJFJQ" description="Video uploads from NetworkChuck on YouTube." />
<outline text="OALabs" title="OALabs" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC--DwaiMV-jtO-6EvmKOnqg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC--DwaiMV-jtO-6EvmKOnqg" description="Video uploads from OALabs on YouTube." />
<outline text="OffSec" title="OffSec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChYZsplz61SeG0olX6cMoAA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UChYZsplz61SeG0olX6cMoAA" description="Video uploads from OffSec on YouTube." />
<outline text="OWASP Foundation" title="OWASP Foundation" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCe8j61ABYDuPTdtjItD2veA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCe8j61ABYDuPTdtjItD2veA" description="Video uploads from OWASP Foundation on YouTube." />
<outline text="Phillip Wylie" title="Phillip Wylie" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCeZgoXbccmkcf9viz974MEA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCeZgoXbccmkcf9viz974MEA" description="Video uploads from Phillip Wylie on YouTube." />
<outline text="PinkDraconian" title="PinkDraconian" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmXwpkCXmIKjoRLMsq9I3RA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCmXwpkCXmIKjoRLMsq9I3RA" description="Video uploads from PinkDraconian on YouTube." />
<outline text="Podcasts Archive - Security Through Education" title="Podcasts Archive - Security Through Education" type="rss" xmlUrl="https://www.social-engineer.org/podcasts/feed" htmlUrl="https://www.social-engineer.org/podcasts/feed" description="A free learning resource from Social-Engineer, LLC" />
<outline text="PurpleSec" title="PurpleSec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ_dsa5WPjwNGK8PLnB18Bw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCJ_dsa5WPjwNGK8PLnB18Bw" description="Video uploads from PurpleSec on YouTube." />
<outline text="Red Team Village" title="Red Team Village" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC8nq3PX9coMiqgKH6fw-VCQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC8nq3PX9coMiqgKH6fw-VCQ" description="Video uploads from Red Team Village on YouTube." />
<outline text="Redefining CyberSecurity" title="Redefining CyberSecurity" type="rss" xmlUrl="https://feeds.simplecast.com/GzAtTpW2" htmlUrl="https://feeds.simplecast.com/GzAtTpW2" description="Redefining CyberSecurity Podcast Hosted by Sean Martin, CISSP Have you ever thought that we are selling cybersecurity insincerely, buying it indiscriminately, and deploying it ineffectively? For cybersecurity to be ge..." />
<outline text="Risky Business" title="Risky Business" type="rss" xmlUrl="https://risky.biz/feeds/risky-business" htmlUrl="https://risky.biz/feeds/risky-business" description="Risky.biz is an independent information security news platform and podcast network founded by Patrick Gray in 2007, serving as a key resource for cybersecurity professionals." />
<outline text="Risky Business News" title="Risky Business News" type="rss" xmlUrl="https://risky.biz/feeds/risky-business-news" htmlUrl="https://risky.biz/feeds/risky-business-news" description="Regular cybersecurity news updates from the Risky Business team..." />
<outline text="RSA Conference" title="RSA Conference" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCYzwGkfOqrevO-4TuTjPLwQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCYzwGkfOqrevO-4TuTjPLwQ" description="Video uploads from RSA Conference on YouTube." />
<outline text="Sandra - Tech &amp; Lifestyle" title="Sandra - Tech &amp; Lifestyle" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC5qEPWtHLFRIjhW_3xd5g2A" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC5qEPWtHLFRIjhW_3xd5g2A" description="Video uploads from Sandra - Tech & Lifestyle on YouTube." />
<outline text="SANS Cloud Security" title="SANS Cloud Security" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCMaclFQGtT064H9KNsfomGA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCMaclFQGtT064H9KNsfomGA" description="Video uploads from SANS Cloud Security on YouTube." />
<outline text="SANS Institute" title="SANS Institute" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2uPNhGken-ogEpJDi4ly6w" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC2uPNhGken-ogEpJDi4ly6w" description="Video uploads from SANS Institute on YouTube." />
<outline text="SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)" title="SANS Internet Stormcenter Daily Cyber Security Podcast (Stormcast)" type="rss" xmlUrl="https://www.dshield.org/dailypodcast.xml" htmlUrl="https://www.dshield.org/dailypodcast.xml" description="Daily update on current cyber security threats" />
<outline text="SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast" title="SANS Internet Stormcenter Daily Network/Cyber Security and Information Security Stormcast" type="rss" xmlUrl="https://isc.sans.edu/dailypodcast.xml" htmlUrl="https://isc.sans.edu/dailypodcast.xml" description="Daily update on current cyber security threats" />
<outline text="SANS Offensive Operations" title="SANS Offensive Operations" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCP28F4uf9s2V1_SQwnJST_A" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCP28F4uf9s2V1_SQwnJST_A" description="Video uploads from SANS Offensive Operations on YouTube." />
<outline text="Security Beyond The Checkbox" title="Security Beyond The Checkbox" type="rss" xmlUrl="https://feeds.buzzsprout.com/2137278.rss" htmlUrl="https://feeds.buzzsprout.com/2137278.rss" description="Move past checkbox security and optimize the return on your cybersecurity investments. As the co-founder and CEO/CMO of PurpleSec, Jason Firch leverages his extensive expertise to guide listeners through the "Security..." />
<outline text="Security BSides London" title="Security BSides London" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCXXNOelGiY_N96a2nfhcaDA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCXXNOelGiY_N96a2nfhcaDA" description="Video uploads from Security BSides London on YouTube." />
<outline text="Security BSides San Francisco" title="Security BSides San Francisco" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCWemrSP6Aba171jXReCz_Qg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCWemrSP6Aba171jXReCz_Qg" description="Video uploads from Security BSides San Francisco on YouTube." />
<outline text="Security Cryptography Whatever" title="Security Cryptography Whatever" type="rss" xmlUrl="https://feeds.buzzsprout.com/1822302.rss" htmlUrl="https://feeds.buzzsprout.com/1822302.rss" description="Some cryptography & security people talk about security, cryptography, and whatever else is happening." />
<outline text="Security Now" title="Security Now" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCNbqa_9xihC8yaV2o6dlsUg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCNbqa_9xihC8yaV2o6dlsUg" description="Video uploads from Security Now on YouTube." />
<outline text="Security Now (YouTube Playlist)" title="Security Now (YouTube Playlist)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLdPwyUeH0mS566Y0YZ7oAGghzMgRlWTBf" htmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLdPwyUeH0mS566Y0YZ7oAGghzMgRlWTBf" description="Video updates from Security Now (YouTube Playlist) covering podcasts & youtube." />
<outline text="Security Talk (YouTube)" title="Security Talk (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLRs8fqjYD5IJ02x06clJs-aXmFrYLN6F-" htmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLRs8fqjYD5IJ02x06clJs-aXmFrYLN6F-" description="Video updates from Security Talk (YouTube) covering podcasts & youtube." />
<outline text="Security Weekly" title="Security Weekly" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCg--XBjJ50a9tUhTKXVPiqg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCg--XBjJ50a9tUhTKXVPiqg" description="Video uploads from Security Weekly on YouTube." />
<outline text="Security Weekly (Download Only)" title="Security Weekly (Download Only)" type="rss" xmlUrl="https://feeds.libsyn.com/134669/rss" htmlUrl="https://feeds.libsyn.com/134669/rss" description="Repository for download only audio entities." />
<outline text="Security Weekly News (Video)" title="Security Weekly News (Video)" type="rss" xmlUrl="https://feeds.libsyn.com/81244/rss" htmlUrl="https://feeds.libsyn.com/81244/rss" description="Concise, bi-weekly reviews of the most significant security stories, including malware, threats, government actions, and other cybersecurity topics. Hosted by Dr. Doug White. Co hosts: Josh Marpet, Aaran Leyland." />
<outline text="Security Weekly News (YouTube)" title="Security Weekly News (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLlPkFwQHxYE5CBDxb2i-r_HjVaazxyh4i" htmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLlPkFwQHxYE5CBDxb2i-r_HjVaazxyh4i" description="Video updates from Security Weekly News (YouTube) covering podcasts & youtube." />
<outline text="Security Weekly Podcast Network (Audio)" title="Security Weekly Podcast Network (Audio)" type="rss" xmlUrl="https://feeds.libsyn.com/18678/rss" htmlUrl="https://feeds.libsyn.com/18678/rss" description="Security podcasts and talks from Security Weekly Podcast Network (Audio)." />
<outline text="SecurityFWD" title="SecurityFWD" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCaXV-r0zzGOsVg3V2U164wA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCaXV-r0zzGOsVg3V2U164wA" description="Video uploads from SecurityFWD on YouTube." />
<outline text="SecurityMetrics, Inc." title="SecurityMetrics, Inc." type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCSR2-ioTo7Tk7IB3TPSE6_A" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCSR2-ioTo7Tk7IB3TPSE6_A" description="Video uploads from SecurityMetrics, Inc. on YouTube." />
<outline text="Seytonic" title="Seytonic" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCW6xlqxSY3gGur4PkGPEUeA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCW6xlqxSY3gGur4PkGPEUeA" description="Video uploads from Seytonic on YouTube." />
<outline text="ShadowTalk powered by ReliaQuest" title="ShadowTalk powered by ReliaQuest" type="rss" xmlUrl="https://feeds.buzzsprout.com/2154459.rss" htmlUrl="https://feeds.buzzsprout.com/2154459.rss" description="Want to hear what industry experts really think about the cyber threats they face? ShadowTalk is a weekly cybersecurity podcast, made by practitioners for practitioners, featuring analytical insights on the latest cyb..." />
<outline text="Smashing Security" title="Smashing Security" type="rss" xmlUrl="https://www.smashingsecurity.com/rss" htmlUrl="https://www.smashingsecurity.com/rss" description="Hacking stories and cybersecurity insights" />
<outline text="SocialEngineerOrg" title="SocialEngineerOrg" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCC1vbVVbYdNe-OZRldj-U6g" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCC1vbVVbYdNe-OZRldj-U6g" description="Video uploads from SocialEngineerOrg on YouTube." />
<outline text="Software Engineering Institute (SEI) Podcast Series" title="Software Engineering Institute (SEI) Podcast Series" type="rss" xmlUrl="https://feeds.libsyn.com/127181/rss" htmlUrl="https://feeds.libsyn.com/127181/rss" description="The SEI Podcast Series presents conversations in software engineering, cybersecurity, and future technologies." />
<outline text="StudioSec" title="StudioSec" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCLXQOTWipgpd6CtDKrclqNw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCLXQOTWipgpd6CtDKrclqNw" description="Video uploads from StudioSec on YouTube." />
<outline text="Surveillance Report" title="Surveillance Report" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0W_BIuwk8D0Bv4THbVZZOQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0W_BIuwk8D0Bv4THbVZZOQ" description="Video uploads from Surveillance Report on YouTube." />
<outline text="t3l3machus" title="t3l3machus" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCebj---w2CTP49tah7a8Veg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCebj---w2CTP49tah7a8Veg" description="Video uploads from t3l3machus on YouTube." />
<outline text="The Cyber Distortion Podcast" title="The Cyber Distortion Podcast" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCK9QTAgoEyo6ZwuggepHSvQ" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCK9QTAgoEyo6ZwuggepHSvQ" description="Video uploads from The Cyber Distortion Podcast on YouTube." />
<outline text="The Cyber Mentor" title="The Cyber Mentor" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0ArlFuFYMpEewyRBzdLHiw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC0ArlFuFYMpEewyRBzdLHiw" description="Video uploads from The Cyber Mentor on YouTube." />
<outline text="The Cyber Security Recruiter" title="The Cyber Security Recruiter" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC6W86lQzOrz6X4aQTTKAB1A" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC6W86lQzOrz6X4aQTTKAB1A" description="Video uploads from The Cyber Security Recruiter on YouTube." />
<outline text="The Cyberlaw Podcast" title="The Cyberlaw Podcast" type="rss" xmlUrl="https://www.steptoe.com/feed-Cyberlaw.rss" htmlUrl="https://www.steptoe.com/feed-Cyberlaw.rss" description="The Cyberlaw Podcast is a weekly interview series and discussion offering an opinionated roundup of the latest events in technology, security, privacy, and government. It features in-depth interviews of a wide variety..." />
<outline text="The Host Unknown Podcast" title="The Host Unknown Podcast" type="rss" xmlUrl="https://feeds.simplecast.com/_hSKbGFl" htmlUrl="https://feeds.simplecast.com/_hSKbGFl" description="Host Unknown is the unholy alliance of the old, the new and the rockstars of the infosec industry in an internet-based show that tries to care about issues in our industry. It regularly fails. With presenters that hav..." />
<outline text="The Official Offensive Security Podcast" title="The Official Offensive Security Podcast" type="rss" xmlUrl="https://anchor.fm/s/532bea14/podcast/rss" htmlUrl="https://anchor.fm/s/532bea14/podcast/rss" description="The one and only official podcast from OffSec, Inc. -- creators of the Kali OS, the OSCP certification, and the world's leading cybersecurity training" />
<outline text="The PC Security Channel" title="The PC Security Channel" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCKGe7fZ_S788Jaspxg-_5Sg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCKGe7fZ_S788Jaspxg-_5Sg" description="Video uploads from The PC Security Channel on YouTube." />
<outline text="The Privacy, Security, &amp; OSINT Show" title="The Privacy, Security, &amp; OSINT Show" type="rss" xmlUrl="https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" htmlUrl="https://feeds.soundcloud.com/users/soundcloud:users:261098918/sounds.rss" description="Podcast or video feed from The Privacy, Security, &amp; OSINT Show." />
<outline text="The Shared Security Show" title="The Shared Security Show" type="rss" xmlUrl="https://sharedsecurity.net/feed" htmlUrl="https://sharedsecurity.net/feed" description="The longest running cybersecurity and privacy podcast for actual humans." />
<outline text="The XSS rat" title="The XSS rat" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjBhClJ59W4hfUly51i11hg" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCjBhClJ59W4hfUly51i11hg" description="Video uploads from The XSS rat on YouTube." />
<outline text="Threat Wire (YouTube)" title="Threat Wire (YouTube)" type="rss" xmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLW5y1tjAOzI0Sx4UU2fncEwQ9BQLr5Vlu" htmlUrl="https://www.youtube.com/feeds/videos.xml?playlist_id=PLW5y1tjAOzI0Sx4UU2fncEwQ9BQLr5Vlu" description="Video updates from Threat Wire (YouTube) covering podcasts & youtube." />
<outline text="Troy Hunt&#x27;s Weekly Update Podcast" title="Troy Hunt&#x27;s Weekly Update Podcast" type="rss" xmlUrl="https://omny.fm/shows/troy-hunt-weekly-update/playlists/podcast.rss" htmlUrl="https://omny.fm/shows/troy-hunt-weekly-update/playlists/podcast.rss" description="Podcast or video feed from Troy Hunt&#x27;s Weekly Update Podcast." />
<outline text="Truffle Security" title="Truffle Security" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCGwKrfQJWHgZeFFumnjrpAA" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCGwKrfQJWHgZeFFumnjrpAA" description="Video uploads from Truffle Security on YouTube." />
<outline text="Ubuntu Security Podcast" title="Ubuntu Security Podcast" type="rss" xmlUrl="https://ubuntusecuritypodcast.org/episode/index.xml" htmlUrl="https://ubuntusecuritypodcast.org/episode/index.xml" description="A fortnightly podcast talking about the latest developments and updates from the Ubuntu Security team, including a summary of recent security vulnerabilities and fixes as well as a discussion on some of the goings on..." />
<outline text="UNSECURITY: Information Security Podcast" title="UNSECURITY: Information Security Podcast" type="rss" xmlUrl="https://www.spreaker.com/show/3246578/episodes/feed" htmlUrl="https://www.spreaker.com/show/3246578/episodes/feed" description="Weekly information security podcast airing Monday mornings hosted by Oscar Minks and Brad Nigh. In a unique focus on protecting personal information, Oscar and Brad discuss information security as an issue that includ..." />
<outline text="Unsupervised Learning" title="Unsupervised Learning" type="rss" xmlUrl="https://rss.beehiiv.com/feeds/gQxaV1KHkQ.xml" htmlUrl="https://rss.beehiiv.com/feeds/gQxaV1KHkQ.xml" description="Podcast or video feed from Unsupervised Learning." />
<outline text="USENIX" title="USENIX" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4-GrpQBx6WCGwmwozP744Q" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UC4-GrpQBx6WCGwmwozP744Q" description="Video uploads from USENIX on YouTube." />
<outline text="What the Shell?" title="What the Shell?" type="rss" xmlUrl="https://feed.podbean.com/whattheshell/feed.xml" htmlUrl="https://feed.podbean.com/whattheshell/feed.xml" description="Welcome to ”What the Shell?” where I dive into major hacks and vulnerabilities in a way meant to be accessible by anyone. Come with me as we look at each incident through an exciting lens of curiosity. Join us on our..." />
<outline text="Wild West Hackin&#x27; Fest" title="Wild West Hackin&#x27; Fest" type="atom" xmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCef0TWni8ghLcJphdmDBoxw" htmlUrl="https://www.youtube.com/feeds/videos.xml?channel_id=UCef0TWni8ghLcJphdmDBoxw" description="Video uploads from Wild West Hackin' Fest on YouTube." />
</outline>
<outline text="Security (General) & Blogs" title="Security (General) & Blogs">
<outline text="Binalyze" title="Binalyze" type="rss" xmlUrl="https://binalyze.ai/feed" htmlUrl="https://binalyze.ai/feed" description="Updates from Binalyze covering security (general)." />
</outline>
<outline text="Vendors & Product Blogs" title="Vendors & Product Blogs">
<outline text="/dev/random" title="/dev/random" type="rss" xmlUrl="https://blog.rootshell.be/feed" htmlUrl="https://blog.rootshell.be/feed" description="&quot;If the enemy leaves a door open, you must rush in.&quot; - Sun Tzu" />
<outline text="0patch Blog" title="0patch Blog" type="rss" xmlUrl="https://blog.0patch.com/feeds/posts/default" htmlUrl="https://blog.0patch.com/feeds/posts/default" description="Vendor security updates, advisories, and guidance from 0patch Blog." />
<outline text="Acunetix Blog" title="Acunetix Blog" type="rss" xmlUrl="https://www.acunetix.com/blog/feed" htmlUrl="https://www.acunetix.com/blog/feed" description="Vendor security updates, advisories, and guidance from Acunetix Blog." />
<outline text="Akamai Blog" title="Akamai Blog" type="rss" xmlUrl="https://feeds.feedburner.com/akamai/blog" htmlUrl="https://feeds.feedburner.com/akamai/blog" description="Read more about what we&#x27;re thinking about in the Akamai blog." />
<outline text="ANY.RUN Cybersecurity Blog" title="ANY.RUN Cybersecurity Blog" type="rss" xmlUrl="https://any.run/cybersecurity-blog/feed" htmlUrl="https://any.run/cybersecurity-blog/feed" description="Cybersecurity Blog covers topics for experienced professionals as well as for those new to it." />
<outline text="Aqua" title="Aqua" type="rss" xmlUrl="https://www.aquasec.com/feed" htmlUrl="https://www.aquasec.com/feed" description="Vendor security blog and product updates from Aqua." />
<outline text="Avast Decoded" title="Avast Decoded" type="rss" xmlUrl="https://decoded.avast.io/feed" htmlUrl="https://decoded.avast.io/feed" description="Security research and blog updates from Avast Decoded." />
<outline text="Avast Engineering" title="Avast Engineering" type="rss" xmlUrl="https://engineering.avast.io/feed" htmlUrl="https://engineering.avast.io/feed" description="Security research and blog updates from Avast Engineering." />
<outline text="AWS Security Blog" title="AWS Security Blog" type="rss" xmlUrl="https://aws.amazon.com/blogs/security/feed" htmlUrl="https://aws.amazon.com/blogs/security/feed" description="News, research, and updates on general security & blogs from AWS Security Blog." />
<outline text="Azure Network Security Blog" title="Azure Network Security Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=AzureNetworkSecurityBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=AzureNetworkSecurityBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Azure Purview Blog" title="Azure Purview Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=AzurePurviewBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=AzurePurviewBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Binary Ninja" title="Binary Ninja" type="rss" xmlUrl="https://binary.ninja/feed.xml" htmlUrl="https://binary.ninja/feed.xml" description="Security research and blog updates from Binary Ninja." />
<outline text="Bishopfox" title="Bishopfox" type="rss" xmlUrl="https://bishopfox.com/feeds/blog.rss" htmlUrl="https://bishopfox.com/feeds/blog.rss" description="The leader in offensive security, providing continuous pen testing, red teaming, attack surface management, and traditional security assessments." />
<outline text="BitSight Security Ratings Blog" title="BitSight Security Ratings Blog" type="rss" xmlUrl="https://www.bitsight.com/blog/rss.xml" htmlUrl="https://www.bitsight.com/blog/rss.xml" description="Read our Security Ratings blog for cybersecurity news, improving security performance, third-party risk management, &amp; more." />
<outline text="Blog - Praetorian" title="Blog - Praetorian" type="rss" xmlUrl="https://www.praetorian.com/blog/feed" htmlUrl="https://www.praetorian.com/blog/feed" description="Offensive Cybersecurity Managed Solutions" />
<outline text="Blog - Wordfence" title="Blog - Wordfence" type="atom" xmlUrl="https://www.wordfence.com/blog/feed/atom" htmlUrl="https://www.wordfence.com/blog/feed/atom" description="Wordfence research and alerts focused on WordPress vulnerabilities and website security." />
<outline text="Blog on 1Password Blog" title="Blog on 1Password Blog" type="rss" xmlUrl="https://blog.1password.com/index.xml" htmlUrl="https://blog.1password.com/index.xml" description="Vendor security blog and product updates from Blog on 1Password Blog." />
<outline text="Blog RSS feed" title="Blog RSS feed" type="rss" xmlUrl="https://www.sonarsource.com/blog/rss.xml" htmlUrl="https://www.sonarsource.com/blog/rss.xml" description="Vendor security blog and product updates from Blog RSS feed." />
<outline text="Blog RSS Feed | Snyk" title="Blog RSS Feed | Snyk" type="rss" xmlUrl="https://snyk.io/blog/feed" htmlUrl="https://snyk.io/blog/feed" description="Developer Security Platform" />
<outline text="Broadcom – Symantec Blogs" title="Broadcom – Symantec Blogs" type="rss" xmlUrl="https://sed-cms.broadcom.com/rss/v1/blogs/rss.xml" htmlUrl="https://sed-cms.broadcom.com/rss/v1/blogs/rss.xml" description="Vendor security updates, advisories, and guidance from Broadcom." />
<outline text="Censys" title="Censys" type="rss" xmlUrl="https://censys.com/feed" htmlUrl="https://censys.com/feed" description="Vendor security blog and product updates from Censys." />
<outline text="Chromium Blog" title="Chromium Blog" type="rss" xmlUrl="https://blog.chromium.org/feeds/posts/default" htmlUrl="https://blog.chromium.org/feeds/posts/default" description="Security research and blog updates from Chromium Blog." />
<outline text="Cisco Newsroom: Security" title="Cisco Newsroom: Security" type="rss" xmlUrl="https://newsroom.cisco.com/c/services/i/servlets/newsroom/rssfeed.json?feed=security" htmlUrl="https://newsroom.cisco.com/c/services/i/servlets/newsroom/rssfeed.json?feed=security" description="Cisco&#x27;s Latest Security News" />
<outline text="Cisco Security Blog" title="Cisco Security Blog" type="rss" xmlUrl="https://blogs.cisco.com/security/feed" htmlUrl="https://blogs.cisco.com/security/feed" description="Vendor security updates, advisories, and guidance from Cisco Security Blog." />
<outline text="ClamAV® blog" title="ClamAV® blog" type="atom" xmlUrl="https://www.clamav.net/feed" htmlUrl="https://www.clamav.net/feed" description="The leading open source anti-malware software, brought to you by Sourcefire." />
<outline text="Cloudflare – Security Tag" title="Cloudflare – Security Tag" type="rss" xmlUrl="https://blog.cloudflare.com/tag/security/rss" htmlUrl="https://blog.cloudflare.com/tag/security/rss" description="Cloudflare blog posts on security engineering, threat research, and incident learnings." />
<outline text="Cofense Intelligence" title="Cofense Intelligence" type="rss" xmlUrl="https://cofense.com/feed" htmlUrl="https://cofense.com/feed" description="Vendor security updates, advisories, and guidance from Cofense Intelligence." />
<outline text="Compass Security Blog" title="Compass Security Blog" type="rss" xmlUrl="https://blog.compass-security.com/feed" htmlUrl="https://blog.compass-security.com/feed" description="Offensive Defense" />
<outline text="Core Infrastructure and Security Blog" title="Core Infrastructure and Security Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=CoreInfrastructureandSecurityBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=CoreInfrastructureandSecurityBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="CrowdStrike Blog" title="CrowdStrike Blog" type="rss" xmlUrl="https://www.crowdstrike.com/en-us/blog/feed" htmlUrl="https://www.crowdstrike.com/en-us/blog/feed" description="Vendor security updates, advisories, and guidance from CrowdStrike Blog." />
<outline text="Cybereason Blog" title="Cybereason Blog" type="rss" xmlUrl="https://www.cybereason.com/blog/rss.xml" htmlUrl="https://www.cybereason.com/blog/rss.xml" description="Cybereason research, threat intelligence, and security blog updates." />
<outline text="Cyble" title="Cyble" type="rss" xmlUrl="https://cyble.com/feed" htmlUrl="https://cyble.com/feed" description="Vendor security updates, advisories, and guidance from Cyble." />
<outline text="Cymulate" title="Cymulate" type="rss" xmlUrl="https://cymulate.com/feed" htmlUrl="https://cymulate.com/feed" description="Vendor security blog and product updates from Cymulate." />
<outline text="Datadog Security Labs" title="Datadog Security Labs" type="rss" xmlUrl="https://securitylabs.datadoghq.com/rss/feed.xml" htmlUrl="https://securitylabs.datadoghq.com/rss/feed.xml" description="Vendor security blog and product updates from Datadog Security Labs." />
<outline text="Datadog | The Monitor blog" title="Datadog | The Monitor blog" type="rss" xmlUrl="https://www.datadoghq.com/blog/index.xml" htmlUrl="https://www.datadoghq.com/blog/index.xml" description="Vendor security blog and product updates from Datadog | The Monitor blog." />
<outline text="Defender External Attack Surface Management Blog" title="Defender External Attack Surface Management Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=DefenderExternalAttackSurfaceMgmtBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=DefenderExternalAttackSurfaceMgmtBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Defender Threat Intelligence" title="Defender Threat Intelligence" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=DefenderThreatIntelligence" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=DefenderThreatIntelligence" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="EclecticIQ Blog" title="EclecticIQ Blog" type="rss" xmlUrl="https://blog.eclecticiq.com/rss.xml" htmlUrl="https://blog.eclecticiq.com/rss.xml" description="Vendor security updates, advisories, and guidance from EclecticIQ Blog." />
<outline text="Eclypsium | Supply Chain Security for the Modern Enterprise" title="Eclypsium | Supply Chain Security for the Modern Enterprise" type="rss" xmlUrl="https://eclypsium.com/feed" htmlUrl="https://eclypsium.com/feed" description="Vendor security updates, advisories, and guidance from Eclypsium." />
<outline text="Elastic Blog - Elasticsearch, Kibana, and ELK Stack" title="Elastic Blog - Elasticsearch, Kibana, and ELK Stack" type="rss" xmlUrl="https://www.elastic.co/blog/feed" htmlUrl="https://www.elastic.co/blog/feed" description="Tutorials, deep dives, news, releases, stories, and more from the creators of Elasticsearch" />
<outline text="Embrace The Red" title="Embrace The Red" type="rss" xmlUrl="https://embracethered.com/blog/index.xml" htmlUrl="https://embracethered.com/blog/index.xml" description="Recent content on Embrace The Red" />
<outline text="ESET – We Live Security (Vendor)" title="ESET – We Live Security (Vendor)" type="rss" xmlUrl="https://eset.com/int/rss.xml" htmlUrl="https://eset.com/int/rss.xml" description="Vendor security updates, advisories, and guidance from ESET." />
<outline text="Fidelis Security" title="Fidelis Security" type="rss" xmlUrl="https://fidelissecurity.com/feed" htmlUrl="https://fidelissecurity.com/feed" description="Vendor security updates, advisories, and guidance from Fidelis Security." />
<outline text="Fingerprint Blog RSS Feed" title="Fingerprint Blog RSS Feed" type="rss" xmlUrl="https://fingerprint.com/rss.xml" htmlUrl="https://fingerprint.com/rss.xml" description="Stop fraud, detect bots, or delight customers. Identify good and bad visitors with industry-leading accuracy - even if they're anonymous." />
<outline text="Firefox Add-ons Blog" title="Firefox Add-ons Blog" type="atom" xmlUrl="https://addons.mozilla.org/blog/feed.xml" htmlUrl="https://addons.mozilla.org/blog/feed.xml" description="Updates from Firefox Add-ons Blog covering vulnerabilities, cves." />
<outline text="Fox-IT International Blog" title="Fox-IT International Blog" type="rss" xmlUrl="https://blog.fox-it.com/feed" htmlUrl="https://blog.fox-it.com/feed" description="Vendor security updates, advisories, and guidance from Fox-IT International Blog." />
<outline text="Framework Blog" title="Framework Blog" type="rss" xmlUrl="https://frame.work/blog.rss" htmlUrl="https://frame.work/blog.rss" description="Vendor security blog and product updates from Framework Blog." />
<outline text="G DATA Security Blog" title="G DATA Security Blog" type="rss" xmlUrl="https://www.gdatasoftware.com/blog/rss.xml" htmlUrl="https://www.gdatasoftware.com/blog/rss.xml" description="Updates from G DATA Security Blog." />
<outline text="Google Cloud Blog" title="Google Cloud Blog" type="rss" xmlUrl="https://cloudblog.withgoogle.com/rss" htmlUrl="https://cloudblog.withgoogle.com/rss" description="Vendor security updates, advisories, and guidance from Google Cloud Blog." />
<outline text="Google Online Security Blog" title="Google Online Security Blog" type="atom" xmlUrl="https://feeds.feedburner.com/GoogleOnlineSecurityBlog" htmlUrl="https://feeds.feedburner.com/GoogleOnlineSecurityBlog" description="RSS feed for Google Online Security Blog, covering vendors & product blogs news and updates." />
<outline text="Google Project Zero" title="Google Project Zero" type="rss" xmlUrl="https://googleprojectzero.blogspot.com/feeds/posts/default" htmlUrl="https://googleprojectzero.blogspot.com/feeds/posts/default" description="Vendor security updates, advisories, and guidance from Google Project Zero." />
<outline text="Haxx Daniel" title="Haxx Daniel" type="rss" xmlUrl="https://daniel.haxx.se/blog/feed" htmlUrl="https://daniel.haxx.se/blog/feed" description="tech, open source and networking" />
<outline text="Heimdal Security Blog" title="Heimdal Security Blog" type="rss" xmlUrl="https://heimdalsecurity.com/blog/feed" htmlUrl="https://heimdalsecurity.com/blog/feed" description="A blog about all things internet security" />
<outline text="Huntress Blog" title="Huntress Blog" type="rss" xmlUrl="https://www.huntress.com/blog/rss.xml" htmlUrl="https://www.huntress.com/blog/rss.xml" description="Huntress research and reporting on threats targeting SMBs and MSPs." />
<outline text="Imperva Blog" title="Imperva Blog" type="rss" xmlUrl="https://www.imperva.com/blog/feed" htmlUrl="https://www.imperva.com/blog/feed" description="Vendor security updates, advisories, and guidance from Imperva Blog." />
<outline text="JISA Softech" title="JISA Softech" type="rss" xmlUrl="https://www.jisasoftech.com/feed" htmlUrl="https://www.jisasoftech.com/feed" description="Vendor security updates, advisories, and guidance from JISA Softech." />
<outline text="KnowBe4 Blog" title="KnowBe4 Blog" type="rss" xmlUrl="https://blog.knowbe4.com/rss.xml" htmlUrl="https://blog.knowbe4.com/rss.xml" description="News, research, and updates on general security & blogs from KnowBe4 Blog." />
<outline text="Lansweeper IT Asset Management" title="Lansweeper IT Asset Management" type="rss" xmlUrl="https://www.lansweeper.com/feed" htmlUrl="https://www.lansweeper.com/feed" description="Know Your IT" />
<outline text="Latest Bulletins" title="Latest Bulletins" type="rss" xmlUrl="https://aws.amazon.com/security/security-bulletins/rss/feed" htmlUrl="https://aws.amazon.com/security/security-bulletins/rss/feed" description="Vendor security updates, advisories, and guidance from Latest Bulletins." />
<outline text="Let's Encrypt" title="Let's Encrypt" type="rss" xmlUrl="https://letsencrypt.org/feed.xml" htmlUrl="https://letsencrypt.org/feed.xml" description="Security research and blog updates from Let's Encrypt." />
<outline text="LevelBlue (SpiderLabs Blog)" title="LevelBlue (SpiderLabs Blog)" type="rss" xmlUrl="https://levelblue.com/blogs/spiderlabs-blog/rss.xml" htmlUrl="https://levelblue.com/blogs/spiderlabs-blog/rss.xml" description="The security community's go-to destination for technical breakdowns of the latest threats, critical vulnerability disclosures and cutting-edge research." />
<outline text="Microsoft Defender ATP Blog" title="Microsoft Defender ATP Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderATPBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderATPBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Defender Cloud Blog" title="Microsoft Defender Cloud Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderCloudBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderCloudBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Defender for IoT Blog" title="Microsoft Defender for IoT Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderIoTBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderIoTBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Defender for Office 365 Blog" title="Microsoft Defender for Office 365 Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderforOffice365Blog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftDefenderforOffice365Blog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Security Baselines" title="Microsoft Security Baselines" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=Microsoft-Security-Baselines" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=Microsoft-Security-Baselines" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Security Blog" title="Microsoft Security Blog" type="rss" xmlUrl="https://www.microsoft.com/en-us/security/blog/feed" htmlUrl="https://www.microsoft.com/en-us/security/blog/feed" description="Vendor security updates, advisories, and guidance from Microsoft Security Blog." />
<outline text="Microsoft Security Blog (TechCommunity)" title="Microsoft Security Blog (TechCommunity)" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=microsoft-security-blog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=microsoft-security-blog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Security Experts" title="Microsoft Security Experts" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftSecurityExperts" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftSecurityExperts" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Security Response Center" title="Microsoft Security Response Center" type="rss" xmlUrl="https://msrc.microsoft.com/feed" htmlUrl="https://msrc.microsoft.com/feed" description="Official Microsoft Security Response Center updates, advisories, and vulnerability disclosures." />
<outline text="Microsoft Sentinel Blog" title="Microsoft Sentinel Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftSentinelBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftSentinelBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Microsoft Threat Protection Blog" title="Microsoft Threat Protection Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftThreatProtectionBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=MicrosoftThreatProtectionBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Mozilla Foundation Blog" title="Mozilla Foundation Blog" type="rss" xmlUrl="https://foundation.mozilla.org/en/blog/rss" htmlUrl="https://foundation.mozilla.org/en/blog/rss" description="The Mozilla Foundation Blog" />
<outline text="Mozilla Security Blog" title="Mozilla Security Blog" type="rss" xmlUrl="https://blog.mozilla.org/security/feed" htmlUrl="https://blog.mozilla.org/security/feed" description="Updates from Mozilla Security Blog." />
<outline text="Objective-See&#x27;s Blog" title="Objective-See&#x27;s Blog" type="rss" xmlUrl="https://objective-see.org/rss.xml" htmlUrl="https://objective-see.org/rss.xml" description="All Things Related to Mac Security" />
<outline text="OffSec RSS Feed" title="OffSec RSS Feed" type="rss" xmlUrl="https://offsec.com/rss.xml?utm_source=offsec" htmlUrl="https://offsec.com/rss.xml?utm_source=offsec" description="Establish & advance your career with Offensive Security's online cybersecurity training, courses and certifications. Develop the Try Harder mindset today!" />
<outline text="Okta Security RSS Feed" title="Okta Security RSS Feed" type="rss" xmlUrl="https://sec.okta.com/rss.xml" htmlUrl="https://sec.okta.com/rss.xml" description="Security research and blog updates from Okta Security RSS Feed." />
<outline text="OPSWAT Blog" title="OPSWAT Blog" type="rss" xmlUrl="https://www.opswat.com/rss" htmlUrl="https://www.opswat.com/rss" description="Stay informed with expert insights on next-gen cybersecurity, cloud security, and vulnerabilities shaping the global landscape." />
<outline text="Orca Security Blog" title="Orca Security Blog" type="rss" xmlUrl="https://orca.security/feed" htmlUrl="https://orca.security/feed" description="Cloud security research and product updates from Orca Security." />
<outline text="Outflank" title="Outflank" type="rss" xmlUrl="https://www.outflank.nl/feed" htmlUrl="https://www.outflank.nl/feed" description="Vendor security blog and product updates from Outflank." />
<outline text="ownCloud" title="ownCloud" type="rss" xmlUrl="https://owncloud.com/feed" htmlUrl="https://owncloud.com/feed" description="Vendor security blog and product updates from ownCloud." />
<outline text="Palo Alto Networks Blog" title="Palo Alto Networks Blog" type="rss" xmlUrl="https://www.paloaltonetworks.com/blog/feed" htmlUrl="https://www.paloaltonetworks.com/blog/feed" description="Vendor security updates, advisories, and guidance from Palo Alto Networks Blog." />
<outline text="Pavel Yosifovich" title="Pavel Yosifovich" type="rss" xmlUrl="https://scorpiosoftware.net/feed" htmlUrl="https://scorpiosoftware.net/feed" description="Vendor security blog and product updates from Pavel Yosifovich." />
<outline text="Podman Desktop Blog" title="Podman Desktop Blog" type="rss" xmlUrl="https://podman-desktop.io/blog/atom.xml" htmlUrl="https://podman-desktop.io/blog/atom.xml" description="Vendor security blog and product updates from Podman Desktop Blog." />
<outline text="PortSwigger Blog" title="PortSwigger Blog" type="rss" xmlUrl="https://portswigger.net/blog/rss" htmlUrl="https://portswigger.net/blog/rss" description="PortSwigger research and updates on web security, Burp Suite, and vulnerability techniques." />
<outline text="Praetorian" title="Praetorian" type="rss" xmlUrl="https://www.praetorian.com/feed" htmlUrl="https://www.praetorian.com/feed" description="Vendor security blog and product updates from Praetorian." />
<outline text="Product and Tech – Qualys Security Blog" title="Product and Tech – Qualys Security Blog" type="rss" xmlUrl="https://blog.qualys.com/product-tech/feed" htmlUrl="https://blog.qualys.com/product-tech/feed" description="Qualys blog updates on vulnerabilities, threat research, and security best practices." />
<outline text="ProjectDiscovery Blog" title="ProjectDiscovery Blog" type="rss" xmlUrl="https://blog.projectdiscovery.io/rss" htmlUrl="https://blog.projectdiscovery.io/rss" description="Security research and blog updates from ProjectDiscovery Blog." />
<outline text="Proofpoint – Vendor" title="Proofpoint – Vendor" type="rss" xmlUrl="https://www.proofpoint.com/us/rss.xml" htmlUrl="https://www.proofpoint.com/us/rss.xml" description="Vendor security updates, advisories, and guidance from Proofpoint." />
<outline text="Protegent 360 Blog" title="Protegent 360 Blog" type="rss" xmlUrl="https://protegent360.com/blog/feed" htmlUrl="https://protegent360.com/blog/feed" description="Vendor security updates, advisories, and guidance from Protegent 360 Blog." />
<outline text="PyPI recent updates" title="PyPI recent updates" type="rss" xmlUrl="https://pypi.python.org/rss/updates.xml" htmlUrl="https://pypi.python.org/rss/updates.xml" description="Recent updates to the Python Package Index" />
<outline text="Qualys Blog" title="Qualys Blog" type="rss" xmlUrl="https://blog.qualys.com/feed" htmlUrl="https://blog.qualys.com/feed" description="Qualys blog updates on vulnerabilities, threat research, and security best practices." />
<outline text="Qualys Insights – Qualys Security Blog" title="Qualys Insights – Qualys Security Blog" type="rss" xmlUrl="https://blog.qualys.com/qualys-insights/feed" htmlUrl="https://blog.qualys.com/qualys-insights/feed" description="Qualys blog updates on vulnerabilities, threat research, and security best practices." />
<outline text="Qualys Security Blog" title="Qualys Security Blog" type="atom" xmlUrl="https://blog.qualys.com/feed/atom" htmlUrl="https://blog.qualys.com/feed/atom" description="Qualys blog updates on vulnerabilities, threat research, and security best practices." />
<outline text="Quarkslab Blog" title="Quarkslab Blog" type="rss" xmlUrl="https://blog.quarkslab.com/feeds/all.rss.xml" htmlUrl="https://blog.quarkslab.com/feeds/all.rss.xml" description="Vendor security updates, advisories, and guidance from Quarkslab Blog." />
<outline text="Qubes OS" title="Qubes OS" type="rss" xmlUrl="https://www.qubes-os.org/feed" htmlUrl="https://www.qubes-os.org/feed" description="Qubes is a security-oriented, free and open-source operating system for personal computers that allows you to securely compartmentalize your digital life." />
<outline text="Quick Heal Blog" title="Quick Heal Blog" type="rss" xmlUrl="https://blogs.quickheal.com/feed" htmlUrl="https://blogs.quickheal.com/feed" description="Vendor security updates, advisories, and guidance from Quick Heal Blog." />
<outline text="Rapid7 Blog" title="Rapid7 Blog" type="rss" xmlUrl="https://blog.rapid7.com/rss" htmlUrl="https://blog.rapid7.com/rss" description="Rapid7 transforms data into insight, empowering security professionals to progress and protect their organizations." />
<outline text="Raymond.CC Blog" title="Raymond.CC Blog" type="rss" xmlUrl="https://www.raymond.cc/feed" htmlUrl="https://www.raymond.cc/feed" description="Daily updated news of useful advanced computer tips and tricks" />
<outline text="Red Canary" title="Red Canary" type="rss" xmlUrl="https://redcanary.com/feed" htmlUrl="https://redcanary.com/feed" description="Vendor security blog and product updates from Red Canary." />
<outline text="Red Hat Security" title="Red Hat Security" type="rss" xmlUrl="https://www.redhat.com/en/rss/blog/channel/security" htmlUrl="https://www.redhat.com/en/rss/blog/channel/security" description="Discover how we reduce risk in any environment and across the open source ecosystem" />
<outline text="RedHunt Labs" title="RedHunt Labs" type="rss" xmlUrl="https://redhuntlabs.com/feed" htmlUrl="https://redhuntlabs.com/feed" description="Security research and blog updates from RedHunt Labs." />
<outline text="Resecurity" title="Resecurity" type="rss" xmlUrl="https://www.resecurity.com/feed" htmlUrl="https://www.resecurity.com/feed" description="Keep up-to-date with the latest Blogs published by Resecurity." />
<outline text="ReversingLabs Blog" title="ReversingLabs Blog" type="rss" xmlUrl="https://www.reversinglabs.com/blog/rss.xml" htmlUrl="https://www.reversinglabs.com/blog/rss.xml" description="Latest blog posts from ReversingLabs" />
<outline text="Safety & Security" title="Safety & Security" type="rss" xmlUrl="https://blog.google/technology/safety-security/rss" htmlUrl="https://blog.google/technology/safety-security/rss" description="Vendor security updates, advisories, and guidance from Safety & Security." />
<outline text="Salt Security Blog" title="Salt Security Blog" type="rss" xmlUrl="https://salt.security/blog/rss.xml" htmlUrl="https://salt.security/blog/rss.xml" description="Security research and blog updates from Salt Security Blog." />
<outline text="SCNSoft – Information Security" title="SCNSoft – Information Security" type="rss" xmlUrl="https://www.scnsoft.com/blog/category/information-security/atom" htmlUrl="https://www.scnsoft.com/blog/category/information-security/atom" description="Vendor security updates, advisories, and guidance from SCNSoft." />
<outline text="Scott Helme" title="Scott Helme" type="rss" xmlUrl="https://scotthelme.co.uk/rss" htmlUrl="https://scotthelme.co.uk/rss" description="Scotthelme.co.uk is the personal blog and professional site of Scott Helme, a renowned security researcher, international speaker, and entrepreneur." />
<outline text="Security @ Cisco Blogs" title="Security @ Cisco Blogs" type="atom" xmlUrl="https://blogs.cisco.com/security/feed/atom" htmlUrl="https://blogs.cisco.com/security/feed/atom" description="Vendor security updates, advisories, and guidance from Security @ Cisco Blogs." />
<outline text="Security Copilot Blog" title="Security Copilot Blog" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=SecurityCopilotBlog" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=SecurityCopilotBlog" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Security Engineering Blog" title="Security Engineering Blog" type="rss" xmlUrl="https://bughunters.google.com/feed/en" htmlUrl="https://bughunters.google.com/feed/en" description="Vendor security updates, advisories, and guidance from Security Engineering Blog." />
<outline text="Security Onion" title="Security Onion" type="atom" xmlUrl="https://blog.securityonion.net/atom.xml" htmlUrl="https://blog.securityonion.net/atom.xml" description="Peel Back the Layers of Your Enterprise" />
<outline text="Security | Microsoft Azure Blog | Microsoft Azure" title="Security | Microsoft Azure Blog | Microsoft Azure" type="rss" xmlUrl="https://azure.microsoft.com/en-us/blog/category/security/feed" htmlUrl="https://azure.microsoft.com/en-us/blog/category/security/feed" description="Vendor security updates, advisories, and guidance from Security." />
<outline text="Security – WordPress News" title="Security – WordPress News" type="rss" xmlUrl="https://wordpress.org/news/category/security/feed" htmlUrl="https://wordpress.org/news/category/security/feed" description="OSINT resources and community updates from Security." />
<outline text="SensePost Blog" title="SensePost Blog" type="rss" xmlUrl="https://sensepost.com/rss.xml" htmlUrl="https://sensepost.com/rss.xml" description="Vendor security updates, advisories, and guidance from SensePost Blog." />
<outline text="SentinelOne Labs" title="SentinelOne Labs" type="rss" xmlUrl="https://www.sentinelone.com/labs/feed" htmlUrl="https://www.sentinelone.com/labs/feed" description="Vendor security updates, advisories, and guidance from SentinelOne Labs." />
<outline text="Shodan Blog" title="Shodan Blog" type="rss" xmlUrl="https://blog.shodan.io/rss" htmlUrl="https://blog.shodan.io/rss" description="Security research and blog updates from Shodan Blog." />
<outline text="Signal Blog" title="Signal Blog" type="rss" xmlUrl="https://signal.org/blog/rss.xml" htmlUrl="https://signal.org/blog/rss.xml" description="Security research and blog updates from Signal Blog." />
<outline text="SOC Prime Blog" title="SOC Prime Blog" type="rss" xmlUrl="https://socprime.com/blog/feed" htmlUrl="https://socprime.com/blog/feed" description="Vendor security updates, advisories, and guidance from SOC Prime Blog." />
<outline text="Sonatype Blog" title="Sonatype Blog" type="rss" xmlUrl="https://blog.sonatype.com/rss.xml" htmlUrl="https://blog.sonatype.com/rss.xml" description="Conversations about software supply automation, devsecops, open source, continuous delivery, and application security." />
<outline text="Sophos News" title="Sophos News" type="rss" xmlUrl="https://www.sophos.com/en-us/blog/feed" htmlUrl="https://www.sophos.com/en-us/blog/feed" description="Vendor security updates, advisories, and guidance from Sophos News." />
<outline text="Splunk Security Announcements" title="Splunk Security Announcements" type="rss" xmlUrl="https://advisory.splunk.com/feed.xml" htmlUrl="https://advisory.splunk.com/feed.xml" description="Security research and blog updates from Splunk Security Announcements." />
<outline text="Sucuri Blog" title="Sucuri Blog" type="rss" xmlUrl="https://blog.sucuri.net/feed" htmlUrl="https://blog.sucuri.net/feed" description="Website Security News" />
<outline text="Synack" title="Synack" type="rss" xmlUrl="https://www.synack.com/feed" htmlUrl="https://www.synack.com/feed" description="The Premier Security Testing Platform." />
<outline text="Taszk Labs on taszk.io labs" title="Taszk Labs on taszk.io labs" type="rss" xmlUrl="https://labs.taszk.io/index.xml" htmlUrl="https://labs.taszk.io/index.xml" description="Recent content in Taszk Labs on taszk.io labs" />
<outline text="Team82 Disclosure Dashboard" title="Team82 Disclosure Dashboard" type="rss" xmlUrl="https://claroty.com/team82/disclosure-dashboard/feed/atom" htmlUrl="https://claroty.com/team82/disclosure-dashboard/feed/atom" description="Vendor security blog and product updates from Team82 Disclosure Dashboard." />
<outline text="Tenable Blog" title="Tenable Blog" type="rss" xmlUrl="https://www.tenable.com/blog/feed" htmlUrl="https://www.tenable.com/blog/feed" description="Vendor security updates, advisories, and guidance from Tenable Blog." />
<outline text="Tenable Cyber Exposure Alerts" title="Tenable Cyber Exposure Alerts" type="rss" xmlUrl="https://www.tenable.com/blog/cyber-exposure-alerts/feed" htmlUrl="https://www.tenable.com/blog/cyber-exposure-alerts/feed" description="Vendor security updates, advisories, and guidance from Tenable Cyber Exposure Alerts." />
<outline text="Tenable Research Advisories" title="Tenable Research Advisories" type="rss" xmlUrl="https://www.tenable.com/security/research/feed" htmlUrl="https://www.tenable.com/security/research/feed" description="Vendor security updates, advisories, and guidance from Tenable Research Advisories." />
<outline text="The Bitwarden Blog" title="The Bitwarden Blog" type="rss" xmlUrl="https://bitwarden.com/blog/feed.xml" htmlUrl="https://bitwarden.com/blog/feed.xml" description="Vendor security blog and product updates from The Bitwarden Blog." />
<outline text="The GitHub Blog: Security News and Updates" title="The GitHub Blog: Security News and Updates" type="rss" xmlUrl="https://github.blog/category/security/feed" htmlUrl="https://github.blog/category/security/feed" description="Updates, ideas, and inspiration from GitHub to help developers build and design software." />
<outline text="The Proton Blog" title="The Proton Blog" type="rss" xmlUrl="https://proton.me/blog/feed" htmlUrl="https://proton.me/blog/feed" description="News from the front lines of privacy and security" />
<outline text="The Red Canary Blog: Information Security Insights" title="The Red Canary Blog: Information Security Insights" type="rss" xmlUrl="https://redcanary.com/blog/feed" htmlUrl="https://redcanary.com/blog/feed" description="This site is currently undergoing scheduled maintenance. Please try back soon!" />
<outline text="The Salty Hash - Medium" title="The Salty Hash - Medium" type="rss" xmlUrl="https://blog.ironcorelabs.com/feed" htmlUrl="https://blog.ironcorelabs.com/feed" description="IronCore Labs is a data security company that provides a platform for application-layer encryption and data protection, primarily targeting modern cloud applications, SaaS platforms, and AI workloads." />
<outline text="The Sequence" title="The Sequence" type="rss" xmlUrl="https://www.kandji.io/blog/rss.xml" htmlUrl="https://www.kandji.io/blog/rss.xml" description="Vendor security blog and product updates from The Sequence." />
<outline text="tl;dr sec" title="tl;dr sec" type="rss" xmlUrl="https://rss.beehiiv.com/feeds/xgTKUmMmUm.xml" htmlUrl="https://rss.beehiiv.com/feeds/xgTKUmMmUm.xml" description="Keep up with security research." />
<outline text="Unit 42" title="Unit 42" type="rss" xmlUrl="https://unit42.paloaltonetworks.com/feed" htmlUrl="https://unit42.paloaltonetworks.com/feed" description="Vendor security blog and product updates from Unit 42." />
<outline text="UpGuard Blog" title="UpGuard Blog" type="rss" xmlUrl="https://www.upguard.com/blog/rss.xml" htmlUrl="https://www.upguard.com/blog/rss.xml" description="Vendor security updates, advisories, and guidance from UpGuard Blog." />
<outline text="UpGuard – Breaches" title="UpGuard – Breaches" type="rss" xmlUrl="https://www.upguard.com/breaches/rss.xml" htmlUrl="https://www.upguard.com/breaches/rss.xml" description="Vendor security updates, advisories, and guidance from UpGuard." />
<outline text="UpGuard – News" title="UpGuard – News" type="rss" xmlUrl="https://www.upguard.com/news/rss.xml" htmlUrl="https://www.upguard.com/news/rss.xml" description="Vendor security updates, advisories, and guidance from UpGuard." />
<outline text="Veracode Security Blog" title="Veracode Security Blog" type="rss" xmlUrl="https://www.veracode.com/blog/feed" htmlUrl="https://www.veracode.com/blog/feed" description="Vendor security updates, advisories, and guidance from Veracode Security Blog." />
<outline text="Vulnerabilities and Threat Research – Qualys Security Blog" title="Vulnerabilities and Threat Research – Qualys Security Blog" type="rss" xmlUrl="https://blog.qualys.com/vulnerabilities-threat-research/feed" htmlUrl="https://blog.qualys.com/vulnerabilities-threat-research/feed" description="Qualys blog updates on vulnerabilities, threat research, and security best practices." />
<outline text="Vulnerability Management" title="Vulnerability Management" type="rss" xmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=Vulnerability-Management" htmlUrl="https://techcommunity.microsoft.com/t5/s/gxcuf89792/rss/board?board.id=Vulnerability-Management" description="Microsoft technical community posts with security guidance, product updates, and research." />
<outline text="Wiz Blog | RSS feed" title="Wiz Blog | RSS feed" type="rss" xmlUrl="https://www.wiz.io/feed/rss.xml" htmlUrl="https://www.wiz.io/feed/rss.xml" description="Vendor security blog and product updates from Wiz Blog | RSS feed." />
<outline text="Wiz Blog: Security | RSS feed" title="Wiz Blog: Security | RSS feed" type="rss" xmlUrl="https://www.wiz.io/feed/tag/security/rss.xml" htmlUrl="https://www.wiz.io/feed/tag/security/rss.xml" description="Vendor security updates, advisories, and guidance from Wiz Blog: Security |." />
<outline text="XploitLab" title="XploitLab" type="rss" xmlUrl="https://xploitlab.com/feed" htmlUrl="https://xploitlab.com/feed" description="XploitLab - Interactive Cybersecurity Learning Platform." />
</outline>
<outline text="Vulnerabilities, CVEs & Exploits" title="Vulnerabilities, CVEs & Exploits">
<outline text="0dayfans" title="0dayfans" type="rss" xmlUrl="https://0dayfans.com/feed.rss" htmlUrl="https://0dayfans.com/feed.rss" description="Vulnerability and exploit updates from 0dayfans." />
<outline text="0xdf hacks stuff" title="0xdf hacks stuff" type="rss" xmlUrl="https://0xdf.gitlab.io/feed.xml" htmlUrl="https://0xdf.gitlab.io/feed.xml" description="Security research and blog updates from 0xdf hacks stuff." />
<outline text="0xsp SRD – Security Research & Development" title="0xsp SRD – Security Research & Development" type="rss" xmlUrl="https://0xsp.com/feed" htmlUrl="https://0xsp.com/feed" description="Security research and blog updates from 0xsp SRD – Security Research & Development." />
<outline text="Active Response" title="Active Response" type="rss" xmlUrl="https://www.activeresponse.org/feed" htmlUrl="https://www.activeresponse.org/feed" description="Always A Bad Day For Adversaries" />
<outline text="Adepts of 0xCC" title="Adepts of 0xCC" type="rss" xmlUrl="https://adepts.of0x.cc/feed.xml" htmlUrl="https://adepts.of0x.cc/feed.xml" description="Security research and blog updates from Adepts of 0xCC." />
<outline text="Aleph Research" title="Aleph Research" type="rss" xmlUrl="https://alephsecurity.com/feed.xml" htmlUrl="https://alephsecurity.com/feed.xml" description="Security research and blog updates from Aleph Research." />
<outline text="Alex Plaskett" title="Alex Plaskett" type="rss" xmlUrl="https://alexplaskett.github.io/feed.xml" htmlUrl="https://alexplaskett.github.io/feed.xml" description="Security research and blog updates from Alex Plaskett." />
<outline text="Alexander Popov" title="Alexander Popov" type="rss" xmlUrl="https://a13xp0p0v.github.io/feed.xml" htmlUrl="https://a13xp0p0v.github.io/feed.xml" description="Security research and blog updates from Alexander Popov." />
<outline text="All Posts - Malicious Link - Blog by mubix - Rob Fuller" title="All Posts - Malicious Link - Blog by mubix - Rob Fuller" type="rss" xmlUrl="https://malicious.link/posts/index.xml" htmlUrl="https://malicious.link/posts/index.xml" description="Security research and blog updates from All Posts - Malicious Link - Blog by mubix - Rob Fuller." />
<outline text="Andrew Ayer - Blog" title="Andrew Ayer - Blog" type="atom" xmlUrl="https://www.agwa.name/blog/feed" htmlUrl="https://www.agwa.name/blog/feed" description="Updates from Andrew Ayer - Blog covering vulnerabilities, cves." />
<outline text="API Security News" title="API Security News" type="rss" xmlUrl="https://apisecurity.io/feed/index.xml" htmlUrl="https://apisecurity.io/feed/index.xml" description="The API Security News Newsletter" />
<outline text="AppSec Guide" title="AppSec Guide" type="rss" xmlUrl="https://appsec.guide/index.xml" htmlUrl="https://appsec.guide/index.xml" description="Application security guides, testing content, and research updates from AppSec Guide." />
<outline text="Aura Research Division" title="Aura Research Division" type="rss" xmlUrl="https://research.aurainfosec.io/index.xml" htmlUrl="https://research.aurainfosec.io/index.xml" description="Security research and blog updates from Aura Research Division." />
<outline text="Badoption" title="Badoption" type="rss" xmlUrl="https://badoption.eu/feed.xml" htmlUrl="https://badoption.eu/feed.xml" description="Security research and blog updates from Badoption." />
<outline text="Bill Demirkapi's Blog" title="Bill Demirkapi's Blog" type="rss" xmlUrl="https://billdemirkapi.me/rss" htmlUrl="https://billdemirkapi.me/rss" description="Security research and blog updates from Bill Demirkapi's Blog." />
<outline text="BinaryMist" title="BinaryMist" type="rss" xmlUrl="https://binarymist.io/index.xml" htmlUrl="https://binarymist.io/index.xml" description="BinaryMist" />
<outline text="BITSADMIN Blog - Mystery guest in your IT infrastructure" title="BITSADMIN Blog - Mystery guest in your IT infrastructure" type="rss" xmlUrl="https://blog.bitsadmin.com/feed" htmlUrl="https://blog.bitsadmin.com/feed" description="Security research and blog updates from BITSADMIN Blog - Mystery guest in your IT infrastructure." />
<outline text="BLACKWING INTELLIGENCE on Blackwing Intelligence" title="BLACKWING INTELLIGENCE on Blackwing Intelligence" type="rss" xmlUrl="https://blackwinghq.com/index.xml" htmlUrl="https://blackwinghq.com/index.xml" description="Security research and blog updates from BLACKWING INTELLIGENCE on Blackwing Intelligence." />
<outline text="Blog" title="Blog" type="rss" xmlUrl="https://www.crowdstrike.com/blog/feed" htmlUrl="https://www.crowdstrike.com/blog/feed" description="Updates from Blog covering vulnerabilities, cves." />
<outline text="Blog | Sam Curry" title="Blog | Sam Curry" type="rss" xmlUrl="https://samcurry.net/api/feed.rss" htmlUrl="https://samcurry.net/api/feed.rss" description="Security research and blog updates from Blog | Sam Curry." />
<outline text="Blog – Firejail" title="Blog – Firejail" type="rss" xmlUrl="https://firejail.wordpress.com/blog/feed" htmlUrl="https://firejail.wordpress.com/blog/feed" description="security sandbox" />
<outline text="Blog – Xplico" title="Blog – Xplico" type="rss" xmlUrl="https://www.xplico.org/blog/feed" htmlUrl="https://www.xplico.org/blog/feed" description="Open Source Network Forensic Analysis Tool (NFAT)" />
<outline text="Blogs on MISP Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing" title="Blogs on MISP Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing" type="rss" xmlUrl="https://www.misp-project.org/blog/feed.xml" htmlUrl="https://www.misp-project.org/blog/feed.xml" description="Recent content in Blogs on MISP Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing" />
<outline text="bohops" title="bohops" type="rss" xmlUrl="https://bohops.com/feed" htmlUrl="https://bohops.com/feed" description="Security research and blog updates from bohops." />
<outline text="BREAKDEV" title="BREAKDEV" type="rss" xmlUrl="https://breakdev.org/rss" htmlUrl="https://breakdev.org/rss" description="Security research and blog updates from BREAKDEV." />
<outline text="BruCON" title="BruCON" type="rss" xmlUrl="https://www.brucon.org/blog-feed.xml" htmlUrl="https://www.brucon.org/blog-feed.xml" description="BruCON" />
<outline text="Bug Alert" title="Bug Alert" type="rss" xmlUrl="https://bugalert.org/feeds/all.atom.xml" htmlUrl="https://bugalert.org/feeds/all.atom.xml" description="Vulnerability and exploit updates from Bug Alert." />
<outline text="Cerbersec" title="Cerbersec" type="rss" xmlUrl="https://cerbersec.com/feed.xml" htmlUrl="https://cerbersec.com/feed.xml" description="Security research and blog updates from Cerbersec." />
<outline text="cipherdyne.org | System and Network Security" title="cipherdyne.org | System and Network Security" type="atom" xmlUrl="https://www.cipherdyne.org/atom.xml" htmlUrl="https://www.cipherdyne.org/atom.xml" description="Updates from cipherdyne.org | System and Network Security." />
<outline text="cipherdyne.org | System and Network Security" title="cipherdyne.org | System and Network Security" type="rss" xmlUrl="https://www.cipherdyne.org/rss.xml" htmlUrl="https://www.cipherdyne.org/rss.xml" description="The network and system security blog of Michael Rash" />
<outline text="Cisco Security Advisory" title="Cisco Security Advisory" type="rss" xmlUrl="https://sec.cloudapps.cisco.com/security/center/psirtrss20/CiscoSecurityAdvisory.xml" htmlUrl="https://sec.cloudapps.cisco.com/security/center/psirtrss20/CiscoSecurityAdvisory.xml" description="Vulnerability and exploit updates from Cisco Security Advisory." />
<outline text="CODE WHITE | Red Teaming & Attack Surface Management" title="CODE WHITE | Red Teaming & Attack Surface Management" type="rss" xmlUrl="https://code-white.com/index.xml" htmlUrl="https://code-white.com/index.xml" description="Security research and blog updates from CODE WHITE | Red Teaming & Attack Surface Management." />
<outline text="Comments on Vulnerability Advisories" title="Comments on Vulnerability Advisories" type="atom" xmlUrl="https://www.wordfence.com/vulnerability-advisories/feed/atom" htmlUrl="https://www.wordfence.com/vulnerability-advisories/feed/atom" description="Wordfence research and alerts focused on WordPress vulnerabilities and website security." />
<outline text="Comments on: Vulnerability Advisories" title="Comments on: Vulnerability Advisories" type="rss" xmlUrl="https://www.wordfence.com/vulnerability-advisories/feed" htmlUrl="https://www.wordfence.com/vulnerability-advisories/feed" description="Wordfence research and alerts focused on WordPress vulnerabilities and website security." />
<outline text="Commits - CSIRT Gadgets, LLC" title="Commits - CSIRT Gadgets, LLC" type="rss" xmlUrl="https://csirtgadgets.org/commits?format=rss" htmlUrl="https://csirtgadgets.org/commits?format=rss" description="<p>Commits, HowTo's and other great ideas...</p>" />
<outline text="Connor McGarr’s Blog" title="Connor McGarr’s Blog" type="rss" xmlUrl="https://connormcgarr.github.io/feed.xml" htmlUrl="https://connormcgarr.github.io/feed.xml" description="Security research and blog updates from Connor McGarr’s Blog." />
<outline text="Corelan | Exploit Development & Vulnerability Research" title="Corelan | Exploit Development & Vulnerability Research" type="rss" xmlUrl="https://www.corelan.be/index.php/feed" htmlUrl="https://www.corelan.be/index.php/feed" description="Corelan publishes in-depth tutorials on exploit development, Windows exploitation, vulnerability research, heap internals, reverse engineering and security tooling used by professionals worldwide." />
<outline text="CrowdSec Blog" title="CrowdSec Blog" type="rss" xmlUrl="https://crowdsec.net/blog/rss.xml" htmlUrl="https://crowdsec.net/blog/rss.xml" description="Latest updates and insights from CrowdSec" />
<outline text="Csandker" title="Csandker" type="rss" xmlUrl="https://csandker.io/feed.xml" htmlUrl="https://csandker.io/feed.xml" description="Security research and blog updates from Csandker." />
<outline text="CTFtime.org: New writeups" title="CTFtime.org: New writeups" type="rss" xmlUrl="https://ctftime.org/writeups/rss" htmlUrl="https://ctftime.org/writeups/rss" description="CTFtime.org: CTF Task writeups feed." />
<outline text="CVE | THREATINT - NEW" title="CVE | THREATINT - NEW" type="rss" xmlUrl="https://cve.threatint.com/rss/new" htmlUrl="https://cve.threatint.com/rss/new" description="Publicly disclosed Cybersecurity vulnerabilities based on data from the CVE® Program" />
<outline text="CVEfeed.io - Latest Vulnerabilities" title="CVEfeed.io - Latest Vulnerabilities" type="rss" xmlUrl="https://cvefeed.io/rssfeed/latest.xml" htmlUrl="https://cvefeed.io/rssfeed/latest.xml" description="Continuously updated feed of newly published CVEs." />
<outline text="CXSECURITY Database RSS Feed - CXSecurity.com" title="CXSECURITY Database RSS Feed - CXSecurity.com" type="rss" xmlUrl="https://cxsecurity.com/wlb/rss/all" htmlUrl="https://cxsecurity.com/wlb/rss/all" description="CXSECURITY Database RSS Feed - World Laboratory of Bugtraq 2 CXSecurity.com" />
<outline text="CXSecurity – Dorks DB" title="CXSecurity – Dorks DB" type="rss" xmlUrl="https://cxsecurity.com/wlb/rss/dorks" htmlUrl="https://cxsecurity.com/wlb/rss/dorks" description="Vulnerability and exploit updates from CXSecurity." />
<outline text="CXSecurity – Exploits" title="CXSecurity – Exploits" type="rss" xmlUrl="https://cxsecurity.com/wlb/rss/exploit" htmlUrl="https://cxsecurity.com/wlb/rss/exploit" description="Vulnerability and exploit updates from CXSecurity." />
<outline text="Daily Dave" title="Daily Dave" type="rss" xmlUrl="https://seclists.org/rss/dailydave.rss" htmlUrl="https://seclists.org/rss/dailydave.rss" description="This technical discussion list covers vulnerability research, exploit development, and security events/gossip. It was started by <a href="http://www.immunitysec.com/">ImmunitySec</a> founder Dave Aitel and many securi..." />
<outline text="Dark Vortex" title="Dark Vortex" type="rss" xmlUrl="https://0xdarkvortex.dev/feed.xml" htmlUrl="https://0xdarkvortex.dev/feed.xml" description="Security research and blog updates from Dark Vortex." />
<outline text="Dazzy Ddos" title="Dazzy Ddos" type="rss" xmlUrl="https://dazzyddos.github.io/feed" htmlUrl="https://dazzyddos.github.io/feed" description="Security research and blog updates from Dazzy Ddos." />
<outline text="Decoder's Blog" title="Decoder's Blog" type="rss" xmlUrl="https://decoder.cloud/feed" htmlUrl="https://decoder.cloud/feed" description="Security research and blog updates from Decoder's Blog." />
<outline text="DefectDojo Blog" title="DefectDojo Blog" type="rss" xmlUrl="https://defectdojo.com/blog/rss.xml?hsLang=en" htmlUrl="https://defectdojo.com/blog/rss.xml?hsLang=en" description="DefectDojo is a security tool that automates application security vulnerability management." />
<outline text="Dirkjanm" title="Dirkjanm" type="rss" xmlUrl="https://dirkjanm.io/feed.xml" htmlUrl="https://dirkjanm.io/feed.xml" description="Security research and blog updates from Dirkjanm." />
<outline text="Docker" title="Docker" type="rss" xmlUrl="https://www.docker.com/feed" htmlUrl="https://www.docker.com/feed" description="Updates from Docker." />
<outline text="DotDotPwn - The Directory Traversal Fuzzer" title="DotDotPwn - The Directory Traversal Fuzzer" type="atom" xmlUrl="https://dotdotpwn.blogspot.com/atom.xml" htmlUrl="https://dotdotpwn.blogspot.com/atom.xml" description="DotDotPwn - The Directory Traversal Fuzzer" />
<outline text="Doyensec's Blog" title="Doyensec's Blog" type="rss" xmlUrl="https://blog.doyensec.com/atom.xml" htmlUrl="https://blog.doyensec.com/atom.xml" description="Security research and blog updates from Doyensec's Blog." />
<outline text="DrKeithJones.com" title="DrKeithJones.com" type="rss" xmlUrl="https://drkeithjones.com/index.php/feed" htmlUrl="https://drkeithjones.com/index.php/feed" description="A cybersecurity researcher's journey." />
<outline text="Eaton Works Feed" title="Eaton Works Feed" type="rss" xmlUrl="https://eaton-works.com/feed.atom" htmlUrl="https://eaton-works.com/feed.atom" description="Security research and blog updates from Eaton Works Feed." />
<outline text="Ethical Chaos" title="Ethical Chaos" type="rss" xmlUrl="https://ethicalchaos.dev/feed" htmlUrl="https://ethicalchaos.dev/feed" description="Security research and blog updates from Ethical Chaos." />
<outline text="Evan Connelly" title="Evan Connelly" type="rss" xmlUrl="https://evanconnelly.github.io/index.xml" htmlUrl="https://evanconnelly.github.io/index.xml" description="Security research and blog updates from Evan Connelly." />
<outline text="Exploit-DB – GHDB" title="Exploit-DB – GHDB" type="rss" xmlUrl="https://www.exploit-db.com/rss___ghdb.xml" htmlUrl="https://www.exploit-db.com/rss___ghdb.xml" description="Vulnerability and exploit updates from Exploit-DB." />
<outline text="Exploit-DB – Main RSS" title="Exploit-DB – Main RSS" type="rss" xmlUrl="https://www.exploit-db.com/rss.xml" htmlUrl="https://www.exploit-db.com/rss.xml" description="Vulnerability and exploit updates from Exploit-DB." />
<outline text="Exploitalert" title="Exploitalert" type="rss" xmlUrl="https://www.exploitalert.com/feed" htmlUrl="https://www.exploitalert.com/feed" description="Exploitalert - database of exploits" />
<outline text="exploits.club" title="exploits.club" type="rss" xmlUrl="https://blog.exploits.club/rss" htmlUrl="https://blog.exploits.club/rss" description="Vulnerability and exploit updates from exploits.club." />
<outline text="Falco – Falco" title="Falco – Falco" type="rss" xmlUrl="https://falco.org/feed.xml" htmlUrl="https://falco.org/feed.xml" description="Recent content on Falco" />
<outline text="Falco – The Falco blog" title="Falco – The Falco blog" type="rss" xmlUrl="https://falco.org/blog/feed.xml" htmlUrl="https://falco.org/blog/feed.xml" description="Recent content in The Falco blog on Falco" />
<outline text="Filigran" title="Filigran" type="rss" xmlUrl="https://filigran.io/feed" htmlUrl="https://filigran.io/feed" description="Uncover Threats. Take Action." />
<outline text="fin3ss3g0d's Blog" title="fin3ss3g0d's Blog" type="rss" xmlUrl="https://fin3ss3g0d.net/index.php/feed" htmlUrl="https://fin3ss3g0d.net/index.php/feed" description="Security research and blog updates from fin3ss3g0d's Blog." />
<outline text="Fing" title="Fing" type="rss" xmlUrl="https://www.fing.com/feed" htmlUrl="https://www.fing.com/feed" description="Updates from Fing covering vulnerabilities, cves." />
<outline text="Firejail" title="Firejail" type="rss" xmlUrl="https://firejail.wordpress.com/feed" htmlUrl="https://firejail.wordpress.com/feed" description="security sandbox" />
<outline text="FORTBRIDGE" title="FORTBRIDGE" type="rss" xmlUrl="https://fortbridge.co.uk/feed" htmlUrl="https://fortbridge.co.uk/feed" description="Security research and blog updates from FORTBRIDGE." />
<outline text="FortiGuard Labs PSIRT Advisories" title="FortiGuard Labs PSIRT Advisories" type="rss" xmlUrl="https://www.fortiguard.com/rss/ir.xml" htmlUrl="https://www.fortiguard.com/rss/ir.xml" description="Fortinet PSIRT security advisories for Fortinet products." />
<outline text="FortiGuard Labs | FortiGuard Center - IR Advisories" title="FortiGuard Labs | FortiGuard Center - IR Advisories" type="rss" xmlUrl="https://filestore.fortinet.com/fortiguard/rss/ir.xml" htmlUrl="https://filestore.fortinet.com/fortiguard/rss/ir.xml" description="filestore.fortinet.com is a subdomain and repository managed by Fortinet used to host files, software packages, firmware images, and documentation for various Fortinet products." />
<outline text="Fortinet PSIRT Blog" title="Fortinet PSIRT Blog" type="rss" xmlUrl="https://feeds.fortinet.com/fortinet/blog/psirt" htmlUrl="https://feeds.fortinet.com/fortinet/blog/psirt" description="Fortinet PSIRT blog posts on vulnerabilities and disclosure." />
<outline text="Frycos Security Diary" title="Frycos Security Diary" type="rss" xmlUrl="https://frycos.github.io/feed.xml" htmlUrl="https://frycos.github.io/feed.xml" description="Security research and blog updates from Frycos Security Diary." />
<outline text="Gergely's hack blog" title="Gergely's hack blog" type="rss" xmlUrl="https://gergelykalman.com/feeds/all.atom.xml" htmlUrl="https://gergelykalman.com/feeds/all.atom.xml" description="Security research and blog updates from Gergely's hack blog." />
<outline text="hackndo" title="hackndo" type="rss" xmlUrl="https://en.hackndo.com/feed.xml" htmlUrl="https://en.hackndo.com/feed.xml" description="Security research and blog updates from hackndo." />
<outline text="hausec" title="hausec" type="rss" xmlUrl="https://hausec.com/feed" htmlUrl="https://hausec.com/feed" description="Security research and blog updates from hausec." />
<outline text="Haxx" title="Haxx" type="rss" xmlUrl="https://haxx.in/index.xml" htmlUrl="https://haxx.in/index.xml" description="Security research and blog updates from Haxx." />
<outline text="Icinga" title="Icinga" type="rss" xmlUrl="https://icinga.com/feed" htmlUrl="https://icinga.com/feed" description="Monitor your Entire Infrastructure" />
<outline text="Icinga Blog – IT Monitoring, Releases & How-tos" title="Icinga Blog – IT Monitoring, Releases & How-tos" type="rss" xmlUrl="https://icinga.com/blog/feed" htmlUrl="https://icinga.com/blog/feed" description="Monitor your Entire Infrastructure" />
<outline text="Icyguider’s Blog" title="Icyguider’s Blog" type="rss" xmlUrl="https://icyguider.github.io/feed.xml" htmlUrl="https://icyguider.github.io/feed.xml" description="Security research and blog updates from Icyguider’s Blog." />
<outline text="Ifcr Research" title="Ifcr Research" type="rss" xmlUrl="https://research.ifcr.dk/feed" htmlUrl="https://research.ifcr.dk/feed" description="Security research and blog updates from Ifcr Research." />
<outline text="Impalabs Blog" title="Impalabs Blog" type="rss" xmlUrl="https://blog.impalabs.com/feed.xml" htmlUrl="https://blog.impalabs.com/feed.xml" description="Security research and blog updates from Impalabs Blog." />
<outline text="Include Security Research Blog" title="Include Security Research Blog" type="rss" xmlUrl="https://blog.includesecurity.com/feed" htmlUrl="https://blog.includesecurity.com/feed" description="Security research and blog updates from Include Security Research Blog." />
<outline text="InfoSec Write-ups - Medium" title="InfoSec Write-ups - Medium" type="rss" xmlUrl="https://infosecwriteups.com/feed" htmlUrl="https://infosecwriteups.com/feed" description="A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs." />
<outline text="IPFire Blog" title="IPFire Blog" type="atom" xmlUrl="https://www.ipfire.org/blog/feed.xml" htmlUrl="https://www.ipfire.org/blog/feed.xml" description="The official blog of the IPFire Project" />
<outline text="Isosceles Blog" title="Isosceles Blog" type="rss" xmlUrl="https://blog.isosceles.com/rss" htmlUrl="https://blog.isosceles.com/rss" description="Security research and blog updates from Isosceles Blog." />
<outline text="Istio Blog" title="Istio Blog" type="rss" xmlUrl="https://istio.io/blog/feed.xml" htmlUrl="https://istio.io/blog/feed.xml" description="Blog posts from the Istio service mesh." />
<outline text="Istio Blog and News" title="Istio Blog and News" type="rss" xmlUrl="https://istio.io/feed.xml" htmlUrl="https://istio.io/feed.xml" description="Combined blog and news feed for the Istio service mesh." />
<outline text="Istio News" title="Istio News" type="rss" xmlUrl="https://istio.io/latest/news/feed.xml" htmlUrl="https://istio.io/latest/news/feed.xml" description="News feed for the Istio service mesh." />
<outline text="itm4n's blog" title="itm4n's blog" type="rss" xmlUrl="https://itm4n.github.io/feed" htmlUrl="https://itm4n.github.io/feed" description="Security research and blog updates from itm4n's blog." />
<outline text="Jack Hacks" title="Jack Hacks" type="rss" xmlUrl="https://jhalon.github.io/feed.xml" htmlUrl="https://jhalon.github.io/feed.xml" description="Security research and blog updates from Jack Hacks." />
<outline text="JUMPSEC Labs" title="JUMPSEC Labs" type="rss" xmlUrl="https://labs.jumpsec.com/feed" htmlUrl="https://labs.jumpsec.com/feed" description="Security research and blog updates from JUMPSEC Labs." />
<outline text="Kali Linux" title="Kali Linux" type="rss" xmlUrl="https://www.kali.org/feed" htmlUrl="https://www.kali.org/feed" description="Home of Kali Linux, an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments." />
<outline text="Kali Linux" title="Kali Linux" type="rss" xmlUrl="https://www.kali.org/rss.xml" htmlUrl="https://www.kali.org/rss.xml" description="Home of Kali Linux, an Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments." />
<outline text="KitPloit - PenTest Tools!" title="KitPloit - PenTest Tools!" type="rss" xmlUrl="https://feeds.feedburner.com/PentestTools" htmlUrl="https://feeds.feedburner.com/PentestTools" description="KitPloit - leading source of Security Tools, Hacking Tools, CyberSecurity and Network Security ☣" />
<outline text="LayerOne 2026" title="LayerOne 2026" type="rss" xmlUrl="https://www.layerone.org/feed" htmlUrl="https://www.layerone.org/feed" description="Los Angeles' premier security conference" />
<outline text="LinuxSecurity Advisories - Debian" title="LinuxSecurity Advisories - Debian" type="rss" xmlUrl="https://linuxsecurity.com/advisories/debian?format=feed&amp;type=rss" htmlUrl="https://linuxsecurity.com/advisories/debian?format=feed&amp;type=rss" description="LinuxSecurity.com is the community's central source for information on Linux and open source security." />
<outline text="LinuxSecurity Advisories - Oracle" title="LinuxSecurity Advisories - Oracle" type="rss" xmlUrl="https://linuxsecurity.com/advisories/oracle?format=feed&amp;type=rss" htmlUrl="https://linuxsecurity.com/advisories/oracle?format=feed&amp;type=rss" description="LinuxSecurity.com is the community's central source for information on Linux and open source security." />
<outline text="LinuxSecurity Advisories - Red Hat" title="LinuxSecurity Advisories - Red Hat" type="rss" xmlUrl="https://linuxsecurity.com/advisories/red-hat?format=feed&amp;type=rss" htmlUrl="https://linuxsecurity.com/advisories/red-hat?format=feed&amp;type=rss" description="LinuxSecurity.com is the community's central source for information on Linux and open source security." />
<outline text="LinuxSecurity Advisories - Slackware" title="LinuxSecurity Advisories - Slackware" type="rss" xmlUrl="https://linuxsecurity.com/advisories/slackware?format=feed&amp;type=rss" htmlUrl="https://linuxsecurity.com/advisories/slackware?format=feed&amp;type=rss" description="LinuxSecurity.com is the community's central source for information on Linux and open source security." />
<outline text="LinuxSecurity Advisories - Ubuntu" title="LinuxSecurity Advisories - Ubuntu" type="rss" xmlUrl="https://linuxsecurity.com/advisories/ubuntu?format=feed&amp;type=rss" htmlUrl="https://linuxsecurity.com/advisories/ubuntu?format=feed&amp;type=rss" description="LinuxSecurity.com is the community's central source for information on Linux and open source security." />
<outline text="LRQA Nettitude Labs" title="LRQA Nettitude Labs" type="rss" xmlUrl="https://labs.nettitude.com/feed" htmlUrl="https://labs.nettitude.com/feed" description="Security research and blog updates from LRQA Nettitude Labs." />
<outline text="LuemmelSec" title="LuemmelSec" type="rss" xmlUrl="https://luemmelsec.github.io/feed.xml" htmlUrl="https://luemmelsec.github.io/feed.xml" description="Security research and blog updates from LuemmelSec." />
<outline text="Matterpreter (Medium)" title="Matterpreter (Medium)" type="rss" xmlUrl="https://medium.com/@matterpreter/feed" htmlUrl="https://medium.com/@matterpreter/feed" description="Security research and blog updates from Matterpreter (Medium)." />
<outline text="Mayfly" title="Mayfly" type="rss" xmlUrl="https://mayfly277.github.io/feed" htmlUrl="https://mayfly277.github.io/feed" description="Security research and blog updates from Mayfly." />
<outline text="MDSec" title="MDSec" type="rss" xmlUrl="https://www.mdsec.co.uk/feed" htmlUrl="https://www.mdsec.co.uk/feed" description="Security research and blog updates from MDSec." />
<outline text="Memory Corruption" title="Memory Corruption" type="rss" xmlUrl="https://memorycorruption.net/index.xml" htmlUrl="https://memorycorruption.net/index.xml" description="Security research and blog updates from Memory Corruption." />
<outline text="Meta Red Team X" title="Meta Red Team X" type="rss" xmlUrl="https://rtx.meta.security/feed.xml" htmlUrl="https://rtx.meta.security/feed.xml" description="Security research and blog updates from Meta Red Team X." />
<outline text="Michael Coppola" title="Michael Coppola" type="rss" xmlUrl="https://poppopret.org/feed" htmlUrl="https://poppopret.org/feed" description="Security research and blog updates from Michael Coppola." />
<outline text="Mickey’s Blogs" title="Mickey’s Blogs" type="rss" xmlUrl="https://jhftss.github.io/feed.xml" htmlUrl="https://jhftss.github.io/feed.xml" description="Security research and blog updates from Mickey’s Blogs." />
<outline text="MISP Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing" title="MISP Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing" type="rss" xmlUrl="https://www.misp-project.org/feed.xml" htmlUrl="https://www.misp-project.org/feed.xml" description="Recent content on MISP Open Source Threat Intelligence Platform & Open Standards For Threat Information Sharing" />
<outline text="MrBruh's Epic Blog" title="MrBruh's Epic Blog" type="rss" xmlUrl="https://mrbruh.com/index.xml" htmlUrl="https://mrbruh.com/index.xml" description="Security research and blog updates from MrBruh's Epic Blog." />
<outline text="Muirey03's Blog" title="Muirey03's Blog" type="rss" xmlUrl="https://muirey03.blogspot.com/feeds/posts/default" htmlUrl="https://muirey03.blogspot.com/feeds/posts/default" description="Security research and blog updates from Muirey03's Blog." />
<outline text="Netsparker" title="Netsparker" type="rss" xmlUrl="https://www.netsparker.com/blog/web-security/rss.xml" htmlUrl="https://www.netsparker.com/blog/web-security/rss.xml" description="Updates from www.netsparker.com." />
<outline text="Nmap Announce" title="Nmap Announce" type="rss" xmlUrl="https://seclists.org/rss/nmap-announce.rss" htmlUrl="https://seclists.org/rss/nmap-announce.rss" description="Vulnerability and exploit updates from Nmap Announce." />
<outline text="Objective-See's Blog" title="Objective-See's Blog" type="rss" xmlUrl="https://objective-see.com/rss.xml" htmlUrl="https://objective-see.com/rss.xml" description="All Things Related to Mac Security" />
<outline text="Offensive Defence" title="Offensive Defence" type="rss" xmlUrl="https://offensivedefence.co.uk/index.xml" htmlUrl="https://offensivedefence.co.uk/index.xml" description="Security research and blog updates from Offensive Defence." />
<outline text="Offensive Research" title="Offensive Research" type="rss" xmlUrl="https://philkeeble.com/feed.xml" htmlUrl="https://philkeeble.com/feed.xml" description="Security research and blog updates from Offensive Research." />
<outline text="OffSec" title="OffSec" type="rss" xmlUrl="https://www.offensive-security.com/feed" htmlUrl="https://www.offensive-security.com/feed" description="The Path to a Secure Future" />
<outline text="Orange Tsai" title="Orange Tsai" type="rss" xmlUrl="https://blog.orange.tw/atom" htmlUrl="https://blog.orange.tw/atom" description="Security research and blog updates from Orange Tsai." />
<outline text="PACMAN" title="PACMAN" type="rss" xmlUrl="https://pacmanattack.com/atom.xml" htmlUrl="https://pacmanattack.com/atom.xml" description="Security research and blog updates from PACMAN." />
<outline text="Palo Alto Networks Security Advisories" title="Palo Alto Networks Security Advisories" type="rss" xmlUrl="https://security.paloaltonetworks.com/rss.xml" htmlUrl="https://security.paloaltonetworks.com/rss.xml" description="Official security advisories for Palo Alto Networks products." />
<outline text="Percona Database Performance Blog" title="Percona Database Performance Blog" type="rss" xmlUrl="https://www.percona.com/blog/feed" htmlUrl="https://www.percona.com/blog/feed" description="Updates from Percona Database Performance Blog." />
<outline text="PSIRT.COM — Latest CVEs" title="PSIRT.COM — Latest CVEs" type="rss" xmlUrl="https://psirt.com/feed/cves.xml" htmlUrl="https://psirt.com/feed/cves.xml" description="Recently published CVEs with enriched vulnerability intelligence" />
<outline text="PSIRT.COM — Latest CVEs" title="PSIRT.COM — Latest CVEs" type="rss" xmlUrl="https://www.securityfocus.com/feed/cves.xml" htmlUrl="https://www.securityfocus.com/feed/cves.xml" description="Recently published CVEs with enriched vulnerability intelligence" />
<outline text="Pwning Tech" title="Pwning Tech" type="rss" xmlUrl="https://pwning.tech/rss" htmlUrl="https://pwning.tech/rss" description="Security research and blog updates from Pwning Tech." />
<outline text="Quarkslab's blog" title="Quarkslab's blog" type="rss" xmlUrl="https://blog.quarkslab.com/feeds/all.atom.xml" htmlUrl="https://blog.quarkslab.com/feeds/all.atom.xml" description="Security research and blog updates from Quarkslab's blog." />
<outline text="R-fx Networks" title="R-fx Networks" type="rss" xmlUrl="https://www.rfxn.com/feed.xml" htmlUrl="https://www.rfxn.com/feed.xml" description="Open source Linux security and systems tools from R-fx Networks." />
<outline text="Rasta Mouse" title="Rasta Mouse" type="rss" xmlUrl="https://rastamouse.me/rss" htmlUrl="https://rastamouse.me/rss" description="Security research and blog updates from Rasta Mouse." />
<outline text="RCE Security" title="RCE Security" type="rss" xmlUrl="https://www.rcesecurity.com/feed" htmlUrl="https://www.rcesecurity.com/feed" description="Remote Code Execution Techniques and more" />
<outline text="Recent Commits to aircrack-ng:master" title="Recent Commits to aircrack-ng:master" type="atom" xmlUrl="https://github.com/aircrack-ng/aircrack-ng/commits/master.atom" htmlUrl="https://github.com/aircrack-ng/aircrack-ng/commits/master.atom" description="Updates from Recent Commits to aircrack-ng:master covering vulnerabilities, cves." />
<outline text="Red XOR Blue" title="Red XOR Blue" type="rss" xmlUrl="https://blog.redxorblue.com/feeds/posts/default" htmlUrl="https://blog.redxorblue.com/feeds/posts/default" description="Security research and blog updates from Red XOR Blue." />
<outline text="Research Blog | Project Black" title="Research Blog | Project Black" type="rss" xmlUrl="https://projectblack.io/blog/rss" htmlUrl="https://projectblack.io/blog/rss" description="Security research and blog updates from Research Blog | Project Black." />
<outline text="RET2 Systems Blog" title="RET2 Systems Blog" type="rss" xmlUrl="https://blog.ret2.io/feed.xml" htmlUrl="https://blog.ret2.io/feed.xml" description="Security research and blog updates from RET2 Systems Blog." />
<outline text="Rhino Security Labs" title="Rhino Security Labs" type="rss" xmlUrl="https://rhinosecuritylabs.com/feed" htmlUrl="https://rhinosecuritylabs.com/feed" description="Security research and blog updates from Rhino Security Labs." />
<outline text="Riccardo Ancarani - Red Team Adventures" title="Riccardo Ancarani - Red Team Adventures" type="rss" xmlUrl="https://riccardoancarani.github.io/feed.xml" htmlUrl="https://riccardoancarani.github.io/feed.xml" description="Security research and blog updates from Riccardo Ancarani - Red Team Adventures." />
<outline text="ridiculous_fish" title="ridiculous_fish" type="atom" xmlUrl="https://ridiculousfish.com/blog/atom.xml" htmlUrl="https://ridiculousfish.com/blog/atom.xml" description="Updates from ridiculous_fish." />
<outline text="Ronin Developer Blog" title="Ronin Developer Blog" type="atom" xmlUrl="https://ronin-rb.dev/blog/atom.xml" htmlUrl="https://ronin-rb.dev/blog/atom.xml" description="Updates from Ronin Developer Blog covering vulnerabilities, cves." />
<outline text="root@V3dedBlog:~#" title="root@V3dedBlog:~#" type="rss" xmlUrl="https://v3ded.github.io/feed.xml" htmlUrl="https://v3ded.github.io/feed.xml" description="Security research and blog updates from root@V3dedBlog:~#." />
<outline text="Rudder" title="Rudder" type="rss" xmlUrl="https://www.rudder.io/feed" htmlUrl="https://www.rudder.io/feed" description="Infrastructure management and security software" />
<outline text="S3cur3Th1sSh1t" title="S3cur3Th1sSh1t" type="rss" xmlUrl="https://s3cur3th1ssh1t.github.io/feed.xml" htmlUrl="https://s3cur3th1ssh1t.github.io/feed.xml" description="News, research, and updates on general security & blogs from S3cur3Th1sSh1t." />
<outline text="SANS Internet Storm Center, InfoCON: green" title="SANS Internet Storm Center, InfoCON: green" type="rss" xmlUrl="https://isc.sans.edu/rssfeed.xml" htmlUrl="https://isc.sans.edu/rssfeed.xml" description="SANS Internet Storm Center - Cooperative Cyber Security Monitor" />
<outline text="SANS Internet Storm Center, InfoCON: green" title="SANS Internet Storm Center, InfoCON: green" type="rss" xmlUrl="https://www.dshield.org/rssfeed_full.xml" htmlUrl="https://www.dshield.org/rssfeed_full.xml" description="SANS Internet Storm Center - Cooperative Cyber Security Monitor" />
<outline text="SCRT Team Blog" title="SCRT Team Blog" type="rss" xmlUrl="https://blog.scrt.ch/feed" htmlUrl="https://blog.scrt.ch/feed" description="Security research and blog updates from SCRT Team Blog." />
<outline text="secret club" title="secret club" type="rss" xmlUrl="https://secret.club/feed.xml" htmlUrl="https://secret.club/feed.xml" description="Security research and blog updates from secret club." />
<outline text="SecTools" title="SecTools" type="rss" xmlUrl="https://sectools.org/feed" htmlUrl="https://sectools.org/feed" description="SecTools security tools list updates." />
<outline text="Security advisories" title="Security advisories" type="rss" xmlUrl="https://www.drupal.org/security/rss.xml" htmlUrl="https://www.drupal.org/security/rss.xml" description="News, research, and updates on general security & blogs from Security advisories." />
<outline text="Security Onion" title="Security Onion" type="rss" xmlUrl="https://blog.securityonion.net/rss.xml" htmlUrl="https://blog.securityonion.net/rss.xml" description="Peel Back the Layers of Your Enterprise" />
<outline text="Security public service announcements" title="Security public service announcements" type="rss" xmlUrl="https://www.drupal.org/security/psa/rss.xml" htmlUrl="https://www.drupal.org/security/psa/rss.xml" description="News, research, and updates on general security & blogs from Security public service announcements." />
<outline text="Security Research & Defense" title="Security Research & Defense" type="rss" xmlUrl="https://srd.cx/feed" htmlUrl="https://srd.cx/feed" description="Vulnerability and exploit updates from Security Research & Defense." />
<outline text="Shenanigans Labs" title="Shenanigans Labs" type="rss" xmlUrl="https://shenaniganslabs.io/feed" htmlUrl="https://shenaniganslabs.io/feed" description="Security research and blog updates from Shenanigans Labs." />
<outline text="Shorsec Cyber Security" title="Shorsec Cyber Security" type="rss" xmlUrl="https://shorsec.io/feed" htmlUrl="https://shorsec.io/feed" description="Security research and blog updates from Shorsec Cyber Security." />
<outline text="simondotsh’s infosec blog" title="simondotsh’s infosec blog" type="rss" xmlUrl="https://simondotsh.com/feed.xml" htmlUrl="https://simondotsh.com/feed.xml" description="Security research and blog updates from simondotsh’s infosec blog." />
<outline text="Skelsec (Medium)" title="Skelsec (Medium)" type="rss" xmlUrl="https://skelsec.medium.com/feed" htmlUrl="https://skelsec.medium.com/feed" description="Security research and blog updates from Skelsec (Medium)." />
<outline text="SkyDogCon" title="SkyDogCon" type="rss" xmlUrl="https://www.skydogcon.com/rss.xml" htmlUrl="https://www.skydogcon.com/rss.xml" description="The South's premiere hacker/maker con located in Nashville, TN" />
<outline text="Snort" title="Snort" type="rss" xmlUrl="https://seclists.org/rss/snort.rss" htmlUrl="https://seclists.org/rss/snort.rss" description="Vulnerability and exploit updates from Snort." />
<outline text="Source Incite" title="Source Incite" type="rss" xmlUrl="https://srcincite.io/feed" htmlUrl="https://srcincite.io/feed" description="Vulnerability and exploit updates from Source Incite." />
<outline text="Spaceraccoon's Blog" title="Spaceraccoon's Blog" type="rss" xmlUrl="https://spaceraccoon.dev/feed.xml" htmlUrl="https://spaceraccoon.dev/feed.xml" description="Security research and blog updates from Spaceraccoon's Blog." />
<outline text="SpecterOps" title="SpecterOps" type="rss" xmlUrl="https://specterops.io/feed" htmlUrl="https://specterops.io/feed" description="Security research and blog updates from SpecterOps." />
<outline text="Sploitus – Exploits" title="Sploitus – Exploits" type="rss" xmlUrl="https://sploitus.com/rss" htmlUrl="https://sploitus.com/rss" description="Vulnerability and exploit updates from Sploitus." />
<outline text="STAR Labs" title="STAR Labs" type="rss" xmlUrl="https://starlabs.sg/index.xml" htmlUrl="https://starlabs.sg/index.xml" description="Security research and blog updates from STAR Labs." />
<outline text="Stories by assume-breach on Medium" title="Stories by assume-breach on Medium" type="rss" xmlUrl="https://assume-breach.medium.com/feed" htmlUrl="https://assume-breach.medium.com/feed" description="Security research and blog updates from Stories by assume-breach on Medium." />
<outline text="Stories by Cedric Owens on Medium" title="Stories by Cedric Owens on Medium" type="rss" xmlUrl="https://cedowens.medium.com/feed" htmlUrl="https://cedowens.medium.com/feed" description="Security research and blog updates from Stories by Cedric Owens on Medium." />
<outline text="Stories by CICADA8 on Medium" title="Stories by CICADA8 on Medium" type="rss" xmlUrl="https://cicada-8.medium.com/feed" htmlUrl="https://cicada-8.medium.com/feed" description="Security research and blog updates from Stories by CICADA8 on Medium." />
<outline text="Stories by CVE Program Blog on Medium" title="Stories by CVE Program Blog on Medium" type="rss" xmlUrl="https://medium.com/feed/@cve_program" htmlUrl="https://medium.com/feed/@cve_program" description="Stories by CVE Program Blog on Medium" />
<outline text="Summoning Team" title="Summoning Team" type="rss" xmlUrl="https://summoning.team/index.xml" htmlUrl="https://summoning.team/index.xml" description="Security research and blog updates from Summoning Team." />
<outline text="SySS Tech Blog" title="SySS Tech Blog" type="rss" xmlUrl="https://blog.syss.com/feed" htmlUrl="https://blog.syss.com/feed" description="Security research and blog updates from SySS Tech Blog." />
<outline text="System Weakness - Medium" title="System Weakness - Medium" type="rss" xmlUrl="https://systemweakness.com/feed" htmlUrl="https://systemweakness.com/feed" description="System Weakness is a publication that specialises in publishing upcoming writers in cybersecurity and ethical hacking space." />
<outline text="Talos Vulnerability Report Feed" title="Talos Vulnerability Report Feed" type="rss" xmlUrl="https://talosintelligence.com/vulnerability_reports/feed" htmlUrl="https://talosintelligence.com/vulnerability_reports/feed" description="Vulnerability and exploit updates from Talos Vulnerability Report Feed." />
<outline text="thc.org" title="thc.org" type="rss" xmlUrl="https://blog.thc.org/rss.xml" htmlUrl="https://blog.thc.org/rss.xml" description="Security research and blog updates from thc.org." />
<outline text="The Contractor 🏴☠️🧯" title="The Contractor 🏴☠️🧯" type="rss" xmlUrl="https://thecontractor.io/rss" htmlUrl="https://thecontractor.io/rss" description="Security research and blog updates from The Contractor 🏴☠️🧯." />
<outline text="The GitHub Blog" title="The GitHub Blog" type="rss" xmlUrl="https://github.blog/feed" htmlUrl="https://github.blog/feed" description="Updates, ideas, and inspiration from GitHub to help developers build and design software." />
<outline text="The Human Machine Interface" title="The Human Machine Interface" type="rss" xmlUrl="https://h0mbre.github.io/feed.xml" htmlUrl="https://h0mbre.github.io/feed.xml" description="Security research and blog updates from The Human Machine Interface." />
<outline text="The Open Cloud Vulnerability &amp; Security Issue Database" title="The Open Cloud Vulnerability &amp; Security Issue Database" type="rss" xmlUrl="https://www.cloudvulndb.org/rss/feed.xml" htmlUrl="https://www.cloudvulndb.org/rss/feed.xml" description="An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues." />
<outline text="The ZAP Homepage on ZAP" title="The ZAP Homepage on ZAP" type="rss" xmlUrl="https://www.zaproxy.org/index.xml" htmlUrl="https://www.zaproxy.org/index.xml" description="Recent content in The ZAP Homepage on ZAP" />
<outline text="Threlfall hax" title="Threlfall hax" type="rss" xmlUrl="https://5stars217.github.io/feed.xml" htmlUrl="https://5stars217.github.io/feed.xml" description="Security research and blog updates from Threlfall hax." />
<outline text="Tier Zero Security" title="Tier Zero Security" type="rss" xmlUrl="https://tierzerosecurity.co.nz/feed.xml" htmlUrl="https://tierzerosecurity.co.nz/feed.xml" description="Security research and blog updates from Tier Zero Security." />
<outline text="VulDB CVE" title="VulDB CVE" type="rss" xmlUrl="https://vuldb.com/rss/cve" htmlUrl="https://vuldb.com/rss/cve" description="CVE" />
<outline text="VulDB Recent Entries" title="VulDB Recent Entries" type="rss" xmlUrl="https://vuldb.com/rss/recent" htmlUrl="https://vuldb.com/rss/recent" description="Recent Entries" />
<outline text="VulDB Updates" title="VulDB Updates" type="rss" xmlUrl="https://vuldb.com/rss/updates" htmlUrl="https://vuldb.com/rss/updates" description="Updates" />
<outline text="VulnCheck Blog" title="VulnCheck Blog" type="atom" xmlUrl="https://vulncheck.com/feed/blog/atom.xml" htmlUrl="https://vulncheck.com/feed/blog/atom.xml" description="Blog posts we have recently written or historic blog posts we have written in the past." />
<outline text="Vulnerabilities Database - CXSecurity.com" title="Vulnerabilities Database - CXSecurity.com" type="rss" xmlUrl="https://cxsecurity.com/wlb/rss/vulnerabilities" htmlUrl="https://cxsecurity.com/wlb/rss/vulnerabilities" description="Vulnerabilities Database - World Laboratory of Bugtraq 2 CXSecurity.com" />
<outline text="Vulners.com RSS Feed" title="Vulners.com RSS Feed" type="rss" xmlUrl="https://vulners.com/rss.xml" htmlUrl="https://vulners.com/rss.xml" description="The latest security news and vulnerability data" />
<outline text="watchTowr Labs" title="watchTowr Labs" type="rss" xmlUrl="https://labs.watchtowr.com/rss" htmlUrl="https://labs.watchtowr.com/rss" description="Security research and blog updates from watchTowr Labs." />
<outline text="WHEREISK0SHL" title="WHEREISK0SHL" type="rss" xmlUrl="https://whereisk0shl.top/feed" htmlUrl="https://whereisk0shl.top/feed" description="Security research and blog updates from WHEREISK0SHL." />
<outline text="White Knight Labs" title="White Knight Labs" type="rss" xmlUrl="https://whiteknightlabs.com/feed" htmlUrl="https://whiteknightlabs.com/feed" description="Security research and blog updates from White Knight Labs." />
<outline text="WhyNotSecurity" title="WhyNotSecurity" type="rss" xmlUrl="https://whynotsecurity.com/feed.xml" htmlUrl="https://whynotsecurity.com/feed.xml" description="Security research and blog updates from WhyNotSecurity." />
<outline text="WPScan" title="WPScan" type="rss" xmlUrl="https://wpscan.com/feed" htmlUrl="https://wpscan.com/feed" description="Updates from WPScan." />
<outline text="X-Force Exchange - Collection Feed" title="X-Force Exchange - Collection Feed" type="rss" xmlUrl="https://exchange.xforce.ibmcloud.com/rss/collection?tag=advisory" htmlUrl="https://exchange.xforce.ibmcloud.com/rss/collection?tag=advisory" description="Collections with tag "advisory"" />
<outline text="x64dbg" title="x64dbg" type="atom" xmlUrl="https://x64dbg.com/blog/atom.xml" htmlUrl="https://x64dbg.com/blog/atom.xml" description="Updates from x64dbg." />
<outline text="Xdavidhu Bugs" title="Xdavidhu Bugs" type="rss" xmlUrl="https://bugs.xdavidhu.me/feed.xml" htmlUrl="https://bugs.xdavidhu.me/feed.xml" description="Security research and blog updates from Xdavidhu Bugs." />
<outline text="Xplico" title="Xplico" type="rss" xmlUrl="https://www.xplico.org/feed" htmlUrl="https://www.xplico.org/feed" description="Open Source Network Forensic Analysis Tool (NFAT)" />
<outline text="Zero Day Initiative - Blog" title="Zero Day Initiative - Blog" type="atom" xmlUrl="https://zerodayinitiative.com/blog/atom.xml" htmlUrl="https://zerodayinitiative.com/blog/atom.xml" description="Updates from Zero Day Initiative - Blog." />
</outline>
</body>
</opml>