-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
46 lines (44 loc) · 3.22 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
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>AIL Project</h1>
<p>AIL Project is an open source framework to collect, crawl, dig and analyse unstructured data.
The framework can be used to find information leaks, intelligence, insights and much more.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/features.html" | relative_url }}" role="button">Features</a></p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">What is AIL Project?</h2>
<p class="lead">AIL Project is an open source framework composed of different modules to collect, crawl, dig and analyse unstructured data.
AIL includes an <a href="https://github.com/ail-project/ail-framework">extensible Python-based framework</a> for analysis of unstructure information collected
via an advanced <a href="https://github.com/ail-project/ail-splash-manager">Crawler manager</a> or from different feeders (such as <a href="https://github.com/ail-project/ail-feeder-twitter">Twitter</a>, <a href="https://github.com/ail-project/ail-feeder-discord">Discord</a>, <a href="https://github.com/ail-project/ail-feeder-telegram">Telegram</a> Stream providers) or custom feeders.
</p>
<p class="lead">AIL supports active crawling of Tor hidden services along with crawling protected websites and forums with pre-recorded session cookies.</p>
</div>
<div class="col-md-6 text-center">
<img src="{{ "/assets/img/ail-project-medium.png" | relative_url }}" alt="AIL Project logo" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Free and Open Source</h3>
<p>AIL Project provides a full-blown open source solution to monitor for leak on the dark web at zero-cost. AIL can be run on-premise, in the cloud or dedicated SaaS. There is no external dependencies.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Modular Design</h3>
<p>AIL Project has a modular design to ease contribution and extension. Analyser module, new feeder or stream can be incorporated into the AIL framework without the need to know the inner working. API and integration are already existing with other major open source projects such <a href="https://www.misp-project.org/">MISP</a> or <a href="https://flowintel.github.io/flowintel-doc/#/">FlowIntel</a>.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Open Contribution</h3>
<p>Every contributors to AIL Project will become a co-owner of the project to guarantee an always open source project. No CLA to sign, it's a simple <a href="https://ossbase.org/initiatives/cla-free/">CLA Free - Developer Certificate of Origin</a>. Join us!</p>
</div>
</div>
</div>