{% extends 'admin/index.html' %} {% block details %}
Id | Filename | SHA256 Hash | Status Date | Status | Is Malicious? | # of Evaluations | Message | |
---|---|---|---|---|---|---|---|---|
{{ threat.id }} | {{ threat.name }} | {{ threat.hash }} | {{ threat.date_b }} | {{ threat.status_f }} | {% if threat.score|int > 5 %}True | {% else %}False | {% endif %}{{ threat.evals|length }} | {{ threat.message }} |