{% if file.virustotal and not file.virustotal.error == True %}
{% if file.virustotal.resource %}

Full Results

{% endif %} {% for av, values in file.virustotal.scans.items() %} {% if loop.index %3 == 0 %} {% elif loop.last %} {% endif %} {% endfor %}
EngineResultEngineResultEngineResult
{{av}} {% if not values.result %} Clean {% else %} {{values.result}} {% if values.moloch %} [MLCH] {% endif %} {% endif %}
{% endif %}