This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
377 lines (372 loc) · 22.2 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Ocurity</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link href="https://fonts.cdnfonts.com/css/proxima-nova-2" rel="stylesheet">
<link rel="stylesheet" href="/assets/style.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-lg sticky-top">
<div class="container">
<div>
<a class="navbar-brand" href="/">
<img src="/assets/img/logo-long.png" alt="Ocurity" />
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#aboutus">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#products">Products</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/blog/introduction.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#solutions">Solutions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contactus">Contact Us</a>
</li>
<li class="nav-item">
</li>
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/ocurity"><img src="/assets/img/twitter.svg" alt="Twitter"></a>
</li>
<li class="nav-item">
<a class="nav-link"><img src="/assets/img/linkedIn.svg" alt="LinkedIn"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/ocurity"><img src="/assets/img/github-mark-white.svg" alt="Github"></a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<div class="landing section col-vert-align row gy-5">
<div class="col-md-6">
<!-- <h1>We help security teams scale</h1> -->
<h1>DevSecOps at unmatched speed</h1>
<hr />
<p>Empower your team with Unmatched Efficiency.
</br> Low-code implementation.
</br> Low-noise insights.
</br> High-impact results.
</p>
<!-- <p>Automated Security Testing and Reporting built for any infrastructure </p> -->
<a class="btn btn-primary" href="#contactus" role="button">Start Now</a>
</div>
<div class="col-md-6">
<img class="img-force-size" src="/assets/img/Diagram.svg">
</div>
</div>
<div class="relative-wrapper">
<div class="purpleBlur"></div>
</div>
<div id="aboutus" class="aboutus section col-vert-align row gy-5">
<div class="col-md-6">
<img class="img-force-size" src="/assets/img/about_image.png">
</div>
<div class="col-md-6">
<h2 class="section-title">About Us</h2>
<p class="bigger-text">We are seasoned security professionals. We want security teams spending less time
on reports and shifting through duplicates. That's why we built Ocurity.</p>
<p>We contribute to and maintain industry leading open source projects trusted by the biggest
organizations in the world.
Our users include a Tier 1 bank, a Fintech Unicorn and others!</p>
</div>
<div class="col-md-12 section">
<div class="row gy-5">
<div class="col-md-6">
<div class="row col-vert-align">
<div class="col-md-4"><img class="portrait" src="/assets/img/small-spyros-bw 1.png" />
</div>
<div class="col-md-8">
<h3 class="section-title">Spyros</h3>
<p class="smaller-text">
Security Automation and Tooling Expert. 10+ years of experience protecting and securing applications while helping organizations reach their goals efficiently. Experienced open source developer and security leader. Consulting with startups and tier 1 banks across the globe
</p>
<div>
<a href="https://twitter.com/0xfde"><img src="/assets/img/twitter.svg" alt="Twitter"></a>
<a href="https://www.linkedin.com/in/spyr/"><img src="/assets/img/linkedIn.svg" alt="LinkedIn"></a>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row col-vert-align">
<div class="col-md-4"><img class="portrait" src="/assets/img/VJ-bw 1.png" /></div>
<div class="col-md-8">
<h3 class="section-title">VJ</h3>
<p class="smaller-text">
A seasoned Software engineer by day, problem solver by night. A DevSecOps enthusiast with a passion for building secure and scalable cloud-native systems.
</p>
<div>
<a href="https://twitter.com/VJftw"><img src="/assets/img/twitter.svg" alt="Twitter"></a>
<a href="https://www.linkedin.com/in/vj-patel/"><img src="/assets/img/linkedIn.svg" alt="LinkedIn"></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="relative-wrapper">
<div class="greenBlur"></div>
</div>
<div id="products" class="products section col-vert-align">
<h2 class="section-title">Products</h2>
<hr>
<div class="row gy-5">
<div class="col-md-6">
<img src="/assets/img/dracon-logo.svg">
<br /><br />
<p class="bigger-text">Open Source Security Orchestration Platform</p>
<p>Save time and better utilize valuable team resources with Dracon.
The Dracon aggregation and enrichment platform works with your current tools to easily drive
results from any number of sources to the aggregation and visualization solutions of your
choice.</p>
<br />
<a class="btn btn-primary" href="#contactus" role="button">Learn more</a>
</div>
<div class="col-md-6">
<h3 class="section-title">Dracon can help you</h3>
<br /><br />
<p>Aggregate results from all your existing security tools</p>
<hr />
<p>Drive aggregated results to your preferred visualization or defect management solution</p>
<hr />
<p>Provide you with a simple way to create security scanning pipelines for each of your
components/teams</p>
<hr />
<p>Empower development teams to use the analysis tools that best suit their needs</p>
<hr />
<p>Find and tag duplicate findings so you can silence them</p>
<hr />
<p>Enrich your findings with custom extra data</p>
</div>
</div>
<div class="section">
<h3>Supported Tools</h3>
<div id="carouselSupportTools" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row carousel-row">
<div title ="OWASP Dependency Check" class="col roundel"><img src="/assets/img/brands//producers/dependency-check.svg" /></div>
<div title ="Aquasec Trivy" class="col roundel"><img src="/assets/img/brands//producers/docker-trivy.svg" /></div>
<div title ="Secure Go Gosec" class="col roundel"><img src="/assets/img/brands//producers/golang-gosec.svg" /></div>
<div title ="Sonatype Nancy" class="col roundel"><img src="/assets/img/brands//producers/golang-nancy.svg" /></div>
<div title ="Checkmarx Kics" class="col roundel"><img src="/assets/img/brands//producers/kics.svg" /></div>
<div title ="OSSF Scorecard" class="col roundel"><img src="/assets/img/brands//producers/ossf-scorecard.svg" /></div>
</div>
</div>
<div class="carousel-item">
<div class="row carousel-row">
<div title ="PyCQA Bandit" class="col roundel"><img src="/assets/img/brands//producers/python-bandit.svg" /></div>
<div title ="Pypi Safety" class="col roundel"><img src="/assets/img/brands//producers/python-pip-safety.svg" /></div>
<div title ="Semgrep" class="col roundel"><img src="/assets/img/brands//producers/semgrep.svg" /></div>
<div title ="TfSec" class="col roundel"><img src="/assets/img/brands//producers/terraform-tfsec.svg" /></div>
<div title ="OWASP TestSSL.sh" class="col roundel"><img src="/assets/img/brands//producers/testsslsh.svg" /></div>
<div title ="ESLint" class="col roundel"><img src="/assets/img/brands//producers/typescript-eslint.svg" /></div>
</div>
</div>
<div class="carousel-item">
<div class="row carousel-row">
<div title ="NPM Audit" class="col roundel"><img src="/assets/img/brands//producers/typescript-npm-audit.svg" /></div>
<div title ="Yarn Audit" class="col roundel"><img src="/assets/img/brands//producers/typescript-yarn-audit.svg" /></div>
<div title ="OWASP ZAP" class="col roundel"><img src="/assets/img/brands//producers/zap.svg" /></div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselSupportTools"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselSupportTools"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<h3>Supported Integrations</h3>
<div id="carouselSupportInter" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row carousel-row">
<div title ="OWASP Defectdojo" class="col roundel"><img src="/assets/img/brands/consumers/defectdojo.svg" /></div>
<div title ="Elasticsearch" class="col roundel"><img src="/assets/img/brands/consumers/elasticsearch.svg" /></div>
<div title ="Github" class="col roundel"><img src="/assets/img/brands/consumers/github.svg" /></div>
<div title ="Jira" class="col roundel"><img src="/assets/img/brands/consumers/jira.svg" /></div>
<div title ="MongoDB" class="col roundel"><img src="/assets/img/brands/consumers/mongodb.svg" /></div>
<div title ="Slack" class="col roundel"><img src="/assets/img/brands/consumers/slack.svg" /></div>
</div>
</div>
<!-- <div class="carousel-item">
<div class="row carousel-row">
<div class="col roundel"><img src="/assets/img/brands/image 2.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 3.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 4.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 5.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 6.png" /></div>
</div>
</div> -->
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselSupportInter"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselSupportInter"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="relative-wrapper">
<div class="purpleBlur"></div>
</div>
<div class="section">
<h2 class="section-title align-right">Our Use Case</h2>
<hr>
<div class="row gy-5">
<div class="col-md-6">
<h3 class="section-title">Future Features</h3>
<ol>
<li>Dracon SaaS</li>
<hr />
<li>Conditional pipeline execution</li>
<hr />
<li>Webhooks</li>
<hr />
<li>More Tooling Support</li>
<hr />
<li>Automated pipeline generation</li>
</ol>
</div>
<div class="col-md-6">
<p>Dracon has been field-tested by the world’s largest Core Banking Software development
company for the past 2 years. During this time, Dracon has been running AST tools with
custom rules for every
team and custom, per team aggregation and enrichment. This resulted in a high adoption
rate of security scanning pipelines by development teams. The Dracon platform provides
prompt feedback early in the development lifecycle allowing for quick and accurate
assessments
feedback.
<br /><br />
Dracon is and always will be Open Source!
<br /><br />
Dracon is based on the CNCF CICD framework Tekton, it can do more than run security tools.
</p>
</div>
</div>
</div>
<!-- <div>
<!-- Commented out until $tier1 bank, $startup, $unicorn and $isp agree to logos --
<h2 class="section-title">Happy to work with us</h2>
<div id="carouselWorkWith" class="carousel slide">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row carousel-row">
<div class="col roundel"><img src="/assets/img/brands/image 2.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 3.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 4.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 5.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 6.png" /></div>
</div>
</div>
<div class="carousel-item">
<div class="row carousel-row">
<div class="col roundel"><img src="/assets/img/brands/image 2.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 3.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 4.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 5.png" /></div>
<div class="col roundel"><img src="/assets/img/brands/image 6.png" /></div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselWorkWith"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselWorkWith"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div> -->
</div>
<div id="solutions" class="solutions section col-vert-align">
<h2 class="section-title align-right">Solutions</h2>
<hr>
<div class="row sol-row gy-2">
<div class="col-md-4 sol-card">
<img class="img-force-size" src="/assets/img/cyber-security 1.svg">
<h4 class="section-title">Security Automation</h4>
<p class="smaller-text">Streamline your operations with automated application security testing.</p>
</div>
<div class="col-md-4 sol-card">
<img class="img-force-size" src="/assets/img/distributed 1.svg">
<h4 class="section-title">Tool integration</h4>
<p class="smaller-text">We help you integrate your existing tools into Dracon. </p>
</div>
<div class="col-md-4 sol-card">
<img class="img-force-size" src="/assets/img/presentation 1.svg">
<h4 class="section-title">Training</h4>
<p class="smaller-text">We offer extensive training on our solutions.</p>
</div>
</div>
<br />
<div class="row">
<a class="col-md-2 offset-md-5 btn btn-primary center" href="#contactus" role="button">Learn more</a>
</div>
</div>
<div id="contactus" class="contactus section col-vert-align">
<h2 class="section-title align-center">Lets talk!</h2>
<p class="bigger-text align-center">
Interested in DevSecOps?
<br /><br />
Reach out to us at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</main>
<footer class="section">
<div class="container">
<div class="row">
<div class="col-md-2 me-auto"><img class="img-force-size footer-logo"
src="/assets/img/logo-long.png" /></div>
<div class="col-md-2 col-auto">
<a href="https://twitter.com/ocurity"><img src="/assets/img/twitter.svg" alt="Twitter"></a>
<a><img src="/assets/img/linkedIn.svg" alt="LinkedIn"></a>
</div>
</div>
<br />
<p class="smaller-text">© 2022 Ocurity. All rights reserved. Registered company: 14016286. VAT no: 422 8478
85.</p>
<p class="small" style="font-size: 0.6em;">
<a href="/privacy-policy">Privacy Policy</a>
</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
<script src="/assets/main.js"></script>
</body>
</html>