From 0d4d70f130db4e965f2ea9419fbf7f9b24e1024f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leonard?= Date: Thu, 4 Jan 2018 19:17:48 +0100 Subject: [PATCH] #152 add long reports and complete Onyphe_Forward_1_0/long.html --- .../Onyphe_Forward_1_0/long.html | 62 +++++++++++++++++++ .../Onyphe_Geolocate_1_0/long.html | 18 ++++++ thehive-templates/Onyphe_Ports_1_0/long.html | 18 ++++++ .../Onyphe_Reverse_1_0/long.html | 18 ++++++ .../Onyphe_Threats_1_0/long.html | 18 ++++++ 5 files changed, 134 insertions(+) diff --git a/thehive-templates/Onyphe_Forward_1_0/long.html b/thehive-templates/Onyphe_Forward_1_0/long.html index e69de29bb..2982fbd26 100644 --- a/thehive-templates/Onyphe_Forward_1_0/long.html +++ b/thehive-templates/Onyphe_Forward_1_0/long.html @@ -0,0 +1,62 @@ +
+
+ Onyphe Forward - {{(artifact.data || artifact.attachment.name) | fang}} +
+
+
+
+ My IP +
+
+ {{content.forwards.myip}} +
+
+
+
+ Number of result +
+
+ {{content.forwards.count}} +
+
+
+
+ Error(s) +
+
+ {{content.forwards.error}} +
+
+ + + + + + + + + + + + + + + + + + + + +
CategoryTypeDomainIPv4IPv6Seen date
{{r["@category"]}}{{r["@type"]}}{{r.domain}}{{r.ip}}{{r.ipv6}}{{r.seen_date}}
+
+
+ + +
+
+ {{artifact.data | fang}} +
+
+ {{results.errorMessage}} +
+
\ No newline at end of file diff --git a/thehive-templates/Onyphe_Geolocate_1_0/long.html b/thehive-templates/Onyphe_Geolocate_1_0/long.html index e69de29bb..14ffb8718 100644 --- a/thehive-templates/Onyphe_Geolocate_1_0/long.html +++ b/thehive-templates/Onyphe_Geolocate_1_0/long.html @@ -0,0 +1,18 @@ +
+
+ Onyphe Geolocate - {{(artifact.data || artifact.attachment.name) | fang}} +
+
+ +
+
+ + +
+
+ {{artifact.data | fang}} +
+
+ {{content.errorMessage}} +
+
\ No newline at end of file diff --git a/thehive-templates/Onyphe_Ports_1_0/long.html b/thehive-templates/Onyphe_Ports_1_0/long.html index e69de29bb..114053ffd 100644 --- a/thehive-templates/Onyphe_Ports_1_0/long.html +++ b/thehive-templates/Onyphe_Ports_1_0/long.html @@ -0,0 +1,18 @@ +
+
+ Onyphe Ports - {{(artifact.data || artifact.attachment.name) | fang}} +
+
+ +
+
+ + +
+
+ {{artifact.data | fang}} +
+
+ {{content.errorMessage}} +
+
\ No newline at end of file diff --git a/thehive-templates/Onyphe_Reverse_1_0/long.html b/thehive-templates/Onyphe_Reverse_1_0/long.html index e69de29bb..3eb4f9170 100644 --- a/thehive-templates/Onyphe_Reverse_1_0/long.html +++ b/thehive-templates/Onyphe_Reverse_1_0/long.html @@ -0,0 +1,18 @@ +
+
+ Onyphe Reverse - {{(artifact.data || artifact.attachment.name) | fang}} +
+
+ +
+
+ + +
+
+ {{artifact.data | fang}} +
+
+ {{content.errorMessage}} +
+
\ No newline at end of file diff --git a/thehive-templates/Onyphe_Threats_1_0/long.html b/thehive-templates/Onyphe_Threats_1_0/long.html index e69de29bb..b6f850d79 100644 --- a/thehive-templates/Onyphe_Threats_1_0/long.html +++ b/thehive-templates/Onyphe_Threats_1_0/long.html @@ -0,0 +1,18 @@ +
+
+ Onyphe Threats - {{(artifact.data || artifact.attachment.name) | fang}} +
+
+ +
+
+ + +
+
+ {{artifact.data | fang}} +
+
+ {{content.errorMessage}} +
+
\ No newline at end of file