-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
777 lines (752 loc) · 27.6 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
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
---
title: Home
---
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-137788272-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag () { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-137788272-1');
</script>
<title>Arkime</title>
<!-- Required meta tags always come first -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="An open-source, large scale, full packet capturing, indexing, and database system. Stop using slow tools to dissect and search your packets, let Arkime do the grunt work for you!" />
<!-- facebook open graph tags -->
<meta property="og:url" content="http://arkime.com" />
<meta property="og:description" content="An open-source, large scale, full packet capturing, indexing, and database system. Stop using slow tools to dissect and search your packets, let Arkime do the grunt work for you!" />
<meta property="og:image" content="assets/[email protected]" />
<!-- twitter card tags additive with the og: tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:domain" value="arkime.com" />
<meta name="twitter:description" value="An open-source, large scale, full packet capturing, indexing, and database system. Stop using slow tools to dissect and search your packets, let Arkime do the grunt work for you!" />
<meta name="twitter:image" content="assets/[email protected]" />
<meta name="twitter:url" value="http://arkime.com" />
<!-- fontawesome http://fontawesome.io/ -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS https://getbootstrap.com/ -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- custom index page styles -->
<link rel="stylesheet" type="text/css" href="index.css">
<!-- download js to display some downloads -->
<script src="downloads.js"></script>
<script src="index.js"></script>
</head>
<body id="viewport">
<div class="container-fluid full-width-page">
<!-- navbar -->
{%- include navbar.html -%}
<!-- home -->
<div id="home"
class="primary-theme-background p-nav-lg angle-background angle-background-long">
<div class="row mb-4">
<div class="col-md-12">
<h1 class="display-1 text-center">
<img class="arkime-brand" />
<audio id="audio"><source src="assets/arkime_short.m4a" type="audio/mpeg" /></audio>
<span class="fa fa-volume-up arkime-pronunciation" onclick="play()"></span>
</h1>
<h1 class="display-4 text-center">
Network Analysis & Packet Capture
</h1>
<p class="lead lead-lg text-thin text-center">
It's amazing what you discover when you start looking.
</p>
</div>
</div>
<div class="row mb-5 mt-3">
<div class="col text-center">
<div class="btn-group mr-2 mb-2 dropdown">
<a type="button"
class="btn btn-primary btn-lg"
href="https://github.com/arkime/arkime/releases/latest">
Download
</a>
<button type="button" class="btn btn-lg btn-primary dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="sr-only">Toggle Dropdown</span>
</button>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="https://github.com/arkime/arkime/releases/latest">
Stable
</a>
<a class="dropdown-item" href="https://github.com/arkime/arkime/releases/tag/last-commit">
Latest Commit
</a>
<a class="dropdown-item" href="https://github.com/arkime/arkime/releases">
All Downloads
</a>
<a class="dropdown-item" href="/docker">
Docker
</a>
</div>
</div>
<a href="https://github.com/arkime/arkime"
class="btn btn-outline-info btn-lg mr-2 btn-fw mb-2">
GitHub
</a>
<a href="https://slackinvite.arkime.com/"
class="btn btn-outline-danger btn-lg mr-2 btn-fw mb-2">
Slack Us
</a>
<a href="mini-arkimeetus"
class="btn btn-outline-warning btn-lg btn-fw mb-2">
Office Hours
</a>
</div>
</div>
<div class="shadow-lg p-4 mb-5 mr-5 ml-5 bg-white rounded">
<!-- <div class="row">
<div class="col-1 d-none d-lg-block">
<h1 class="text-center primary-theme-text">
<img class="arkime-logo black-arkime d-none d-sm-none d-md-none d-lg-inline" height="100px" />
</h1>
</div>
<div class="col-lg-10">
<div class="row">
<div class="col">
<h4 class="display-4 text-center">
<a href="arkimeet" class="no-decoration">
2023 Arkimeet Conference
</a>
</h4>
</div>
</div>
<div class="row">
<div class="col">
<h4 class="display-4 text-center"
style="font-size: 2.5rem;">
Join us on May 23rd
</h4>
</div>
</div>
</div>
<div class="col-1 d-none d-lg-block">
<h1 class="text-center primary-theme-text">
<img class="arkime-logo black-arkime d-none d-sm-none d-md-none d-lg-inline" height="100px" />
</h1>
</div>
</div>
<hr> -->
<div class="row">
<div class="col-1 d-none d-lg-block mt-4">
<h1 class="text-center">
✨
</h1>
</div>
<div class="col-lg-10">
<div class="row">
<div class="col">
<h4 class="display-3 lead text-center">
<a href="release-v5" class="no-decoration">
Arkime 5 is HERE!
</a>
</h4>
</div>
</div>
<!--
<div class="row mt-2">
<div class="col">
<h4 class="lead text-center">
Meet the developers and other Arkimists at our
<a href="mini-arkimeetus" class="no-decoration">
Office Hours</a>.
</h4>
</div>
</div>
-->
</div>
<div class="col-1 d-none d-lg-block mt-4">
<h1 class="text-center">
✨
</h1>
</div>
</div>
</div>
<div class="jumbotron jumbotron-white mb-5 mt-5 ml-5 mr-5">
<p class="lead text-center text-muted">
Augment your current security infrastructure to store and
index network traffic in standard PCAP format.
<br>
<!-- Arkime offers full network visibility, speeding up incident response and empowering security teams to investigate and mitigate threats. -->
Arkime offers full network visibility, facilitating the swift identification and resolution of security and network issues.
</p>
<div class="row mt-5">
<div class="col-lg-3 col-md-6">
<span class="fa fa-eye fa-3x">
</span>
<h5 class="primary-theme-text mt-1">
Visibility
</h5>
<p>
Security teams gain access to the necessary network visibility data essential for responding to and investigating incidents to expose the full attack scope.
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-expand fa-3x">
</span>
<h5 class="primary-theme-text mt-1">
Scalability
</h5>
<p>
Designed to be deployed across multiple clustered systems, providing the ability to scale to hundreds of gigabits per second.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-hand-pointer-o fa-3x cursor-pointer">
</span>
<h5 class="primary-theme-text mt-1">
Productivity
</h5>
<p>
Allows security analysts to respond, reconstruct, investigate and confirm information about the threats within your network and take the appropriate response quickly and precisely.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-cloud-download fa-3x">
</span>
<h5 class="primary-theme-text mt-1">
Open Source
</h5>
<p>
Provides users with the benefits of transparency, cost-effectiveness, flexibility, and community support.
</p>
</div>
</div>
</div>
<div class="mb-5"> </div>
</div> <!-- /home -->
<!-- demo -->
<a id="demo"
class="anchor anchor-offset-more">
</a>
<div class="demo">
<h1 class="display-4 text-center d-none d-sm-none d-md-block">
Arkime Demo
</h1>
<h1 class="display-4 text-center d-block d-md-none demo-small-screen">
Arkime<br>Demo
</h1>
<p class="text-center">
<a class="btn btn-primary btn-lg"
href="https://demo.arkime.com/sessions?date=-1">
Check it out!
</a>
</p>
<p class="lead text-center mb-0">
Want to see the latest and greatest?
<br>
<a href="/demo"
rel="nofollow"
class="no-decoration">
Check out our demo page
</a>
with demos of our latest commit builds.
</p>
</div> <!-- /demo -->
<hr>
<!-- screenshots -->
<a id="screenshots"
class="anchor">
</a>
<div class="mt-5">
<!-- sessions -->
<div class="container-fluid mb-5">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
Sessions Page
</h1>
<p class="lead mb-3">
The Sessions page displays a list of indexed sessions for the selected time period and search expression.
It includes a timeline graph and a map of the session results.
</p>
<img
alt="Sessions screenshot"
class="screenshot-img sessions"
width="50px"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-search fa-fw fa-lg">
</span>
Search
</h5>
<p>
The search bar allows for powerful search queries to narrow down the data.
Choose the owl to display available fields and expression syntax.
</p>
<h5>
<span class="primary-theme-text fa fa-plus fa-fw fa-lg">
</span>
Session detail
</h5>
<p>
Get more information about any session and view the session's
packet data by choosing the <strong>+</strong> button.
</p>
<h5>
<span class="primary-theme-text fa fa-hand-o-up fa-fw fa-lg">
</span>
Value actions
</h5>
<p>
Hover and click any value to view a dropdown menu of actions, such as
applying that value as search criteria.
</p>
<h5>
<span class="primary-theme-text fa fa-cloud-download fa-fw fa-lg">
</span>
Export PCAP
</h5>
<p>
You can export search results as PCAP or CSV by choosing the actions
(<span class="fa fa-caret-down"></span>) dropdown menu on the top right.
</p>
<h5>
<span class="primary-theme-text fa fa-arrows-h fa-fw fa-lg">
</span>
Timeline search
</h5>
<p>
Click and drag an area in the timeline to filter sessions by time.
</p>
<h5>
<span class="primary-theme-text fa fa-globe fa-fw fa-lg">
</span>
Country search
</h5>
<p class="mb-0">
Choose a country on the map to apply it as search criteria.
</p>
</div>
</div>
</div> <!-- /sessions -->
<!-- spiview -->
<hr>
<div class="container-fluid mt-5 mb-5">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
SPI View Page
</h1>
<p class="lead mb-3">
The Session Profile Information (SPI) View page allows you to view unique values with session counts for each of the captured fields.
</p>
<img
class="screenshot-img spiview"
alt="SPI View screenshot"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-plus fa-lg">
</span>
Toggle categories
</h5>
<p>
Select any section to open or close any field category.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Search for fields
</h5>
<p>
Search for fields within a category by using the input box within the category.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-hand-o-up fa-lg">
</span>
Toggle fields
</h5>
<p>
Select a field in the top section of a category to toggle the field's visibility.
You can also select the <strong>Load All</strong> or <strong>Unload All</strong> buttons to load or unload all the fields
in that category.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-caret-down fa-lg">
</span>
Field actions
</h5>
<p>
Choose the <span class="fa fa-caret-down"></span> dropdown menu on any field to view
actions that can be performed on that field, such as exporting unique values
and opening the SPI Graph page.
</p>
<h5 class="mt-4">
<span class="primary-theme-text fa fa-ban fa-lg">
</span>
Cancel Load
</h5>
<p class="mb-0">
Choose the cancel button on the top right of the page if the
page is taking a long time to load data or you made a mistake when
you issued a query.
</p>
</div>
</div>
</div> <!-- /spiview -->
<!-- spigraph -->
<hr>
<div class="container-fluid mb-5">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
SPI Graph Page
</h1>
<p class="lead mb-3">
The Session Profile Information (SPI) Graph page shows a temporal view for the top unique values of any field.
</p>
<img
alt="SPI Graph screenshot"
class="screenshot-img spigraph"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-plus fa-lg">
</span>
Total
</h5>
<p>
The first timeline graph and map show an aggregation of all the results below.
Choose the <strong>x</strong> button on this map to hide all maps.
</p>
<h5>
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Search for fields
</h5>
<p>
Make a selection from the SPI Graph dropdown menu on the top left
to view the unique values for different fields.
</p>
<h5>
<span class="primary-theme-text fa fa-list-ol fa-lg">
</span>
More fields
</h5>
<p>
Change the <strong>Max Elements</strong> dropdown menu selection to display more results.
</p>
<h5>
<span class="primary-theme-text fa fa-sort fa-lg">
</span>
Sorting
</h5>
<p class="mb-0">
Change the <strong>Sort by</strong> dropdown menu selection to change how the results are sorted.
By default, the results are sorted starting with the highest unique field value.
</p>
</div>
</div>
</div> <!-- /spigraph -->
<!-- connections -->
<hr>
<div class="container-fluid mb-4">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
Connections Page
</h1>
<p class="lead mb-3">
The Connections page shows a network graph of your search results.
</p>
<img
alt="Connections screenshot"
class="screenshot-img connections"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-lock fa-lg">
</span>
Lock
</h5>
<p>
Click and drag a node to lock it into place on the graph.
</p>
<h5>
<span class="primary-theme-text fa fa-hand-o-up fa-lg">
</span>
Node Info
</h5>
<p>
Hover over a node or a link to view more information (or to hide it).
</p>
<h5>
<span class="primary-theme-text fa fa-text-width fa-lg">
</span>
Node/Link Weight
</h5>
<p>
Change the <strong>Node/Link Weight</strong> dropdown menu selection to change how the node and link sizes are calculated.
</p>
<h5>
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Change Source/Destination Nodes
</h5>
<p>
Make a selection from the <strong>Src</strong> or <strong>Dst</strong> dropdown menus to visualize your data based
upon different captured field relationships.
</p>
<h5>
<span class="primary-theme-text fa fa-download fa-lg">
</span>
Save as a PNG
</h5>
<p class="mb-0">
Save the graph as a PNG!
</p>
</div>
</div>
</div> <!-- /connections -->
<!-- parliament -->
<hr>
<div class="container-fluid mb-4">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
Parliament Application
</h1>
<p class="lead mb-3">
Parliament contains a grouped list of your Arkime clusters with links, ES health, and issues for each.
<a href="parliament" class="no-decoration">
Learn more about Parliament</a>!
</p>
<img
alt="Parliament Dashboard Screenshot"
class="screenshot-img parliament-dashboard"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-dashboard fa-lg">
</span>
Landing Page
</h5>
<p>
You can use Parliament as a landing page for all of your Arkime clusters.
</p>
<h5>
<span class="primary-theme-text fa fa-eye fa-lg">
</span>
Monitoring
</h5>
<p>
View issues within your Arkime clusters and monitor the health of your Elasticsearch clusters.
</p>
</div>
</div>
</div> <!-- /parliament -->
<!-- context -->
<div class="container-fluid primary-theme-background angle-background angle-background-long pt-4 mb-4">
<div class="row d-flex align-items-end">
<div class="col-lg-8 col-md-7 align-self-start">
<h1 class="display-4 mb-3 dark-primary-theme-text">
Cont3xt Application
</h1>
<p class="lead mb-3">
Cont3xt centralizes and simplifies a structured approach to gathering contextual intelligence in support of technical investigations.
<a href="cont3xt" class="no-decoration">
Learn more about Cont3xt</a>!
</p>
<img
alt="Cont3xt Dashboard Screenshot"
class="screenshot-img cont3xt"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="primary-theme-text fa fa-search fa-lg">
</span>
Search
</h5>
<p>
It enriches indicators using popular commercial and OSINT sources in a structured, consistent, and thorough process.
Some of the default enrichment integrations include PassiveTotal, VirusTotal, Censys, Shodan, and more.
</p>
<h5>
<span class="primary-theme-text fa fa-link fa-lg">
</span>
Links to External Sources
</h5>
<p>
You can add custom link to query your available resources that will simplify team access to frequently queried resources.
</p>
<h5>
<span class="primary-theme-text fa fa-share fa-lg">
</span>
Share
</h5>
<p>
Share links with team mates that are tailored to specific views and link filters to guide the investigative process.
</p>
<h5>
<span class="primary-theme-text fa fa-download fa-lg">
</span>
Reports
</h5>
<p>
Download full reports, or subsets of response data.
</p>
</div>
</div>
<br><br><br>
</div> <!-- /cont3xt -->
<div class="demo cont3xt-demo">
<h1 class="display-4 text-center d-none d-sm-none d-md-block">
Cont3xt Demo
</h1>
<h1 class="display-4 text-center d-block d-md-none demo-small-screen">
Cont3xt<br>Demo
</h1>
<p class="text-center">
<a class="btn btn-primary btn-lg"
href="https://cont3xt.arkime.com">
Check it out!
</a>
</p>
<p class="lead text-center mb-0">
Want to see the latest and greatest?
<br>
<a href="/demo"
rel="nofollow"
class="no-decoration">
Check out our demo page
</a>
with demos of our latest commit builds.
</p>
</div> <!-- /demo -->
</div> <!-- /screenshots -->
<hr>
<!-- help -->
<a id="help"
class="anchor">
</a>
<div class="pt-5 mr-5 ml-5 pb-5">
<div class="row">
<div class="col-md-12">
<h1 class="display-4 text-center mb-4">
Help!
</h1>
</div>
</div>
<div class="jumbotron ">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-question-circle fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
FAQ
</h5>
<p>
Read our
<a href="faq"
class="no-decoration">
FAQ
</a>
first!
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-slack fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
Slack
</h5>
<p>
Join our
<a class="no-decoration"
href="https://slackinvite.arkime.com/">
Slack
</a>
workspace to discuss Arkime and ask questions.
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-github fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
Issues
</h5>
<p>
Find a bug? Want a new feature?
Open an
<a class="no-decoration no-wrap"
href="https://github.com/arkime/arkime/issues/new">
issue on GitHub</a>.
</p>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<span class="fa fa-pencil fa-2x">
</span>
<h5 class="primary-theme-text mt-1">
Feedback
</h5>
<p>
We'd love to hear your feedback!
<a class="no-decoration no-wrap"
href="https://forms.gle/h4gjuwShThcFRJHM7">
Take the Arkime user survey</a>.
</p>
</div>
</div>
<div class="row">
<div class="col text-center mt-4">
<span class="fa fa-question-circle mr-2"></span>
Still have questions? Join our
<a href="mini-arkimeetus" class="no-decoration">
Office Hours</a>!
<span class="fa fa-question-circle ml-2"></span>
</div>
</div>
</div>
</div> <!-- /help -->
<!-- contribute -->
<div class="row text-center mb-5">
<div class="col">
<p class="mb-0">
Want to add to our FAQ?
Found an issue on this site?
</p>
<p>
<span class="fa fa-github-alt fa-lg">
</span>
This site's code is open-source.
<a href="https://github.com/arkime/arkimeweb/blob/main/CONTRIBUTING.md"
class="no-decoration"
rel="nofollow">
Please contribute!
</a>
<span class="fa fa-github-alt fa-lg">
</span>
</p>
</div>
</div> <!-- /contribute -->
</div> <!-- /container -->
<!-- footer -->
{%- include footer.html -%}
<script>
// page loaded
$(function () {
$('[data-toggle="tooltip"]').tooltip();
function setupError () {
$('.downloads-error').show();
$('.loading-downloads').hide();
}
function play () {
document.getElementById('audio').play();
}
});
</script>
</body>
</html>