From bb8d4849d7f518cda39ee62be4505e7d5e10a977 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 8 Feb 2016 11:49:33 +0100 Subject: [PATCH] Basic feature list added --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f3d87e27..0e8c7dbc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,20 @@ AIL is a modular framework to analyse potential information leaks from unstructu AIL framework screencast: https://www.youtube.com/watch?v=9idfHCIMzBY +Features +-------- + +* Modular architecture to handle stream of unstructured or structured information +* Default support for external ZMQ feeds as provided by CIRCL or other providers +* Each modules can process and reprocess the information already processed by AIL +* Detecting and extracting URLs including their geographical location (e.g. IP addresses location) +* Extracting and validating potential leak of credit cards numbers +* Extracting and validating email addresses leaked including DNS MX validation +* Module for extracting Tor .onion addresses (to be further processed for analysis) +* Extracting and validating potential hostnames (e.g. to feed Passive DNS systems) +* A full-text indexer module to index unstructured information +* Many more modules for extracting phone numbers, credentials, ... + Installation ------------