-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
101 lines (91 loc) · 4.72 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
---
layout: base
---
<div id="slider">
<ul class="slides">
<li class="slide slide1 light">
<div class="inner">
<div class="container">
<div class="row">
<div class="content span3">
<h2>Enhance Threat Analysis</h2>
<br />
<p>Upload threat data and uncover <br />critical information to keep <br />your organization safe.</p>
<a href="https://www.github.com/crits" class="link">Get started now!</a>
</div><!-- /.content -->
</div>
</div>
</div><!-- /.inner -->
</li><!-- /.slide -->
<li class="slide slide2 light">
<div class="inner">
<div class="container">
<div class="row">
<div class="content span3">
<h2>Paint a Picture</h2>
<br />
<p>Manage and interpret vast quantities <br />of intelligence data in a single repository.</p>
<a href="https://www.github.com/crits" class="link">Get started now!</a>
</div><!-- /.content -->
</div>
</div>
</div><!-- /.inner -->
</li><!-- /.slide -->
<li class="slide slide3 light">
<div class="inner">
<div class="container">
<div class="row">
<div class="content span3">
<h2>Extend CRITs with Services</h2>
<br />
<p>Develop additional capabilities using <br />the Services Framework to combine <br />CRITs with third-party and home-grown intelligence systems.</p>
<a href="https://www.github.com/crits" class="link">Get started now!</a>
</div><!-- /.content -->
</div>
</div>
</div><!-- /.inner -->
</li><!-- /.slide -->
</ul><!-- /.slides -->
<div class="pager"></div><!-- /.pager -->
</div><!-- /#slider -->
<div id="introduction" class="home introduction-home">
<div class="container">
<div class="row">
<div class="span12">
<br /><br />
<h1>Of the community. By the community. For the community.</h1>
<h5>CRITs is an open source malware and threat repository that leverages other open source software to create a unified tool for analysts and security experts engaged in threat defense. It has been in development since 2010 with one goal in mind: give the security community a flexible and open platform for analyzing and collaborating on threat data. In making CRITs free and open source, we can provide organizations around the world with the capability to quickly adapt to an ever-changing threat landscape. CRITs can be installed locally for a private isolated instance or shared among other trusted organizations as a collaborative defense mechanism.</h5>
<br /><br />
</div><!-- /.span12 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div><!-- /#introduction -->
<div id="mission">
<div class="container">
<div class="row">
<br /><br />
<div class="span4">
<div class="icon">
<i class="icon-flow-tree icn"></i>
</div><!-- /.icon -->
<h2>Global Developer Network</h2>
<p class="text-small">We work with developers everywhere to discover and share capabilities for threat defense around the world.</p>
</div><!-- /.span4 -->
<div class="span4">
<div class="icon">
<i class="icon-lamp icn"></i>
</div><!-- /.icon -->
<h2>Threat Defense Think Tank</h2>
<p class="text-small">We listen to everyone who has an idea on how to make CRITs better to ensure that we identify and prepare for the next big technological breakthrough.</p>
</div><!-- /.span4 -->
<div class="span4">
<div class="icon">
<i class="icon-cloud icn"></i>
</div><!-- /.icon -->
<h2>Collaborative Defense</h2>
<p class="text-small">We are constantly improving collaborative features and services so everyone can contribute and participate in threat research and analysis.</p>
</div><!-- /.span4 -->
</div><!-- /.row -->
<br /><br />
</div><!-- /.container -->
</div><!-- /#mission -->