-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (96 loc) · 4.91 KB
/
Copy pathindex.html
File metadata and controls
105 lines (96 loc) · 4.91 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="/pwa-192x192.png" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Google Analytics is initialized in code via react-ga4 (see src/lib/analytics.ts).
It only fires on Shuffle Cloud domains (*.shuffler.io / shutdown.no). -->
<title>Shuffle Security - Automated Incident Management</title>
<meta name="description" content="Open-source cybersecurity incident management platform for the future AI-SOC. Controllable and transparent incident, vulnerability and response automation.">
<meta name="keywords" content="case management, alert management, cybersecurity, SOAR, incident response, open source, security automation, shuffle security" />
<meta name="author" content="Shuffle Security" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#FF6600" />
<meta name="google-site-verification" content="vLSnl-3IrXafKlglMz1T_LjnYu55mIdalktw88-cEZU" />
<meta name="google-site-verification" content="XurySgWyZ4XH_J6GfrhvD167TYueG3DgElpwf0NOcXs" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/3RrYN55ZuvUHHi6Wjhu1Xw7Dthg1/social-images/social-1779276187489-Newletter_heading_2x.webp">
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="640" />
<meta property="og:site_name" content="Shuffle Security" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@shuffleio" />
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/3RrYN55ZuvUHHi6Wjhu1Xw7Dthg1/social-images/social-1779276187489-Newletter_heading_2x.webp">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Shuffle Security",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Web",
"description": "Open-source cybersecurity alert and case management platform for managing alerts, cases, tasks, and observables.",
"url": "https://security.shuffler.io",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Organization",
"name": "Shuffle Security",
"url": "https://security.shuffler.io"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "150"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Shuffle Security",
"url": "https://security.shuffler.io",
"logo": "/favicon.ico",
"sameAs": [
"https://twitter.com/shuffleio",
"https://github.com/shuffle"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Shuffle Security",
"url": "https://security.shuffler.io",
"potentialAction": {
"@type": "SearchAction",
"target": "https://security.shuffler.io/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<meta property="og:title" content="Shuffle Security - Automated Incident Management">
<meta name="twitter:title" content="Shuffle Security - Automated Incident Management">
<meta property="og:description" content="Open-source cybersecurity incident management platform for the future AI-SOC. Controllable and transparent incident, vulnerability and response automation.">
<meta name="twitter:description" content="Open-source cybersecurity incident management platform for the future AI-SOC. Controllable and transparent incident, vulnerability and response automation.">
</head>
<body>
<div id="root"></div>
<script src="https://js.stripe.com/v3"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>