diff --git a/HOWTO.md b/HOWTO.md index d4a7b962..1a66402b 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -6,7 +6,7 @@ How to feed the AIL framework For the moment, there are three different ways to feed AIL with data: -1. Be a collaborator of CIRCL and ask to access our feed. It will be sent to the static IP your are using for AIL. +1. Be a collaborator of CIRCL and ask to access our feed. It will be sent to the static IP you are using for AIL. 2. You can setup [pystemon](https://github.com/CIRCL/pystemon) and use the custom feeder provided by AIL (see below). diff --git a/OVERVIEW.md b/OVERVIEW.md index aa417ff7..b62a063f 100644 --- a/OVERVIEW.md +++ b/OVERVIEW.md @@ -20,4 +20,46 @@ Redis and ARDB overview - DB 0 - Lines duplicate - DB 1 - Hashes -To be updated + +ARDB overview +--------------------------- + +* DB 7 - Metadata: + ----------------------------------------- BASE64 ---------------------------------------- + + HSET - 'metadata_hash:'+hash 'saved_path' saved_path + 'size' size + 'first_seen' first_seen + 'last_seen' last_seen + 'estimated_type' estimated_type + 'vt_link' vt_link + 'vt_report' vt_report + 'nb_seen_in_all_pastes' nb_seen_in_all_pastes + 'base64_decoder' nb_encoded + 'binary_decoder' nb_encoded + + SET - 'all_decoder' decoder* + + SET - 'hash_all_type' hash_type * + SET - 'hash_base64_all_type' hash_type * + SET - 'hash_binary_all_type' hash_type * + + SET - 'hash_paste:'+paste hash * + SET - 'base64_paste:'+paste hash * + SET - 'binary_paste:'+paste hash * + + ZADD - 'hash_date:'+20180622 hash * nb_seen_this_day + ZADD - 'base64_date:'+20180622 hash * nb_seen_this_day + ZADD - 'binary_date:'+20180622 hash * nb_seen_this_day + + ZADD - 'nb_seen_hash:'+hash paste * nb_seen_in_paste + ZADD - 'base64_hash:'+hash paste * nb_seen_in_paste + ZADD - 'binary_hash:'+hash paste * nb_seen_in_paste + + ZADD - 'hash_type:'+type date nb_seen + ZADD - 'base64_type:'+type date nb_seen + ZADD - 'binary_type:'+type date nb_seen + + GET - 'base64_decoded:'+date nd_decoded + GET - 'binary_decoded:'+date nd_decoded + diff --git a/README.md b/README.md index 0c500efd..83bb0b86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[](https://travis-ci.org/CIRCL/AIL-framework) - AIL === @@ -11,6 +9,22 @@ AIL is a modular framework to analyse potential information leaks from unstructu  +
Latest Release | +|
Contributors | +|
License | +
Estimated type | +First_seen | +Last_seen | +Size (Kb) | +Nb seen | +
---|---|---|---|---|
{{ estimated_type }} | +{{ first_seen }} | +{{ last_seen }} | +{{ size }} | +{{ nb_seen_in_all_pastes }} | +
Double click on a node to open Hash/Paste
+
+ Current Hash
+
+ Hashes
+
+ Pastes
+
estimated type | +hash | +saved_path | +Virus Total | +
---|---|---|---|
{{ b64[1] }} | +{{ b64[2] }} ({{ b64[4] }}) | +{{ b64[3] }} | +
+ {% if vt_enabled %}
+ {% if not b64[5] %}
+ |
+