| IP Address |
{{ threat.ip_address }} |
| Threat Score |
{{ threat.score|floatformat:1 }}
|
| Hack Probability |
{% with prob=threat.hack_probability %}
{% endwith %}
|
| Total Events |
{{ threat.event_count }} |
| First Seen |
{{ threat.first_seen|date:"M d, Y H:i" }} |
| Last Event |
{{ threat.last_event|date:"M d, Y H:i" }} |
{% if threat.location %}
| Location |
{{ threat.location.city }}, {{ threat.location.country }} |
| Coordinates |
{{ threat.location.latitude }}, {{ threat.location.longitude }} |
{% endif %}
{% if threat.is_blocked %}
| Block Reason |
{{ threat.block_reason }} |
{% endif %}