-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
executable file
·135 lines (131 loc) · 4.88 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
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
---
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 supporting automated combination,
validation, and analysis of cyber-investigation information
</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-3">
<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="https://cyberdomainontology.org"
><i class="fa-solid fa-circle-nodes text-primary"></i
></a>
</div>
<a href="/ontology/start.html"><h3>CDO</h3></a>
<p class="lead mb-0">Learn about CASE's parent organization.</p>
</div>
</div>
<div class="col-lg-3">
<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="fab fa-github 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 1's and 0's right now.</p>
</div>
</div>
<div class="col-lg-3">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<a class="m-auto" href="/contact.html"
><i class="fas fa-headset m-auto text-primary"></i
></a>
</div>
<a href="/contact.html"><h3>Get In Touch</h3></a>
<p class="lead mb-0">
Interested in contributing or adopting?
</p>
</div>
</div>
<div class="col-lg-3">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<a class="m-auto" href="mailto:[email protected]"
><i class="fas fa-bullhorn m-auto text-primary"></i
></a>
</div>
<a href="/contact.html"><h3>Stay Informed</h3></a>
<p class="lead mb-0">
Join the CDO Mailing List for major announcements.
</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 that provides a structured
(ontology-based) specification for representing information commonly
analyzed and exchanged by people and systems during investigations
involving digital evidence. The power of CASE is that it provides a
common language to support automated normalization, combination and
validation of varied information sources to facilitate analysis and
exploration of investigative questions (who, when, how long, where).
In addition to representing tool results, CASE ensures that analysis
results can be traced back to their source(s), keeping track of when,
where and who used which tools to perform investigative actions on
data sources. <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>