forked from casework/casework.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·97 lines (90 loc) · 3.98 KB
/
index.html
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
---
layout: home
title: Home
custom_css: home
---
<!-- Masthead -->
<header class="masthead text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h1 class="mb-5">An international standard for sharing cyber-investigation traces</h1>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<a href="/community/membership.html">
<button type="submit" class="btn btn-block btn-lg btn-primary">Join The Community</button>
</a>
</div>
</div>
</div>
</header>
<!-- Icons Grid -->
<section class="features-icons bg-light text-center">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<a class="m-auto" href="/ontology/start.html"><i class="fas fa-power-off text-primary"></i></a>
</div>
<a href="/ontology/start.html"><h3>Getting Started</h3></a>
<p class="lead mb-0">New to CASE or ontologies? Start here.</p>
</div>
</div>
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<a target="_blank" class="m-auto" href="https://github.com/casework"><i class="fas fa-code m-auto text-primary"></i></a>
</div>
<a target="_blank" href="https://github.com/casework"><h3>Jump Right In</h3></a>
<p class="lead mb-0">Get into the 1s and 0s right now.</p>
</div>
</div>
<div class="col-lg-4">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<a class="m-auto" href="/contribute.html"><i class="fas fa-hands m-auto text-primary"></i></a>
</div>
<a href="/contribute.html"><h3>Contribute</h3></a>
<p class="lead mb-0">We are always looking for more contributors and adopters.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Image Showcases -->
<section class="showcase">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-6 order-lg-2 text-white showcase-img" style="background-image: url('/assets/img/bg-showcase-4.jpg');"></div>
<div class="col-lg-6 order-lg-1 my-auto showcase-text">
<h2>Express & Exchange</h2>
<p class="lead mb-0">Cyber-investigation Analysis Standard Expression (CASE) is a community-developed evolving standard, which is intended to
serve the needs of the broadest possible range of cyber-investigation domains, including digital forensic science, incident response,
counter-terrorism, criminal justice, forensic intelligence and situational awareness.
<br /><br />
The primary motivation for CASE is interoperability - to advance the exchange of cyber-investigation information between tools and
organizations. CASE aligns with and extends the Unified Cyber Ontology (UCO).
<br /><br />
The purpose of these online resources is to provide a foundation for broader community involvement in defining what to represent and how.</p>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action text-white text-center">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-xl-9 mx-auto">
<h2 class="mb-4">Subscribe to Community Emails</h2>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<a href="mailto:[email protected]">
<button type="submit" class="btn btn-block btn-lg btn-primary">Subscribe to Community Emails</button>
</a>
</div>
</div>
</div>
</section>