diff --git a/flask_soc_site/templates/results-overview-new.html b/flask_soc_site/templates/results-overview-new.html index e0004b0..36e37e4 100644 --- a/flask_soc_site/templates/results-overview-new.html +++ b/flask_soc_site/templates/results-overview-new.html @@ -1,8 +1,3 @@ - -
@@ -57,7 +52,18 @@
Is this Tor: {{host.abuseipdb['Tor']}}
Usage: {{host.abuseipdb['usage']}}
-
+ Domain registration
+
+ {% if host.registrar|length %}
+ Registrar is: {{host.registar}}
+ {% else %}
+ No registrar name was found
+ {% endif %}
+
+ Email security
+
+
+
Put in your IP address, URL, domain or email address...
-and see AbuseIPDB and VirusTotal scores, - registrar information and DMARC, DKIM and SPF information.
-This is a simple one-page Flask application to help my day-to-day work as a security analyst.
+Put in your IP address, URL, domain or email address...
+and see AbuseIPDB and VirusTotal scores, + registrar information and DMARC, DKIM and SPF information.
+This is a simple one-page Flask application to help my day-to-day work as a security analyst.
+