From 7d4ac166021b484d4f4dd6072969b649fc3543d9 Mon Sep 17 00:00:00 2001 From: ninsmith Date: Tue, 29 May 2018 22:58:18 +0200 Subject: [PATCH] EmlParser analyzer 1.0 --- thehive-templates/Eml_Parser_1_0/long.html | 76 +++++++++++++++++++++ thehive-templates/Eml_Parser_1_0/short.html | 3 + 2 files changed, 79 insertions(+) create mode 100644 thehive-templates/Eml_Parser_1_0/long.html create mode 100644 thehive-templates/Eml_Parser_1_0/short.html diff --git a/thehive-templates/Eml_Parser_1_0/long.html b/thehive-templates/Eml_Parser_1_0/long.html new file mode 100644 index 000000000..1291294fc --- /dev/null +++ b/thehive-templates/Eml_Parser_1_0/long.html @@ -0,0 +1,76 @@ +
+
+ {{(artifact.data || artifact.attachment.name) | fang}} +
+
+ {{content.errorMessage}} +
+
+ + +
+
+ Email message details +
+
+
Is anonymous proxy
+
Is satellite provider
+ +
+
From
+
{{content.displayFrom}} ({{content.sender}})
+
+
+
To
+
{{content.displayTo}} ({{content.receivers}})
+
+
+
Subject
+
{{content.subject || '-'}}
+
+
+
Topic
+
{{content.topic || '-'}}
+
+
+
Bcc
+
{{content.bcc || '-'}}
+
+
+
Attachments
+
+
This message file includes + +
+ + + + + + + + + + + + + + + +
FilenameMime TypeExtension
{{a.filename}}{{a.mime}}{{a.extension}}
+
+
+
+
Headers
+
+
{{content.headers}}
+
+
+
+
Body
+
+
{{content.body}}
+
+
+
+
diff --git a/thehive-templates/Eml_Parser_1_0/short.html b/thehive-templates/Eml_Parser_1_0/short.html new file mode 100644 index 000000000..57f9d29cf --- /dev/null +++ b/thehive-templates/Eml_Parser_1_0/short.html @@ -0,0 +1,3 @@ + + {{t.namespace}}:{{t.predicate}}={{t.value}} +