From 3eaa019a03e1804ae737804ef7ad58c2b09522c9 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 24 May 2017 16:08:39 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fa4e84..35a3479 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,10 @@ You should now be able to send your IoC-containing mails to misp_handler@YOURDOM ### General - mail_to_misp requires access to a MISP instance (via API). +- Python 3 - urlmarker from https://github.com/rcompton/ryancompton.net/blob/master/assets/praw_drugs/urlmarker.py (contained in this project) - defang from https://bitbucket.org/johannestaas/defang -- Optionally patch defang/defang/__init__.py and add dirty_line = dirty_line.replace('hXXp', 'http') at line 47 +- Optionally patch defang/defang/__init__.py and add dirty_line = dirty_line.replace('hxxp', 'http') at line 47 ### Thunderbird From 26ec0ae6cc454311583011cd3a40c25871d6c2ae Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 24 May 2017 16:09:04 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35a3479..453b973 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mail_to_misp -Connect your mail client to [MISP](https://github.com/MISP/MISP) in order to create events based on the information contained within mails. +Connect your mail infrastructure to [MISP](https://github.com/MISP/MISP) in order to create events based on the information contained within mails. ## Features