{% if analysis.info.score < 1 %}
This {{ analysis.info.category }} appears fairly benign with a score of {{ analysis.info.score }} out of 10. {% elif analysis.info.score < 2 %}
This {{ analysis.info.category }} shows some signs of potential malicious behavior with a score of {{ analysis.info.score }} out of 10. {% elif analysis.info.score < 5 %}
This {{ analysis.info.category }} indicates real signs of malicious behavior with a score of {{ analysis.info.score }} out of 10. {% else %}
This {{ analysis.info.category }} is definitely malicious with a score of {{ analysis.info.score }} out of 10! You should NOT open this {{ analysis.info.category }} on a production system. {% endif %}

Note that the scoring system is still in alpha state and should not yet be considered as a definitive outcome. Please at all times check the analysis yourself - especially when the scoring says it's benign.
{% include "analysis/overview/_info.html" %}
{% if analysis.info.category == "file" and analysis.target %} {% include "analysis/overview/_file.html" %} {% elif analysis.info.category == "url" %} {% include "analysis/overview/_url.html" %} {% endif %}
{% include "analysis/overview/_signatures.html" %}
{% include "analysis/overview/_screenshots.html" %}
{% include "analysis/network/_hosts.html" %}
{% include "analysis/network/_dns.html" %}

{% include "analysis/overview/_summary.html" %}