From aca6169484ddf41d3f18cdde6996af5aa8611e75 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 24 Aug 2018 14:29:25 +0200 Subject: [PATCH] fix: [doc] new 1.3 features --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7106ba0..f994a271 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Features * Terms, Set of terms and Regex tracking and occurrence * Many more modules for extracting phone numbers, credentials and others * Alerting to [MISP](https://github.com/MISP/MISP) to share found leaks within a threat intelligence platform using [MISP standard](https://www.misp-project.org/objects.html#_ail_leak) -* Detect and decode Base64 and store files +* Detect and decode encoded file (Base64, hex encoded or your own decoding scheme) and store files * Detect Amazon AWS and Google API keys * Detect Bitcoin address and Bitcoin private keys * Detect private keys and certificate @@ -39,6 +39,8 @@ Features * UI paste submission * Create events on [MISP](https://github.com/MISP/MISP) and cases on [The Hive](https://github.com/TheHive-Project/TheHive) * Automatic paste export at detection on [MISP](https://github.com/MISP/MISP) (events) and [The Hive](https://github.com/TheHive-Project/TheHive) (alerts) on selected tags +* Extracted and decoded files can be searched by date range, type of file (mime-type) and encoding discovered +* Graph relationships between decoded file (hashes) Installation ------------