From 6416c4ce030ec64a1b0daab299eccdc209544532 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Fri, 28 Apr 2017 10:00:45 +0200 Subject: [PATCH] added functionalities --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3044b0d..3a2e69d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Connect your mail client to [MISP](https://github.com/MISP/MISP) in order to cre - Extraction of URLs and IP addresses (and port numbers) from free text emails - Extraction of hostnames from URLs +- Extraction of hashes (MD5, SHA1, SHA256) - DNS expansion - Custom filter list for lines containing specific words - Subject filters @@ -14,6 +15,7 @@ Connect your mail client to [MISP](https://github.com/MISP/MISP) in order to cre - Add tags automatically based on key words (configurable) - Add tags automatically depending on the presence of other tags (configurable) - Ignore 'whitelisted' domains (configurable) +- Configurable list of attributes not to enable the IDS flag - Automatically create 'external analysis' links based on filter list (e.g. VirusTotal, malwr.com) ## Implementation