reordered result lookups, AbuseIPDB higher
This commit is contained in:
parent
709d6e2f61
commit
b5592d32f3
|
@ -19,6 +19,27 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<table id="abuseipdb" class="table table-striped">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Abuse IPDB confidence score</th>
|
||||||
|
<th>Total reports</th>
|
||||||
|
<th>Last reported</th>
|
||||||
|
<th>Tor or not</th>
|
||||||
|
<th>Hostnames</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>{{ result.abuseipdb.data.abuseConfidenceScore }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.totalReports }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.lastReportedAt }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.isTor }}</td>
|
||||||
|
<td>{{result.abuseipdb.data.hostnames }}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
<table id="virustotal_stats" class="table table-striped">
|
<table id="virustotal_stats" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -75,26 +96,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table id="abuseipdb" class="table table-striped">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Abuse IPDB confidence score</th>
|
|
||||||
<th>Total reports</th>
|
|
||||||
<th>Last reported</th>
|
|
||||||
<th>Tor or not</th>
|
|
||||||
<th>Hostnames</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>{{ result.abuseipdb.data.abuseConfidenceScore }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.totalReports }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.lastReportedAt }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.isTor }}</td>
|
|
||||||
<td>{{result.abuseipdb.data.hostnames }}</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
{% elif results %}
|
{% elif results %}
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -17,6 +17,27 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<table id="abuseipdb" class="table table-striped">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Abuse IPDB confidence score</th>
|
||||||
|
<th>Total reports</th>
|
||||||
|
<th>Last reported</th>
|
||||||
|
<th>Tor or not</th>
|
||||||
|
<th>Hostnames</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>{{ result.abuseipdb.data.abuseConfidenceScore }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.totalReports }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.lastReportedAt }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.isTor }}</td>
|
||||||
|
<td>{{result.abuseipdb.data.hostnames }}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
<table id="virustotal_stats" class="table table-striped">
|
<table id="virustotal_stats" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -52,26 +73,6 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<table id="abuseipdb" class="table table-striped">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Abuse IPDB confidence score</th>
|
|
||||||
<th>Total reports</th>
|
|
||||||
<th>Last reported</th>
|
|
||||||
<th>Tor or not</th>
|
|
||||||
<th>Hostnames</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>{{ result.abuseipdb.data.abuseConfidenceScore }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.totalReports }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.lastReportedAt }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.isTor }}</td>
|
|
||||||
<td>{{result.abuseipdb.data.hostnames }}</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
{% elif results %}
|
{% elif results %}
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -26,7 +26,6 @@
|
||||||
<th>DMARC validity</th>
|
<th>DMARC validity</th>
|
||||||
<th>SPF record</th>
|
<th>SPF record</th>
|
||||||
<th>SPF validity</th>
|
<th>SPF validity</th>
|
||||||
<th>SPF keys()</th>
|
|
||||||
<th>SPF dns lookups</th>
|
<th>SPF dns lookups</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -42,6 +41,28 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
||||||
|
<table id="abuseipdb" class="table table-striped">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Abuse IPDB confidence score</th>
|
||||||
|
<th>Total reports</th>
|
||||||
|
<th>Last reported</th>
|
||||||
|
<th>Tor or not</th>
|
||||||
|
<th>Hostnames</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>{{ result.abuseipdb.data.abuseConfidenceScore }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.totalReports }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.lastReportedAt }}</td>
|
||||||
|
<td>{{ result.abuseipdb.data.isTor }}</td>
|
||||||
|
<td>{{result.abuseipdb.data.hostnames }}</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
</table>
|
</table>
|
||||||
<table id="virustotal_stats" class="table table-striped">
|
<table id="virustotal_stats" class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
|
@ -81,26 +102,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<table id="abuseipdb" class="table table-striped">
|
|
||||||
<thead>
|
|
||||||
<tr>
|
|
||||||
<th>Abuse IPDB confidence score</th>
|
|
||||||
<th>Total reports</th>
|
|
||||||
<th>Last reported</th>
|
|
||||||
<th>Tor or not</th>
|
|
||||||
<th>Hostnames</th>
|
|
||||||
</tr>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<tr>
|
|
||||||
<td>{{ result.abuseipdb.data.abuseConfidenceScore }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.totalReports }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.lastReportedAt }}</td>
|
|
||||||
<td>{{ result.abuseipdb.data.isTor }}</td>
|
|
||||||
<td>{{result.abuseipdb.data.hostnames }}</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
</div>
|
||||||
{% elif results %}
|
{% elif results %}
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user