{% if l_64|length != 0 %}
{% if date_from|string == date_to|string %}
{{ date_from }} Hash files:
{% else %}
{{ date_from }} to {{ date_to }} Hash files:
{% endif %}
estimated type |
hash |
first seen |
last seen |
nb paste |
size |
Virus Total |
Sparkline |
{% for b64 in l_64 %}
{{ b64[1] }} |
{{ b64[2] }} |
{{ b64[5] }} |
{{ b64[6] }} |
{{ b64[3] }} |
{{ b64[4] }} |
{% if vt_enabled %}
{% if not b64[7] %}
{% else %}
VT Report
{% endif %}
{% else %}
Virus Total submission is disabled
{% endif %}
|
|
{% endfor %}
{% else %}
{% if date_from|string == date_to|string %}
{{ date_from }}, No Hash
{% else %}
{{ date_from }} to {{ date_to }}, No Hash
{% endif %}
{% endif %}