-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
744 lines (712 loc) · 25.5 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
---
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>Moloch</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 Moloch do the grunt work for you!" />
<!-- facebook open graph tags -->
<meta property="og:url" content="http://molo.ch" />
<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 Moloch do the grunt work for you!" />
<meta property="og:image" content="moloch_2x2.png" />
<!-- twitter card tags additive with the og: tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:domain" value="molo.ch" />
<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 Moloch do the grunt work for you!" />
<meta name="twitter:image" content="moloch_2x2.png" />
<meta name="twitter:url" value="http://molo.ch" />
<!-- 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>
</head>
<body id="viewport">
<div class="container-fluid full-width-page">
<!-- navbar -->
{%- include navbar.html -%}
<!-- home -->
<div id="home"
class="purp-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">
Moloch
</h1>
<h1 class="display-3 text-center">
Full Packet Capture
</h1>
<p class="lead lead-lg text-thin text-center">
Large scale, open source, indexed packet capture and search.
</p>
</div>
</div>
<div class="row mb-5 mt-3">
<div class="col text-center">
<a href="#download"
class="btn btn-purp btn-lg mr-2 btn-fw mb-2">
Download
</a>
<a href="https://github.com/aol/moloch"
class="btn btn-outline-info btn-lg mr-2 btn-fw mb-2">
GitHub
</a>
<a href="https://slackinvite.molo.ch/"
class="btn btn-outline-secondary btn-lg btn-fw mb-2">
Slack Us
</a>
</div>
</div>
<!-- <div class="row">
<div class="col">
<h1 class="display-5 text-center">
<img src="simple_logo.png" height="40px" style="margin-top:-4px;" />
<a href="on" class="no-decoration purp-text">
Join us for MolochON 2019!</a>
<img src="simple_logo.png" height="40px" style="margin-top:-4px;" />
</h1>
</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>
Moloch is not meant to replace Intrusion Detection Systems (IDS),
instead it provides more visibility.
</p>
<div class="row mt-5">
<div class="col-lg-3 col-md-6">
<span class="fa fa-lock fa-3x">
</span>
<h5 class="purp-text mt-1">
Security
</h5>
<p>
Access to Moloch is protected by using HTTPS with digest passwords or
by using an authentication providing web server proxy. All PCAPs are
stored on the installed Moloch sensors and are only available through the Moloch
web interface or API. Moloch supports encrypting PCAP files at rest.
</p>
<p>
Want to report a security issue or just learn more? There's
<a href="security"
class="no-decoration">
more info here</a>.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-expand fa-3x">
</span>
<h5 class="purp-text mt-1">
Scalability
</h5>
<p>
Moloch is designed to be deployed across multiple clustered
systems providing the ability to scale to handle multiple
gigabits per second of traffic. PCAP retention is based on
available sensor disk space while metadata retention is
based on the scale of the Elasticsearch cluster.
Both can be increased at anytime.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-hand-pointer-o fa-3x cursor-pointer">
</span>
<h5 class="purp-text mt-1">
Interface
</h5>
<p>
A web application is provided for PCAP browsing,
searching, analysis, and PCAP carving for exporting. Moloch
stores and exports all packets in standard PCAP format
allowing you to use your favorite PCAP ingesting tools
during your analysis workflow.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-cloud-download fa-3x">
</span>
<h5 class="purp-text mt-1">
APIs
</h5>
<p>
APIs are exposed that allow PCAP data and JSON-formatted
session data to be downloaded directly.
</p>
<p>
<a href="api"
class="no-decoration mt-2">
View the API documentation
</a>
</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">
Moloch Demo
</h1>
<h1 class="display-4 text-center d-block d-md-none demo-small-screen">
Moloch<br>Demo
</h1>
<p class="text-center">
<a class="btn btn-purp btn-lg"
href="https://demo.molo.ch/?date=-1">
Check it out!
</a>
</p>
<p class="lead text-center mb-0">
Username and password are both <code>moloch</code>
</p>
<p class="lead text-muted text-center">
<strong class="purp-text">Warning:</strong>
Anyone can see anything you upload
</p>
<p class="mt-3 text-center">
Also, check out our
<a href="https://www.youtube.com/playlist?list=PLXXo-3b5ZQ1jk2wk9IyoxoGygZq5cT6Hq"
rel="nofollow"
class="no-decoration">
recorded talks and feature demos</a>.
</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-purp-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 map of the session results.
</p>
<img src="sessions.png"
alt="Sessions screenshot"
class="screenshot-img"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="purp-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.
Click the owl for available fields.
</p>
<h5>
<span class="purp-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 clicking the "+" button.
</p>
<h5>
<span class="purp-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, like
applying that value as search criteria.
</p>
<h5>
<span class="purp-text fa fa-cloud-download fa-fw fa-lg">
</span>
Export PCAP
</h5>
<p>
You can export search results as PCAP or CSV by clicking the "Actions"
(<span class="fa fa-caret-down"></span>) drop down menu on the top right.
</p>
<h5>
<span class="purp-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="purp-text fa fa-globe fa-fw fa-lg">
</span>
Country search
</h5>
<p class="mb-0">
Click 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-purp-text">
SPI View Page
</h1>
<p class="lead mb-3">
The SPI (Session Profile Information) View page allows you you to view unique values with session counts for each of the captured fields.
</p>
<img src="spiview.png"
class="screenshot-img"
alt="SPI View screenshot"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="purp-text fa fa-plus fa-lg">
</span>
Toggle categories
</h5>
<p>
Click on any section to open or close any field category.
</p>
<h5 class="mt-4">
<span class="purp-text fa fa-search fa-lg">
</span>
Search for fields
</h5>
<p>
Search for fields within a category by using the input box within a category.
</p>
<h5 class="mt-4">
<span class="purp-text fa fa-hand-o-up fa-lg">
</span>
Toggle fields
</h5>
<p>
Click on a field in the top section of a category to toggle the field's visibility.
You can also click the load/unload all buttons to load/unload all the fields
in that category.
</p>
<h5 class="mt-4">
<span class="purp-text fa fa-ban fa-lg">
</span>
Cancel Load
</h5>
<p class="mb-0">
Click the cancel button on the top right of the page if the
page is taking a long time 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-purp-text">
SPI Graph Page
</h1>
<p class="lead mb-3">
The SPI (Session Profile Information) Graph page shows a temporal view for the top unique values of any field.
</p>
<img src="spigraph.png"
alt="SPI Graph screenshot"
class="screenshot-img"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="purp-text fa fa-plus fa-lg">
</span>
Total
</h5>
<p>
The first timeline graph and map shows an aggregation of all the results below.
Click on the "x" button on this map to hide all maps.
</p>
<h5>
<span class="purp-text fa fa-search fa-lg">
</span>
Search for fields
</h5>
<p>
Make a selection from the SPI Graph drop down on the top left
to view the unique values for different fields.
</p>
<h5>
<span class="purp-text fa fa-list-ol fa-lg">
</span>
More fields
</h5>
<p>
Change the number of Max Elements to display more results.
</p>
<h5>
<span class="purp-text fa fa-sort fa-lg">
</span>
Sorting
</h5>
<p class="mb-0">
Change the sort by dropdown 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-purp-text">
Connections Page
</h1>
<p class="lead mb-3">
The Connections page shows a network graph of your search results.
</p>
<img src="connections.png"
alt="Connections screenshot"
class="screenshot-img"
/>
</div>
<div class="col-lg-4 col-md-5 small mt-3">
<h5>
<span class="purp-text fa fa-lock fa-lg">
</span>
Lock
</h5>
<p>
Click and drag a node to lock it into place in the graph.
</p>
<h5>
<span class="purp-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 hide it).
</p>
<h5>
<span class="purp-text fa fa-text-width fa-lg">
</span>
Node/Link Weight
</h5>
<p>
Change the Node/Link Weight dropdown to change how the node and link
sizes are calculated.
</p>
<h5>
<span class="purp-text fa fa-search fa-lg">
</span>
Change Source/Destination Nodes
</h5>
<p class="mb-0">
Make a selection from the Src and Dst drop downs to visualize your data based
upon different captured field relationships.
</p>
</div>
</div>
</div> <!-- /connections -->
</div> <!-- /screenshots -->
<!-- downloads -->
<a id="download"
class="anchor">
</a>
<div class="purp-background pt-5 angle-background">
<div class="row">
<div class="col-md-12">
<h1 class="display-4 text-center mb-4 mt-4">
Download Moloch
</h1>
<div class="row mb-4 mt-4">
<div class="col text-center">
<a class="btn btn-outline-danger btn-lg mr-3 btn-fw mb-2"
href="https://s3.amazonaws.com/files.molo.ch/NOTICE.txt">
NOTICE
</a>
<a class="btn btn-outline-primary btn-lg mr-3 btn-fw mb-2"
href="https://raw.githubusercontent.com/aol/moloch/master/CHANGELOG">
CHANGELOG
</a>
<a class="btn btn-outline-info btn-lg mr-3 btn-fw mb-2"
href="https://raw.githubusercontent.com/aol/moloch/master/release/README.txt">
Instructions
</a>
<a class="btn btn-outline-success btn-lg mr-3 btn-fw mb-2"
href="https://github.com/aol/moloch/issues/new">
Open an Issue
</a>
</div>
</div>
<!--
<div class="row mb-2 mr-1 ml-1">
<div class="col">
<div class="jumbotron jumbotron-white pb-2 pt-4">
<h3 class="purp-text pb-3 text-center">
<span class="fa fa-exclamation-triangle">
</span>
Before upgrading
<span class="fa fa-exclamation-triangle">
</span>
</h3>
<div class="row pb-2">
<div class="col-lg-3 col-md-6">
<p>
<strong>To Moloch 1.5</strong>
<br>
Upgrade to Moloch 1.0 or 1.1 and finish any reindexing.
</p>
</div>
<div class="col-lg-3 col-md-6">
<p>
<strong>To Moloch 1.0 or 1.1</strong>
<br>
Read the
<a class="no-decoration"
href="faq#how_do_i_upgrade_to_moloch_1">
How do I upgrade to Moloch 1.0
</a>
answer in the FAQ.
<br>
<em>
Upgrading to 1.0 takes some time, work, and requires ES 5.x.
</em>
</p>
</div>
<div class="col-lg-3 col-md-6">
<p>
<strong>From ES 5 to ES 6</strong>
<br>
Read the
<a class="no-decoration"
href="faq#how-do-i-upgrade-to-es-6-x">
How do I upgrade to ES 6
</a>
answer in the FAQ.
</p>
</div>
<div class="col-lg-3 col-md-6">
<p>
<strong>From ES 2 to ES 5</strong>
<br>
Read the
<a class="no-decoration"
href="faq#how_do_i_upgrade_to_es_5x">
How do I upgrade to ES 5
</a>
answer in the FAQ.
</p>
</div>
</div>
</div>
</div>
</div>
-->
<div class="downloads mr-5 ml-5">
<h4 class="loading-downloads text-sm-center">
<span class="fa fa-spinner fa-spin"></span>
Loading Moloch downloads...
</h4>
<div class="main-downloads"></div>
<div class="row downloads-error mt-4" style="display:none;">
<div class="col-12 text-center">
<h5 class="purp-text">
<span class="fa fa-frown-o fa-lg">
</span>
Sorry, we couldn't retrieve Moloch downloads.
<span class="fa fa-frown-o fa-lg">
</span>
<br>
Please try again later.
</h5>
<p>
Meanwhile, view Moloch on
<a href="https://github.com/aol/moloch"
class="no-decoration">
GitHub
</a>
</p>
</div>
</div>
<div class="row text-center mt-4">
<div class="col">
<a href="downloads"
class="btn btn-lg btn-purp">
More Downloads
</a>
</div>
</div>
</div>
</div>
</div>
</div> <!-- /downloads -->
<!-- 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 row">
<div class="col-lg-3 col-md-6">
<span class="fa fa-question-circle fa-2x">
</span>
<h5 class="purp-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">
<span class="fa fa-slack fa-2x">
</span>
<h5 class="purp-text mt-1">
Slack
</h5>
<p>
Join our
<a class="no-decoration"
href="https://slackinvite.molo.ch/">
Slack
</a>
workspace to discuss Moloch and ask questions.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-github fa-2x">
</span>
<h5 class="purp-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/aol/moloch/issues/new">
issue on GitHub</a>.
</p>
</div>
<div class="col-lg-3 col-md-6">
<span class="fa fa-microphone fa-2x">
</span>
<h5 class="purp-text mt-1">
Community Feedback
</h5>
Have feedback about the Moloch community? Tell us what you think
<a class="no-decoration"
href="https://docs.google.com/forms/d/e/1FAIpQLSfwAYhog3enJhJP0fEIpFFYKxymIA8g5wVJWOlUQgiA090FBg/viewform">
here</a>.
</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 in 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/aol/molochweb/blob/master/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 () {
$('#homeLink').addClass('active');
$('[data-toggle="tooltip"]').tooltip();
function setupDownloadBtns (versions, sortedVersions) {
let version = versions[sortedVersions[0]]; // get the latest version
let html = `<div class="row text-center">
<div class="col">
<h2>${version.title}</h2>
<p class="lead">Latest Release ${version.modified}</p>
</div>
</div>`;
let downloads = version.downloads;
html += '<div class="row text-center"><div class="col">';
for (let i = 0, len = downloads.length; i < len; ++i) {
let download = downloads[i];
html += `<a href="${download.url}" class="btn btn-primary btn-lg mr-3 mb-2">
${download.title}
</a>`;
}
html += '</div></div>';
$('.main-downloads').append(html);
}
function setupError() {
$('.downloads-error').show();
$('.loading-downloads').hide();
}
$.ajax({
url: 'https://s3.amazonaws.com/files.molo.ch',
type: 'GET',
crossDomain: true,
dataType: 'xml',
success: function (xml) {
let downloads = parseXML(xml);
setupDownloadBtns(downloads.downloads, downloads.sortedVersions);
$('.loading-downloads').hide();
},
error: function(xhr, textStatus, errorThrown) {
setupError();
}
});
});
</script>
</body>
</html>