forked from Cyber-Domain-Ontology/cdo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·138 lines (134 loc) · 5.53 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
136
137
138
---
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">
<h2 class="mb-5">
To develop and promote the adoption of a community developed ecosystem
for standardized information representation across the cyber domain
</h2>
</div>
<div class="col-md-10 col-lg-8 col-xl-7 mx-auto">
<a
target="_blank"
href="https://cyberontology.atlassian.net/servicedesk/customer/portal/2/group/11/create/21"
>
<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-6">
<div class="features-icons-item mx-auto mb-0 mb-lg-3">
<div class="features-icons-icon d-flex">
<a
class="m-auto"
target="_blank"
href="https://crowdfunding.lfx.linuxfoundation.org/initiative/e31ab7f1-283a-445f-a0de-fc22517b94a3"
><i class="fas fa-hand-holding-usd m-auto text-primary"></i
></a>
</div>
<a
target="_blank"
href="https://crowdfunding.lfx.linuxfoundation.org/initiative/e31ab7f1-283a-445f-a0de-fc22517b94a3"
><h3>Donate</h3></a
>
<p class="lead mb-0">
Support the community with a financial contribution.
</p>
</div>
</div>
<div class="col-lg-6">
<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">
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>Cyber Domain Ontology</h2>
<p class="mb-0">
The mission of the Project is to develop and promote the adoption of a
community developed ecosystem for standardized information
representation across the cyber domain, based on the Unified Cyber
Ontology (UCO), including application domain ontologies such as the
Cyber-investigation Analysis Standard Expression (CASE). The Cyber
Domain Ontology (CDO) is intended to serve the needs of a broad range
of domains, including cyber-investigation, digital forensics, incident
response, cyber risk management, supply chain security, threat
intelligence, and computer/network protection. UCO serves as a
foundation for modeling cyber domain concepts and elements using a
standardized representation that is both human-understandable and
machine-interpretable. The primary motivation for UCO is to establish
a middle domain ontology that supports information representations for
related application domain ontology communities, defined as
context-specific extensions within the consistent overall Cyber Domain
Ontology ecosystem. Through this approach not only are domain-focused
representations defined consistently but they also can take advantage
of shared APIs/tooling and information flow in an automated fashion
across application domain boundaries. CASE, which aligns with and
extends UCO, is an evolving standard for representing information
commonly analyzed and exchanged during investigations involving
digital evidence. The primary motivation for CASE is to lessen the
analytic burden of cyber investigators by providing a common language
to support automated interoperability, normalization, combination and
validation of varied information sources to facilitate analysis and
exploration of investigative questions. In addition to advancing the
efficient and accurate exchange of cyber-investigation information
between tools and organizations, 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.
</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:case-community+subscribe@googlegroups.com">
<button type="submit" class="btn btn-block btn-lg btn-primary">
Subscribe to Community Emails
</button>
</a>
</div>
</div>
</div>
</section> -->