From b5592d32f3b9fb1b3bc416fd7f2e568dbd685fe2 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Thu, 29 Aug 2024 21:30:59 +0200 Subject: [PATCH] reordered result lookups, AbuseIPDB higher --- templates/IPv4.html | 41 +++++++++++++++++++++-------------------- templates/URL.html | 41 +++++++++++++++++++++-------------------- templates/domain.html | 43 ++++++++++++++++++++++--------------------- 3 files changed, 64 insertions(+), 61 deletions(-) diff --git a/templates/IPv4.html b/templates/IPv4.html index 9f1dfaf..3ee0e9c 100644 --- a/templates/IPv4.html +++ b/templates/IPv4.html @@ -19,6 +19,27 @@ + + + + + + + + + + + + + + + + + + + +
Abuse IPDB confidence scoreTotal reportsLast reportedTor or notHostnames
{{ result.abuseipdb.data.abuseConfidenceScore }}{{ result.abuseipdb.data.totalReports }}{{ result.abuseipdb.data.lastReportedAt }}{{ result.abuseipdb.data.isTor }}{{result.abuseipdb.data.hostnames }}
+ @@ -75,26 +96,6 @@
- - - - - - - - - - - - - - - - - - - -
Abuse IPDB confidence scoreTotal reportsLast reportedTor or notHostnames
{{ result.abuseipdb.data.abuseConfidenceScore }}{{ result.abuseipdb.data.totalReports }}{{ result.abuseipdb.data.lastReportedAt }}{{ result.abuseipdb.data.isTor }}{{result.abuseipdb.data.hostnames }}
{% elif results %}
diff --git a/templates/URL.html b/templates/URL.html index 71d8fc7..48ffdc3 100644 --- a/templates/URL.html +++ b/templates/URL.html @@ -17,6 +17,27 @@ + + + + + + + + + + + + + + + + + + + +
Abuse IPDB confidence scoreTotal reportsLast reportedTor or notHostnames
{{ result.abuseipdb.data.abuseConfidenceScore }}{{ result.abuseipdb.data.totalReports }}{{ result.abuseipdb.data.lastReportedAt }}{{ result.abuseipdb.data.isTor }}{{result.abuseipdb.data.hostnames }}
+ @@ -52,26 +73,6 @@ {% endfor %}
- - - - - - - - - - - - - - - - - - - -
Abuse IPDB confidence scoreTotal reportsLast reportedTor or notHostnames
{{ result.abuseipdb.data.abuseConfidenceScore }}{{ result.abuseipdb.data.totalReports }}{{ result.abuseipdb.data.lastReportedAt }}{{ result.abuseipdb.data.isTor }}{{result.abuseipdb.data.hostnames }}
{% elif results %}
diff --git a/templates/domain.html b/templates/domain.html index df8ec75..82c30d8 100644 --- a/templates/domain.html +++ b/templates/domain.html @@ -26,7 +26,6 @@ DMARC validity SPF record SPF validity - SPF keys() SPF dns lookups @@ -42,6 +41,28 @@ {% endfor %} + + + + + + + + + + + + + + + + + + + + +
Abuse IPDB confidence scoreTotal reportsLast reportedTor or notHostnames
{{ result.abuseipdb.data.abuseConfidenceScore }}{{ result.abuseipdb.data.totalReports }}{{ result.abuseipdb.data.lastReportedAt }}{{ result.abuseipdb.data.isTor }}{{result.abuseipdb.data.hostnames }}
+ @@ -81,26 +102,6 @@
- - - - - - - - - - - - - - - - - - - -
Abuse IPDB confidence scoreTotal reportsLast reportedTor or notHostnames
{{ result.abuseipdb.data.abuseConfidenceScore }}{{ result.abuseipdb.data.totalReports }}{{ result.abuseipdb.data.lastReportedAt }}{{ result.abuseipdb.data.isTor }}{{result.abuseipdb.data.hostnames }}
{% elif results %}