diff --git a/thehive-templates/DNSdumpster_report_1_0/long.html b/thehive-templates/DNSdumpster_report_1_0/long.html
new file mode 100644
index 000000000..e2c09c3b2
--- /dev/null
+++ b/thehive-templates/DNSdumpster_report_1_0/long.html
@@ -0,0 +1,127 @@
+
+
+ DNSDumpster Information for {{ artifact.data }}
+
+
+
+
+ - Domain
+ - {{ content.result.domain }}
+
+
+
+
+
+
+
+ DNS Records
+
+
+
+
+ - DNS Records
+ -
+
+ Domain: {{ dns.domain }}
+ IP: {{ dns.ip }}
+ Reverse DNS: {{ dns.reverse_dns }}
+ AS: {{ dns.as }}
+ Provider: {{ dns.provider }}
+ Country: {{ dns.country }}
+ Header: {{ dns.header }}
+
+
+
+
+
+
+
+
+
+ MX Records
+
+
+
+
+ - MX Records
+ -
+
+ Domain: {{ mx.domain }}
+ Reverse DNS: {{ mx.reverse_dns }}
+ IP: {{ mx.ip }}
+ AS: {{ mx.as }}
+ Provider: {{ mx.provider }}
+ Country: {{ mx.country }}
+ Header: {{ mx.header }}
+
+
+
+
+
+
+
+
+
+ TXT Records
+
+
+
+
+ - TXT Records
+ -
+
+ {{ txt }}
+
+
+
+
+
+
+
+
+
+ Host Information
+
+
+
+
+ - Host Records
+ -
+
+ Domain: {{ host.domain }}
+ IP: {{ host.ip }}
+ Reverse DNS: {{ host.reverse_dns }}
+ AS: {{ host.as }}
+ Provider: {{ host.provider }}
+ Country: {{ host.country }}
+ Header: {{ host.header }}
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ artifact.data }}
+
+
+ {{ content.errorMessage }}
+
+
\ No newline at end of file
diff --git a/thehive-templates/DNSdumpster_report_1_0/short.html b/thehive-templates/DNSdumpster_report_1_0/short.html
new file mode 100644
index 000000000..27045d7e9
--- /dev/null
+++ b/thehive-templates/DNSdumpster_report_1_0/short.html
@@ -0,0 +1,6 @@
+
+ {{t.namespace}}:{{t.predicate}}={{t.value}}
+
\ No newline at end of file