-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·114 lines (110 loc) · 4.17 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
---
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">
Unified Cyber Ontology (UCO)
<br \>
A foundation for standardized information representation across the cyber security domain/ecosystem
</h1>
</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 UCO 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/ucoProject"
><i class="fab fa-github m-auto text-primary"></i
></a>
</div>
<a target="_blank" href="https://github.com/ucoProject"
><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-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="/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>Express & Exchange</h2>
<p class="lead mb-0">
Unified Cyber Ontology (UCO) is a community-developed ontology/model, which is intended to serve as a consistent foundation
for standardized information representation across the cyber security domain/ecosystem.
<br /><br />
Specific information representations focused on individual cyber security subdomains (cyber investigation,
computer/network defense, threat intelligence, malware analysis, vulnerability research, offensive/hack-back operations, etc.)
can be be based on UCO and defined as appropriate subsets of UCO constructs.
<br /><br />
Through this approach not only are domain-focused representations defined consistently but they also can take advantage of
shared APIs and information can flow in an automated fashion across subdomain boundaries.
<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>
</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:community+subscribe@cyberdomainontology.org">
<button type="submit" class="btn btn-block btn-lg btn-primary">
Subscribe to Community Emails
</button>
</a>
</div>
</div>
</div>
</section>