{% for host in hosts %} {% endfor %}
IP address VirusTotal AbuseIPDB Domain Registration country Registration date Email security
{{host.host}} Score: {{host.vt['vendors_malicious']}} / {{host.vt['vendors_total']}}
Last updated: {{host.vt['last_update']}}
Score: {{host.abuseipdb['data']['abuseConfidenceScore']}} Last reported: {{host.abuseipdb['data']['lastReportedAt']}} {{host.domain}} {{host.metadata['registrar_country']}} {{host.metadata['creation_date']}} SPF: {{host.emailsec[0]}}, DMARC: {{host.emailsec[1]}}

Vendor marked this host as malicious or suspicious: {% for key, value in host.vt['all_vendors'].items() if value['category'] in ['malicious', 'suspicious'] %} {{key}} {% endfor %}

{# {% include "test-table.html" %} #} {% block scripts %} {#{% for host in hosts %}#} {#whoopsie = JSON.parse({{ host.vt_json.text | tojson }}) {% endfor %}#} {#{{whoopsie}}#} {% endblock %}