-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfallible-managed-security.html
More file actions
753 lines (664 loc) · 25.2 KB
/
fallible-managed-security.html
File metadata and controls
753 lines (664 loc) · 25.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Fallible Managed Security - 24/7 security monitoring, incident response, and threat hunting services for enterprise environments.">
<title>Managed Security Services | Fallible</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- CSS -->
<style>
:root {
--primary-color: #ffffff;
--secondary-color: #f8fafc;
--tertiary-color: #f1f5f9;
--accent-color: #2563eb;
--accent-secondary: #1e40af;
--accent-muted: #3b82f6;
--text-primary: #0f172a;
--text-secondary: #475569;
--text-muted: #64748b;
--text-light: #94a3b8;
--border-color: #e2e8f0;
--border-light: #f1f5f9;
--gradient-primary: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
--gradient-accent: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
--gradient-secondary: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', sans-serif;
background: var(--primary-color);
color: var(--text-primary);
line-height: 1.6;
overflow-x: hidden;
}
/* Navigation */
.navbar {
position: fixed;
top: 0;
width: 100%;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(20px);
z-index: 1000;
padding: 1rem 0;
transition: all 0.3s ease;
border-bottom: 1px solid var(--border-light);
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.98);
border-bottom: 1px solid var(--border-color);
box-shadow: var(--shadow-md);
}
.nav-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 1.5rem;
font-weight: 700;
color: var(--text-primary);
text-decoration: none;
transition: all 0.3s ease;
}
.logo:hover {
color: var(--accent-color);
}
.nav-menu {
display: flex;
list-style: none;
gap: 2rem;
align-items: center;
}
.nav-item a {
color: var(--text-secondary);
text-decoration: none;
font-weight: 500;
transition: all 0.3s ease;
position: relative;
padding: 0.5rem 0;
}
.nav-item a:hover {
color: var(--accent-color);
}
.nav-item a::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
background: var(--accent-color);
transition: width 0.3s ease;
}
.nav-item a:hover::after {
width: 100%;
}
.cta-button {
background: var(--accent-color);
color: white;
padding: 0.75rem 1.5rem;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
}
.cta-button:hover {
background: var(--accent-secondary);
box-shadow: var(--shadow-lg);
}
/* Hero Section */
.hero {
min-height: 100vh;
display: flex;
align-items: center;
background: var(--gradient-primary);
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><radialGradient id="grad1" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:rgba(255,51,102,0.15);stop-opacity:1" /><stop offset="100%" style="stop-color:rgba(255,51,102,0);stop-opacity:0" /></radialGradient><radialGradient id="grad2" cx="50%" cy="50%" r="30%"><stop offset="0%" style="stop-color:rgba(0,255,136,0.1);stop-opacity:1" /><stop offset="100%" style="stop-color:rgba(0,255,136,0);stop-opacity:0" /></radialGradient></defs><circle cx="200" cy="200" r="150" fill="url(%23grad1)"/><circle cx="800" cy="400" r="100" fill="url(%23grad2)"/><circle cx="300" cy="700" r="120" fill="url(%23grad1)"/><circle cx="750" cy="150" r="80" fill="url(%23grad2)"/></svg>');
opacity: 0.4;
}
.hero-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
min-height: 100vh;
position: relative;
z-index: 1;
}
.hero-content h1 {
font-size: 3.5rem;
font-weight: 700;
line-height: 1.1;
margin-bottom: 1.5rem;
color: var(--text-primary);
letter-spacing: -0.025em;
}
.hero-content .subtitle {
font-size: 1.25rem;
color: var(--text-secondary);
margin-bottom: 2rem;
font-weight: 400;
}
.hero-features {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1.5rem;
margin-bottom: 3rem;
}
.feature-item {
display: flex;
align-items: center;
gap: 0.75rem;
}
.feature-icon {
width: 40px;
height: 40px;
background: var(--gradient-secondary);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1rem;
}
.feature-text {
color: var(--text-secondary);
font-weight: 500;
}
.btn-primary {
background: var(--gradient-secondary);
color: white;
padding: 1rem 2rem;
border-radius: 50px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.btn-primary:hover {
background: var(--accent-secondary);
box-shadow: var(--shadow-lg);
}
.hero-visual {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.soc-diagram {
width: 400px;
height: 400px;
position: relative;
}
.soc-center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 120px;
height: 120px;
background: var(--gradient-secondary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 2rem;
font-weight: 700;
animation: pulse 2s infinite;
}
.soc-node {
position: absolute;
width: 60px;
height: 60px;
background: var(--gradient-accent);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 1.2rem;
animation: float 3s ease-in-out infinite;
}
.soc-node:nth-child(1) { top: 10%; left: 50%; transform: translateX(-50%); animation-delay: 0s; }
.soc-node:nth-child(2) { top: 25%; right: 10%; animation-delay: 0.5s; }
.soc-node:nth-child(3) { bottom: 25%; right: 10%; animation-delay: 1s; }
.soc-node:nth-child(4) { bottom: 10%; left: 50%; transform: translateX(-50%); animation-delay: 1.5s; }
.soc-node:nth-child(5) { bottom: 25%; left: 10%; animation-delay: 2s; }
.soc-node:nth-child(6) { top: 25%; left: 10%; animation-delay: 2.5s; }
@keyframes pulse {
0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
50% { transform: translate(-50%, -50%) scale(1.05); opacity: 0.9; }
}
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
}
/* Services Section */
.services {
padding: 6rem 0;
background: var(--secondary-color);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 2rem;
}
.section-header {
text-align: center;
margin-bottom: 4rem;
}
.section-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1rem;
color: var(--text-primary);
letter-spacing: -0.025em;
}
.section-subtitle {
font-size: 1.125rem;
color: var(--text-secondary);
max-width: 600px;
margin: 0 auto;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
}
.service-card {
background: var(--primary-color);
border-radius: 12px;
padding: 2rem;
border: 1px solid var(--border-color);
transition: all 0.3s ease;
position: relative;
}
.service-card:hover {
box-shadow: var(--shadow-lg);
border-color: var(--accent-color);
}
.service-icon {
width: 48px;
height: 48px;
background: var(--accent-color);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
color: white;
margin-bottom: 1.5rem;
}
.service-card h3 {
font-size: 1.5rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--text-primary);
}
.service-card p {
color: var(--text-secondary);
line-height: 1.6;
}
/* Footer */
.footer {
background: var(--primary-color);
padding: 4rem 0 2rem;
border-top: 1px solid var(--border-color);
}
.footer-content {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 3rem;
margin-bottom: 3rem;
}
.footer-section h3 {
font-size: 1.125rem;
font-weight: 600;
margin-bottom: 1.5rem;
color: var(--text-primary);
}
.footer-section p,
.footer-section a {
color: var(--text-muted);
text-decoration: none;
line-height: 1.8;
transition: color 0.3s ease;
font-size: 0.875rem;
}
.footer-section a:hover {
color: var(--accent-color);
}
.social-links {
display: flex;
gap: 1rem;
margin-top: 1rem;
}
.social-link {
width: 36px;
height: 36px;
background: var(--secondary-color);
border: 1px solid var(--border-color);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
color: var(--text-muted);
text-decoration: none;
transition: all 0.3s ease;
}
.social-link:hover {
background: var(--accent-color);
color: white;
border-color: var(--accent-color);
}
.footer-bottom {
text-align: center;
padding-top: 2rem;
border-top: 1px solid var(--border-color);
color: var(--text-muted);
font-size: 0.875rem;
}
/* Mobile Menu Styles */
.mobile-menu-toggle {
display: none;
background: none;
border: none;
font-size: 1.5rem;
color: var(--text-primary);
cursor: pointer;
padding: 0.5rem;
transition: color 0.3s ease;
}
.mobile-menu-toggle:hover {
color: var(--accent-color);
}
.nav-menu.mobile-open {
display: flex;
flex-direction: column;
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--primary-color);
border: 1px solid var(--border-color);
border-radius: 8px;
margin: 0 2rem;
padding: 1rem;
box-shadow: var(--shadow-lg);
gap: 1rem;
}
.nav-menu.mobile-open .nav-item {
text-align: center;
}
.nav-menu.mobile-open .cta-button {
margin-top: 1rem;
text-align: center;
}
/* Responsive Design */
@media (max-width: 768px) {
.nav-menu {
display: none;
}
.mobile-menu-toggle {
display: block;
}
.hero-container {
grid-template-columns: 1fr;
text-align: center;
gap: 2rem;
padding-top: 6rem;
}
.hero-content h1 {
font-size: 2.5rem;
}
.hero-features {
grid-template-columns: 1fr;
}
.soc-diagram {
width: 300px;
height: 300px;
}
.services-grid {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<!-- Navigation -->
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="index.html" class="logo">Fallible</a>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html#services">Services</a></li>
<li class="nav-item"><a href="fallible-managed-security.html">Managed Security</a></li>
<li class="nav-item"><a href="pricing.html">Pricing</a></li>
<li class="nav-item"><a href="https://medium.com/@fallible">Blog</a></li>
<li class="nav-item"><a href="faq.html">FAQ</a></li>
<li class="nav-item"><a href="contactus.html">Contact</a></li>
</ul>
<a href="https://dashboard.fallible.co/login" class="cta-button">Dashboard</a>
<button class="mobile-menu-toggle">
<i class="fas fa-bars"></i>
</button>
</div>
</nav>
<!-- Hero Section -->
<section class="hero">
<div class="hero-container">
<div class="hero-content">
<h1>24/7 Managed Security Operations</h1>
<p class="subtitle">Enterprise-grade security monitoring, incident response, and threat hunting services. Your dedicated security operations center at a fraction of the cost.</p>
<div class="hero-features">
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-clock"></i>
</div>
<div class="feature-text">24/7 Monitoring</div>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<div class="feature-text">Advanced Threat Detection</div>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-bolt"></i>
</div>
<div class="feature-text">Rapid Response</div>
</div>
<div class="feature-item">
<div class="feature-icon">
<i class="fas fa-users"></i>
</div>
<div class="feature-text">Expert Team</div>
</div>
</div>
<a href="https://dashboard.fallible.co/signup" class="btn-primary">Sign Up Now</a>
</div>
<div class="hero-visual">
<div class="soc-diagram">
<div class="soc-center">SOC</div>
<div class="soc-node"><i class="fas fa-eye"></i></div>
<div class="soc-node"><i class="fas fa-shield-alt"></i></div>
<div class="soc-node"><i class="fas fa-bug"></i></div>
<div class="soc-node"><i class="fas fa-exclamation-triangle"></i></div>
<div class="soc-node"><i class="fas fa-search"></i></div>
<div class="soc-node"><i class="fas fa-lock"></i></div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services">
<div class="container">
<div class="section-header">
<h2 class="section-title">Comprehensive Security Operations</h2>
<p class="section-subtitle">Full-spectrum security services designed to protect your organization from evolving cyber threats.</p>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">
<i class="fas fa-eye"></i>
</div>
<h3>24/7 Security Monitoring</h3>
<p>Continuous monitoring of your infrastructure, applications, and network traffic with real-time threat detection and alerting.</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-exclamation-triangle"></i>
</div>
<h3>Incident Response</h3>
<p>Rapid incident response with expert security analysts. Quick containment, investigation, and remediation of security incidents.</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-search"></i>
</div>
<h3>Threat Hunting</h3>
<p>Proactive threat hunting to identify advanced persistent threats and zero-day attacks before they cause damage.</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3>Security Analytics</h3>
<p>Advanced security analytics and machine learning algorithms to detect sophisticated attack patterns and anomalies.</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>Vulnerability Management</h3>
<p>Continuous vulnerability assessment, prioritization, and remediation guidance to maintain a strong security posture.</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-file-alt"></i>
</div>
<h3>Compliance Reporting</h3>
<p>Detailed security reports and compliance documentation to meet regulatory requirements and audit standards.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>Fallible</h3>
<p>Elite cybersecurity solutions for global organizations. Protecting your digital assets with cutting-edge security technologies and expert threat intelligence.</p>
<div class="social-links">
<a href="https://www.linkedin.com/company/fallible" class="social-link">
<i class="fab fa-linkedin"></i>
</a>
<a href="https://twitter.com/fallible_inc" class="social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="https://github.com/FallibleInc" class="social-link">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<div class="footer-section">
<h3>Services</h3>
<p><a href="fallible-managed-security.html">Managed Security</a></p>
<p><a href="https://android.fallible.co">Mobile Security</a></p>
<p><a href="index.html#services">Security Consulting</a></p>
<p><a href="index.html#services">Cloud Security</a></p>
</div>
<div class="footer-section">
<h3>Resources</h3>
<p><a href="https://medium.com/@fallible">Security Blog</a></p>
<p><a href="https://github.com/FallibleInc/security-guide-for-developers">Security Guide for Developers</a></p>
<p><a href="https://github.com/FallibleInc">Open Source Projects</a></p>
<p><a href="faq.html">FAQ</a></p>
<p><a href="pricing.html">Pricing</a></p>
</div>
<div class="footer-section">
<h3>Company</h3>
<p><a href="contactus.html">Contact Us</a></p>
<p><a href="privacy.html">Privacy Policy</a></p>
<p><a href="terms.html">Terms of Service</a></p>
<p><a href="refund.html">Refund Policy</a></p>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Checksum Labs, Inc. All rights reserved.</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script>
// Navbar scroll effect
window.addEventListener('scroll', function() {
const navbar = document.getElementById('navbar');
if (window.scrollY > 100) {
navbar.classList.add('scrolled');
} else {
navbar.classList.remove('scrolled');
}
});
// Mobile menu toggle
document.addEventListener('DOMContentLoaded', function() {
const mobileToggle = document.querySelector('.mobile-menu-toggle');
const navMenu = document.querySelector('.nav-menu');
if (mobileToggle && navMenu) {
mobileToggle.addEventListener('click', function() {
navMenu.classList.toggle('mobile-open');
});
// Close mobile menu when clicking outside
document.addEventListener('click', function(event) {
if (!event.target.closest('.nav-container')) {
navMenu.classList.remove('mobile-open');
}
});
}
});
</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-68651333-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>