Skip to content

Commit

Permalink
Update _hosts_not_ajax.html
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 29, 2023
1 parent c972a9b commit 231d2ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/templates/analysis/network/_hosts_not_ajax.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ <h4>Hosts</h4>
{% endif %}
<td>{{host.ip}} <a href="https://www.virustotal.com/gui/ip-address/{{host.ip}}/detection">[VT]</a>
{% if config.display_et_portal %}
<a href="https://threatintel.proofpoint.com/search?q={{host.ip}}" target="_blank">[ET]</a>
<a href="https://threatintel.proofpoint.com/search?q={{host.ip}}" target="_blank">[ET]</a>
{% endif %}
{% if config.display_pt_portal %}
<a href="https://www.passivetotal.org/passive/{{host.ip}}" target="_blank">[PT]</a>
<a href="https://www.passivetotal.org/passive/{{host.ip}}" target="_blank">[PT]</a>
{% endif %}
</td>
<td>{{host.country_name}}</td>
{% if host.asn %}
<td>{{host.asn}} </td>
<td><a href="/analysis/search/asn:{{host.asn}}"><span style="font-weight: bold;">{{host.asn}}</span></a></td>
{% endif %}
{% endif %}
</tr>
Expand Down

0 comments on commit 231d2ee

Please sign in to comment.