-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvideos.html
More file actions
822 lines (790 loc) · 42 KB
/
videos.html
File metadata and controls
822 lines (790 loc) · 42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Telecom Security Videos | Educational Content & Research by RFS</title>
<meta name="description"
content="Comprehensive collection of 10+ authentic educational videos, conference presentations, and expert research on telecommunications security by RFS. Learn about 4G, 5G, SS7, SIM card security and more.">
<meta name="keywords"
content="telecom security videos, mobile network security, 4G security, 5G security, SS7 security, SIM card security, network vulnerabilities, security research, RFS, telecommunications">
<meta name="author" content="RFS - Telecom Security Researcher">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<meta name="language" content="English">
<meta name="revisit-after" content="30 days">
<meta name="rating" content="General">
<meta name="referrer" content="strict-origin-when-cross-origin">
<!-- Canonical URL -->
<link rel="canonical" href="https://telcosec.github.io/Telecom-Security-Documents/videos.html">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://telcosec.github.io/Telecom-Security-Documents/videos.html">
<meta property="og:title" content="Telecom Security Videos | Educational Content & Research by RFS">
<meta property="og:description"
content="Comprehensive collection of educational videos, conference presentations, and expert interviews on telecommunications security by RFS. Learn about 4G, 5G, SS7, SIM card security and more.">
<meta property="og:image" content="https://telcosec.github.io/Telecom-Security-Documents/images/og-image.png">
<meta property="og:site_name" content="Telecom Security Library">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://telcosec.github.io/Telecom-Security-Documents/videos.html">
<meta property="twitter:title" content="Telecom Security Videos | Educational Content & Research by RFS">
<meta property="twitter:description"
content="Comprehensive collection of educational videos, conference presentations, and expert interviews on telecommunications security by RFS. Learn about 4G, 5G, SS7, SIM card security and more.">
<meta property="twitter:image" content="https://telcosec.github.io/Telecom-Security-Documents/images/og-image.png">
<meta property="twitter:site" content="@TelcoSec">
<!-- Additional SEO Meta Tags -->
<meta name="theme-color" content="#dc3545">
<meta name="msapplication-TileColor" content="#dc3545">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Preconnect to external domains for performance -->
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- DNS Prefetch for performance -->
<link rel="dns-prefetch" href="//cdn.jsdelivr.net">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<!-- Google Analytics and Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SDPPC95R4J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-SDPPC95R4J');
</script>
<!-- Google Tag Manager -->
<script>(function (w, d, s, l, i) {
w[l] = w[l] || []; w[l].push({
'gtm.start':
new Date().getTime(), event: 'gtm.js'
}); var f = d.getElementsByTagName(s)[0],
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-5DGDDTS8');</script>
<!-- AdSense -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9236847887178276"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link href="src/css/styles.css" rel="stylesheet">
<link href="src/css/videos-styles.css" rel="stylesheet">
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CollectionPage",
"name": "Telecom Security Videos",
"description": "Comprehensive collection of educational videos, conference presentations, and expert interviews on telecommunications security by RFS",
"url": "https://telcosec.github.io/Telecom-Security-Documents/videos.html",
"mainEntity": {
"@type": "ItemList",
"name": "Telecom Security Video Collection",
"description": "Collection of educational videos on telecommunications security",
"numberOfItems": 0
},
"publisher": {
"@type": "Organization",
"name": "Telecom Security Library",
"logo": {
"@type": "ImageObject",
"url": "https://telcosec.github.io/Telecom-Security-Documents/images/logo.png"
}
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://telcosec.github.io/Telecom-Security-Documents"
},
{
"@type": "ListItem",
"position": 2,
"name": "Videos",
"item": "https://telcosec.github.io/Telecom-Security-Documents/videos.html"
}
]
},
"sameAs": [
"https://www.youtube.com/@Telecom-Security",
"https://github.com/TelcoSec",
"https://discord.gg/jkUKw2cBxX",
"https://www.linkedin.com/company/telco-sec/"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "VideoGallery",
"name": "Telecom Security Video Gallery",
"description": "Educational videos on telecommunications security topics",
"url": "https://telcosec.github.io/Telecom-Security-Documents/videos.html",
"publisher": {
"@type": "Organization",
"name": "Telecom Security Library"
},
"video": [
{
"@type": "VideoObject",
"name": "Hacking Surveillance Systems: Supply Chain Vulnerabilities Exposed | DEF CON 32",
"description": "Discover how surveillance systems are vulnerable to supply chain attacks.",
"thumbnailUrl": "https://img.youtube.com/vi/83BnWkrh38c/maxresdefault.jpg",
"uploadDate": "2024-08-11",
"contentUrl": "https://www.youtube.com/watch?v=83BnWkrh38c"
},
{
"@type": "VideoObject",
"name": "Mobile Network Traffic Analysis using Private APNs | DEF CON 32 Guide",
"description": "Learn the techniques for analyzing mobile network traffic by leveraging Private APNs.",
"thumbnailUrl": "https://img.youtube.com/vi/oQI3wPRkH0s/maxresdefault.jpg",
"uploadDate": "2024-08-11",
"contentUrl": "https://www.youtube.com/watch?v=oQI3wPRkH0s"
}
]
}
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5DGDDTS8" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">
<i class="fas fa-shield-alt me-2"></i>
Telecom Security Library
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#categories">Categories</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="videos.html">Videos</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tools.html">Tools</a>
</li>
<li class="nav-item">
<a class="nav-link" href="images.html">Images</a>
</li>
<li class="nav-item">
<a class="nav-link" href="partners.html">Partners</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="documents/index.html">Documents</a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w"
target="_blank" rel="noopener noreferrer">
<i class="fab fa-youtube text-danger me-1"></i> YouTube
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://discord.gg/jkUKw2cBxX" target="_blank"
rel="noopener noreferrer">
<i class="fab fa-discord me-1"></i> Discord
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/company/telco-sec/" target="_blank"
rel="noopener noreferrer">
<i class="fab fa-linkedin me-1"></i> LinkedIn
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<header class="videos-hero">
<div class="container">
<div class="row align-items-center min-vh-100">
<div class="col-lg-8 mx-auto text-center">
<h1 class="display-3 fw-bold text-white mb-4">
<i class="fas fa-video me-3"></i>
Telecom Security Videos
</h1>
<p class="lead text-white-50 mb-4">
Comprehensive collection of educational videos, conference presentations, and expert interviews
on telecommunications security by RFS
</p>
<div class="hero-stats">
<div class="row text-center">
<div class="col-4">
<div class="stat-item">
<h3 class="text-white fw-bold" id="totalVideos">0</h3>
<p class="text-white-50 mb-0">Videos</p>
</div>
</div>
<div class="col-4">
<div class="stat-item">
<h3 class="text-white fw-bold" id="totalCategories">0</h3>
<p class="text-white-50 mb-0">Categories</p>
</div>
</div>
<div class="col-4">
<div class="stat-item">
<h3 class="text-white fw-bold" id="totalHours">0</h3>
<p class="text-white-50 mb-0">Hours</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- YouTube Channel Section -->
<section class="youtube-channel-section py-5 bg-danger text-white">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-8">
<h3 class="mb-3">
<i class="fab fa-youtube me-2"></i>
Official Telecom Security YouTube Channel
</h3>
<p class="lead mb-4">
Join thousands of security professionals, researchers, and enthusiasts learning about telecom
security. Get exclusive access to in-depth analysis, live demonstrations, and cutting-edge
research.
</p>
<div class="channel-stats mb-4">
<div class="row text-center">
<div class="col-4">
<div class="stat-item">
<h4 class="text-white fw-bold">2.5K+</h4>
<p class="text-white-50 mb-0">Subscribers</p>
</div>
</div>
<div class="col-4">
<div class="stat-item">
<h4 class="text-white fw-bold">50+</h4>
<p class="text-white-50 mb-0">Videos</p>
</div>
</div>
<div class="col-4">
<div class="stat-item">
<h4 class="text-white fw-bold">100K+</h4>
<p class="text-white-50 mb-0">Views</p>
</div>
</div>
</div>
</div>
<div class="channel-actions">
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-light btn-lg me-3 mb-2">
<i class="fab fa-youtube me-2"></i>Subscribe Now
</a>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-outline-light btn-lg mb-2">
<i class="fas fa-play me-2"></i>Watch Latest
</a>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="ratio ratio-16x9 mb-3">
<iframe src="https://www.youtube.com/embed/JeTsJCfBE5U" title="Latest Telecom Security Video"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<p class="text-white-50 small">Latest: 5G Security Research Presentation</p>
</div>
</div>
</div>
</section>
<!-- Embedded YouTube Channel Videos -->
<section class="embedded-channel-videos py-5 bg-light">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fab fa-youtube text-danger me-2"></i>
Featured Channel Content
</h2>
<div class="row">
<div class="col-lg-8">
<div class="main-video-embed">
<div class="ratio ratio-16x9 mb-4">
<iframe src="https://www.youtube.com/embed/JeTsJCfBE5U"
title="Featured Telecom Security Video" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen>
</iframe>
</div>
<h4 class="mb-2">5G Security Research: DEFCON Presentation</h4>
<p class="text-muted mb-3">Comprehensive analysis of 5G network security threats,
vulnerabilities, and defense strategies presented at DEFCON by Philippe Langlois (P1
Security).</p>
<div class="video-meta mb-3">
<span class="badge bg-primary me-2">5G Security</span>
<span class="text-muted me-3"><i class="fas fa-clock me-1"></i>42:15</span>
<span class="text-muted me-3"><i class="fas fa-eye me-1"></i>12K views</span>
<span class="text-muted"><i class="fas fa-thumbs-up me-1"></i>487 likes</span>
</div>
</div>
</div>
<div class="col-lg-4">
<div class="channel-playlist-preview">
<h5 class="mb-3"><i class="fas fa-list me-2"></i>Popular Playlists</h5>
<div class="playlist-item mb-3 p-3 border rounded">
<h6 class="mb-2">5G Security Research</h6>
<p class="text-muted small mb-2">Comprehensive coverage of 5G network security</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-sm btn-outline-primary">
<i class="fab fa-youtube me-1"></i>Watch Playlist
</a>
</div>
<div class="playlist-item mb-3 p-3 border rounded">
<h6 class="mb-2">SS7 Protocol Security</h6>
<p class="text-muted small mb-2">SS7 vulnerabilities and attack demonstrations</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-sm btn-outline-primary">
<i class="fab fa-youtube me-1"></i>Watch Playlist
</a>
</div>
<div class="playlist-item mb-3 p-3 border rounded">
<h6 class="mb-2">SIM Card Security</h6>
<p class="text-muted small mb-2">Hardware vulnerabilities and physical attacks</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-sm btn-outline-primary">
<i class="fab fa-youtube me-1"></i>Watch Playlist
</a>
</div>
<div class="text-center mt-4">
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-danger">
<i class="fab fa-youtube me-2"></i>View All Videos on YouTube
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Video Categories Overview -->
<section class="video-categories-overview py-5">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fas fa-th-large text-primary me-2"></i>
Video Categories
</h2>
<div class="row">
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-wifi fa-3x text-primary"></i>
</div>
<h5>5G Network Security</h5>
<p class="text-muted small">Network slicing, security architecture, and threat analysis</p>
<span class="badge bg-primary">12 Videos</span>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-signal fa-3x text-success"></i>
</div>
<h5>4G Network Security</h5>
<p class="text-muted small">LTE security, authentication protocols, and vulnerabilities</p>
<span class="badge bg-success">8 Videos</span>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-exchange-alt fa-3x text-danger"></i>
</div>
<h5>SS7 Protocol Security</h5>
<p class="text-muted small">SS7 vulnerabilities, attack vectors, and mitigation</p>
<span class="badge bg-danger">6 Videos</span>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-mobile-alt fa-3x text-warning"></i>
</div>
<h5>SIM Cards & UICC</h5>
<p class="text-muted small">Hardware security, physical attacks, and vulnerabilities</p>
<span class="badge bg-warning">5 Videos</span>
</div>
</div>
</div>
<div class="row mt-3">
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-microchip fa-3x text-info"></i>
</div>
<h5>Baseband Security</h5>
<p class="text-muted small">Processor vulnerabilities and exploitation techniques</p>
<span class="badge bg-info">4 Videos</span>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-broadcast-tower fa-3x text-secondary"></i>
</div>
<h5>Base Stations</h5>
<p class="text-muted small">Physical security and network access vulnerabilities</p>
<span class="badge bg-secondary">3 Videos</span>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-phone fa-3x text-warning"></i>
</div>
<h5>VoIP Security</h5>
<p class="text-muted small">Encrypted communications and attack vectors</p>
<span class="badge bg-warning">4 Videos</span>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="category-card text-center p-4 border rounded h-100">
<div class="category-icon mb-3">
<i class="fas fa-terminal fa-3x text-dark"></i>
</div>
<h5>AT Commands</h5>
<p class="text-muted small">Fuzzing techniques and mobile device security</p>
<span class="badge bg-dark">3 Videos</span>
</div>
</div>
</div>
</div>
</section>
<!-- Channel Playlists Section -->
<section class="channel-playlists py-5 bg-light">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fas fa-list text-primary me-2"></i>
Featured Playlists
</h2>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="playlist-card">
<div class="playlist-thumbnail">
<img src="https://img.youtube.com/vi/JeTsJCfBE5U/maxresdefault.jpg"
alt="5G Security Playlist" class="img-fluid rounded">
<div class="playlist-overlay">
<i class="fas fa-play-circle fa-3x text-white"></i>
</div>
</div>
<div class="playlist-info p-3">
<h5>5G Security Research</h5>
<p class="text-muted">Comprehensive coverage of 5G network security, vulnerabilities, and
defense strategies</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-outline-primary btn-sm">
<i class="fab fa-youtube me-1"></i>Watch Playlist
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="playlist-card">
<div class="playlist-thumbnail">
<img src="https://img.youtube.com/vi/SfPC9IHCW-U/maxresdefault.jpg"
alt="SS7 Security Playlist" class="img-fluid rounded">
<div class="playlist-overlay">
<i class="fas fa-play-circle fa-3x text-white"></i>
</div>
</div>
<div class="playlist-info p-3">
<h5>SS7 Protocol Security</h5>
<p class="text-muted">Deep dive into SS7 vulnerabilities, attack demonstrations, and
mitigation techniques</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-outline-primary btn-sm">
<i class="fab fa-youtube me-1"></i>Watch Playlist
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="playlist-card">
<div class="playlist-thumbnail">
<img src="https://img.youtube.com/vi/P1u2T_TELqY/maxresdefault.jpg"
alt="SIM Card Security Playlist" class="img-fluid rounded">
<div class="playlist-overlay">
<i class="fas fa-play-circle fa-3x text-white"></i>
</div>
</div>
<div class="playlist-info p-3">
<h5>SIM Card & UICC Security</h5>
<p class="text-muted">Analysis of SIM card vulnerabilities, hardware attacks, and security
best practices</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-outline-primary btn-sm">
<i class="fab fa-youtube me-1"></i>Watch Playlist
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Search and Filter Section -->
<section class="search-section py-4 bg-light">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<div class="search-container">
<div class="input-group mb-3">
<span class="input-group-text bg-primary text-white">
<i class="fas fa-search"></i>
</span>
<input type="text" class="form-control" id="searchInput"
placeholder="Search videos by title, description, speaker, or tags...">
<button class="btn btn-outline-secondary" type="button" id="clearSearch">
<i class="fas fa-times"></i>
</button>
</div>
<div class="filter-controls">
<div class="row">
<div class="col-md-4">
<select class="form-select" id="categoryFilter">
<option value="">All Categories</option>
</select>
</div>
<div class="col-md-4">
<select class="form-select" id="sortFilter">
<option value="featured">Featured First</option>
<option value="date">Date (Newest)</option>
<option value="title">Title (A-Z)</option>
<option value="duration">Duration</option>
<option value="views">Most Viewed</option>
</select>
</div>
<div class="col-md-4">
<button class="btn btn-outline-primary w-100" type="button" id="toggleView">
<i class="fas fa-th-large me-2"></i>Grid View
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Videos Section -->
<section class="featured-videos py-5">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fas fa-star text-warning me-2"></i>
Featured Videos
</h2>
<div class="row" id="featuredVideos">
<!-- Featured videos will be loaded here -->
</div>
</div>
</section>
<!-- AdSense Banner -->
<div class="ad-banner my-5">
<div class="container">
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9236847887178276"
data-ad-slot="1234567890" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<!-- Call to Action Section -->
<section class="cta-section py-5 bg-primary text-white">
<div class="container text-center">
<h2 class="mb-4">
<i class="fas fa-graduation-cap me-2"></i>
Ready to Master Telecom Security?
</h2>
<p class="lead mb-4">
Join our growing community of security professionals, researchers, and enthusiasts.
Get exclusive access to cutting-edge research, live demonstrations, and expert insights.
</p>
<div class="cta-buttons">
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-light btn-lg me-3 mb-2">
<i class="fab fa-youtube me-2"></i>Subscribe to Channel
</a>
<a href="https://discord.gg/jkUKw2cBxX" target="_blank" class="btn btn-outline-light btn-lg me-3 mb-2">
<i class="fab fa-discord me-2"></i>Join Discord Community
</a>
<a href="documents/index.html" class="btn btn-outline-light btn-lg mb-2">
<i class="fas fa-book me-2"></i>Browse Research Papers
</a>
</div>
</div>
</section>
<!-- All Videos Section -->
<section class="all-videos py-5">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fas fa-play-circle text-primary me-2"></i>
Complete Video Library
</h2>
<!-- Category Navigation -->
<div class="category-nav mb-4">
<div class="row" id="categoryNav">
<!-- Category navigation will be loaded here -->
</div>
</div>
<!-- Videos Grid -->
<div class="videos-container">
<div class="row" id="videosGrid">
<!-- Videos will be loaded here -->
</div>
</div>
<!-- Load More Button -->
<div class="text-center mt-5" id="loadMoreContainer" style="display: none;">
<button class="btn btn-primary btn-lg" id="loadMoreBtn">
<i class="fas fa-plus me-2"></i>Load More Videos
</button>
</div>
</div>
</section>
<!-- Video Modal -->
<div class="modal fade" id="videoModal" tabindex="-1" aria-labelledby="videoModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="videoModalLabel">Video Title</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="video-container mb-3">
<div class="ratio ratio-16x9">
<iframe id="videoIframe" src="" title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div class="video-info">
<h4 id="modalVideoTitle"></h4>
<p class="text-muted" id="modalVideoDescription"></p>
<div class="video-meta">
<span class="badge bg-primary me-2" id="modalVideoCategory"></span>
<span class="text-muted me-3">
<i class="fas fa-user me-1"></i>
<span id="modalVideoSpeaker"></span>
</span>
<span class="text-muted me-3">
<i class="fas fa-clock me-1"></i>
<span id="modalVideoDuration"></span>
</span>
<span class="text-muted me-3">
<i class="fas fa-calendar me-1"></i>
<span id="modalVideoDate"></span>
</span>
</div>
<div class="video-stats mt-2">
<span class="text-muted me-3">
<i class="fas fa-eye me-1"></i>
<span id="modalVideoViews"></span> views
</span>
<span class="text-muted">
<i class="fas fa-thumbs-up me-1"></i>
<span id="modalVideoLikes"></span> likes
</span>
</div>
<div class="video-tags mt-3" id="modalVideoTags">
<!-- Tags will be loaded here -->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer bg-dark text-light py-5">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<h5 class="text-light"><i class="fas fa-shield-alt me-2"></i>Telecom Security Library</h5>
<p class="text-light-50">Comprehensive collection of telecommunications security documentation,
research papers, and resources by RFS for security professionals, researchers, and industry
experts.</p>
<div class="social-links">
<a href="https://github.com/TelcoSec/Telecom-Security-Documents" target="_blank"
class="text-light-50 me-3"><i class="fab fa-github fa-lg"></i></a>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="text-light-50 me-3"><i class="fab fa-youtube fa-lg"></i></a>
<a href="https://discord.gg/jkUKw2cBxX" target="_blank" class="text-light-50 me-3"><i
class="fab fa-discord fa-lg"></i></a>
<a href="https://www.linkedin.com/company/telco-sec/" target="_blank"
class="text-light-50 me-3"><i class="fab fa-linkedin fa-lg"></i></a>
</div>
</div>
<div class="col-lg-2 mb-4">
<h6 class="text-light">Categories</h6>
<ul class="list-unstyled">
<li><a href="index.html#4g" class="text-light-50">4G Security</a></li>
<li><a href="index.html#5g" class="text-light-50">5G Security</a></li>
<li><a href="index.html#sim-cards" class="text-light-50">SIM Cards</a></li>
<li><a href="index.html#ss7" class="text-light-50">SS7 Security</a></li>
</ul>
</div>
<div class="col-lg-2 mb-4">
<h6 class="text-light">Resources</h6>
<ul class="list-unstyled">
<li><a href="videos.html" class="text-light-50">Videos</a></li>
<li><a href="images.html" class="text-light-50">Images</a></li>
<li><a href="about.html" class="text-light-50">About</a></li>
<li><a href="README.md" class="text-light-50">Documentation</a></li>
<li><a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="text-light-50"><i class="fab fa-youtube me-1"></i>YouTube Channel</a></li>
<li><a href="documents/index.html" class="text-light-50">All Documents</a></li>
</ul>
</div>
<div class="col-lg-4 mb-4">
<h6 class="text-light">Newsletter</h6>
<p class="text-light-50">Stay updated with the latest telecom security research and developments.
</p>
<div class="input-group">
<input type="email" class="form-control" placeholder="Enter your email">
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</div>
</div>
<hr class="my-4">
<div class="row align-items-center">
<div class="col-md-6">
<p class="mb-0 text-light-50">© 2024 Telecom Security Library. All rights reserved. | Research
by RFS</p>
</div>
<div class="col-md-6 text-md-end">
<a href="#" class="text-light-50 me-3">Privacy Policy</a>
<a href="#" class="text-light-50 me-3">Terms of Service</a>
<a href="#" class="text-light-50">Contact</a>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="src/js/script.js"></script>
<script src="src/js/videos-script.js"></script>
<script src="src/js/youtube-channel.js"></script>
<script src="src/js/adsense-config.js"></script>
</body>
</html>