From 8d124413b9d8eee6b37184b93b28c6c76d8a8a45 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Thu, 1 Jun 2017 15:21:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 72d32dd..0427986 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,8 @@ You should now be able to send your IoC-containing mails to misp_handler@YOURDOM ### Fake-SMTPD spamtrap +If you want to process all incoming junk mails automatically and collect the contained information in a (separate?) MISP instance, you could use the fake_smtp.py script. It listens on port 25, accepts all mails and pushes them through mail_to_misp to a MISP instance. + 1. Configure mail_to_misp_config.py 2. Run fake_smtp.py (as root)