-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimages.html
More file actions
467 lines (440 loc) · 22.9 KB
/
Copy pathimages.html
File metadata and controls
467 lines (440 loc) · 22.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Telecom Security Research Images | Visual Resources & Diagrams by RFS</title>
<meta name="description"
content="Comprehensive collection of telecommunications security research images, diagrams, and visual resources by RFS covering 4G, 5G, SS7, and network security architectures.">
<meta name="keywords"
content="telecom security images, 5G security diagrams, 4G security architecture, SS7 attack vectors, network security visuals, RFS research images, mobile network security, telecommunications security research">
<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">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://telcosec.github.io/Telecom-Security-Documents/images.html">
<meta property="og:title" content="Research Images - Telecom Security Library by RFS">
<meta property="og:description"
content="Comprehensive collection of telecommunications security research images, diagrams, and visual resources by RFS covering 4G, 5G, SS7, and network security architectures.">
<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/images.html">
<meta property="twitter:title" content="Telecom Security Research Images | Visual Resources & Diagrams by RFS">
<meta property="twitter:description"
content="Comprehensive collection of telecommunications security research images, diagrams, and visual resources by RFS covering 4G, 5G, SS7, and network security architectures.">
<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="#28a745">
<meta name="msapplication-TileColor" content="#28a745">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Canonical URL -->
<link rel="canonical" href="https://telcosec.github.io/Telecom-Security-Documents/images.html">
<!-- 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>
<!-- Stylesheets -->
<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/images-styles.css" rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Research Images - Telecom Security Library",
"description": "Comprehensive collection of telecommunications security research images, diagrams, and visual resources by RFS covering 4G, 5G, SS7, and network security architectures.",
"url": "https://telcosec.github.io/Telecom-Security-Documents/images.html",
"mainEntity": {
"@type": "ImageGallery",
"name": "Telecom Security Research Images",
"description": "Visual resources and diagrams for telecommunications security research",
"url": "https://telcosec.github.io/Telecom-Security-Documents/images.html",
"author": {
"@type": "Person",
"name": "RFS",
"description": "Telecommunications Security Researcher"
},
"publisher": {
"@type": "Organization",
"name": "Telecom Security Library",
"url": "https://telcosec.github.io/Telecom-Security-Documents/"
}
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://telcosec.github.io/Telecom-Security-Documents/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Research Images",
"item": "https://telcosec.github.io/Telecom-Security-Documents/images.html"
}
]
}
}
</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" 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="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 active" href="images.html">Images</a>
</li>
</ul>
<ul class="navbar-nav">
<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="images-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-images me-3"></i>
Research Images & Diagrams
</h1>
<p class="lead text-white-50 mb-4">
Comprehensive collection of telecommunications security research images, diagrams, and visual
resources by RFS covering 4G, 5G, SS7, and network security architectures.
</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="totalImages">0</h3>
<p class="text-white-50 mb-0">Images</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="totalFormats">0</h3>
<p class="text-white-50 mb-0">Formats</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- YouTube Channel Section -->
<section class="youtube-channel-section py-4 bg-danger text-white">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h3 class="mb-3">
<i class="fab fa-youtube me-2"></i>
Subscribe to Our Official Channel
</h3>
<p class="lead mb-4">
Get the latest telecom security research, analysis, and educational content directly on YouTube
</p>
<a href="https://www.youtube.com/channel/UC3kO2aM4pP_viPnB8yS2J5w" target="_blank"
class="btn btn-light btn-lg">
<i class="fab fa-youtube me-2"></i>@Telecom-Security
</a>
</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 images by title, description, or keywords...">
<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="formatFilter">
<option value="">All Formats</option>
<option value="png">PNG</option>
<option value="jpg">JPG</option>
<option value="webp">WebP</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 Images Section -->
<section class="featured-images py-5">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fas fa-star text-warning me-2"></i>
Featured Research Images
</h2>
<div class="row" id="featuredImages">
<!-- Featured images 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>
<!-- All Images Section -->
<section class="all-images py-5">
<div class="container">
<h2 class="section-title text-center mb-5">
<i class="fas fa-images text-primary me-2"></i>
All Research Images
</h2>
<!-- Category Navigation -->
<div class="category-nav mb-4">
<div class="row" id="categoryNav">
<!-- Category navigation will be loaded here -->
</div>
</div>
<!-- Images Grid -->
<div class="images-container">
<div class="row" id="imagesGrid">
<!-- Images 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 Images
</button>
</div>
</div>
</section>
<!-- Image Modal -->
<div class="modal fade" id="imageModal" tabindex="-1" aria-labelledby="imageModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="imageModalLabel">Image Title</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<div class="image-container mb-3">
<img id="modalImage" src="" alt="" class="img-fluid rounded">
</div>
<div class="image-info">
<h4 id="modalImageTitle"></h4>
<p class="text-muted" id="modalImageDescription"></p>
<div class="image-meta">
<span class="badge bg-primary me-2" id="modalImageCategory"></span>
<span class="text-muted me-3">
<i class="fas fa-file-image me-1"></i>
<span id="modalImageFormat"></span>
</span>
<span class="text-muted me-3">
<i class="fas fa-calendar me-1"></i>
<span id="modalImageDate"></span>
</span>
</div>
<div class="image-keywords mt-3" id="modalImageKeywords">
<!-- Keywords will be loaded here -->
</div>
<div class="image-actions mt-4">
<a href="#" class="btn btn-primary me-2" id="downloadBtn" download>
<i class="fas fa-download me-2"></i>Download
</a>
<a href="#" class="btn btn-outline-primary me-2" id="viewOriginalBtn" target="_blank">
<i class="fas fa-external-link-alt me-2"></i>View Original
</a>
</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/image-component.js"></script>
<script src="src/js/images-script.js"></script>
<script src="src/js/adsense-config.js"></script>
</body>
</html>