From d74e1c0068c0df88cf8edf7e61aa02afb7ebcfc2 Mon Sep 17 00:00:00 2001 From: ebouillon Date: Sat, 20 Feb 2016 17:10:37 +0100 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 3b503ed..198a127 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ $ for i in misp_event2email.py misp_event2email-subject.py misp_event2hash.py mi misp_ip2event.py: [MISP] IP to Event / Returns MISPEvent entities containing the corresponding IP attribute misp_domain2event.py: [MISP] Domain to Event / Returns MISPEvent entities containing the corresponding Domain attribute misp_hash2event.py: [MISP] Hash to Event / Returns MISPEvent entities containing the corresponding Hash attribute -misp_ip2event.py: [MISP] Email address to Event / Returns MISPEvent entities containing the corresponding Email address attribute +misp_email2event.py: [MISP] Email address to Event / Returns MISPEvent entities containing the corresponding Email address attribute misp_email-subject2event.py: [MISP] Email subject to Event / Returns MISPEvent entities containing the corresponding Email subject attribute misp_event2ip.py: [MISP] Event to IP attribute / Returns the IP attributes belonging to an event misp_event2domain.py: [MISP] Event to Domain attribute / Returns Domain attributes belonging to an event