{% if results.detections %}

Detection(s): {% for block in results.detections %} {{block.family}} {% endfor %}

{% endif %} {% if summary_report %}

Sandbox Info

{% endif %}
Category Started On Completed On Duration Cuckoo Version
{{results.info.category|upper}} {{results.info.started}} {{results.info.ended}} {{results.info.duration}} seconds {{results.info.version}}
{% if results.info.machine and results.info.machine.name %}
Machine Label Manager Started On Shutdown On
{{results.info.machine.name}} {{results.info.machine.label}} {{results.info.machine.manager}} {{results.info.machine.started_on}} {{results.info.machine.shutdown_on}}
{% endif %} {% if results.CAPE.configs %}

Malware config(s)

{% for config_block in results.CAPE.configs %} {% for family, config in config_block.items() %} {% if family not in "_associated_config_hashes,_associated_analysis_hashes" %} {% for key, value in config.items() %} {% endfor %}
Type {{family}} Config
{{key}} {{value|malware_config}}
{% endif %} {% endfor %} {% endfor %}
{% endif %}