Information on Execution

Category Started Completed Duration Logs
{{analysis.info.category|upper}} {{analysis.info.started}} {{analysis.info.ended}} {{analysis.info.duration}} seconds Show Analyzer Log
Show Cuckoo Log
{% if analysis.debug.errors %}
    {% for error in analysis.debug.errors %}
  • Error: {{error}}
  • {% endfor %}
{% endif %}
{% if analysis.info.machine and analysis.info.machine.name %}

Machine

Name Label Started On Shutdown On
{{analysis.info.machine.name}} {{analysis.info.machine.label}} {{analysis.info.machine.started_on}} {{analysis.info.machine.shutdown_on}}
{% endif %}

Analyzer Log

{{analysis.debug.log|join:""}}

Cuckoo Log

{{analysis.debug.cuckoo|join:""}}