reordered result lookups, AbuseIPDB higher
This commit is contained in:
parent
709d6e2f61
commit
b5592d32f3
|
@ -19,6 +19,27 @@
|
|||
</tbody>
|
||||
</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">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -75,26 +96,6 @@
|
|||
</tbody>
|
||||
</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>
|
||||
{% elif results %}
|
||||
<div>
|
||||
|
|
|
@ -17,6 +17,27 @@
|
|||
</tbody>
|
||||
</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">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -52,26 +73,6 @@
|
|||
{% endfor %}
|
||||
</tbody>
|
||||
</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>
|
||||
{% elif results %}
|
||||
<div>
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
<th>DMARC validity</th>
|
||||
<th>SPF record</th>
|
||||
<th>SPF validity</th>
|
||||
<th>SPF keys()</th>
|
||||
<th>SPF dns lookups</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -42,6 +41,28 @@
|
|||
{% endfor %}
|
||||
</tr>
|
||||
</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 id="virustotal_stats" class="table table-striped">
|
||||
<thead>
|
||||
|
@ -81,26 +102,6 @@
|
|||
</tbody>
|
||||
</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>
|
||||
{% elif results %}
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user