Errors

{% for action in report.analysis.debug.action %} {% if action == "vmrouting" %}

It appears that this Virtual Machine hasn't been configured properly as the Cuckoo Host wasn't able to the connect to the Guest or the other way around (i.e., Guest wasn't able to contact the Cuckoo Host). There could be a few reasons for this:

{% endif %} {% if action == "gatherer" %}

It appears that the environment of your Virtual Machine is partially unknown to us in the sense that we haven't added special support for it yet (for 95% of the time the analysis will work perfectly fine, though). By doing a special, fully automated, analysis you can automatically obtain the environment-specific Windows DLLs and other goodies that the Cuckoo Sandbox Core Developer team can use to add support for your version of Windows. In order to share this data back to us, please click on .

{% endif %} {% endfor %}
Send feedback {% if report.analysis.debug.errors|length > 3 %}
Showing 3 of {{ report.analysis.debug.errors|length }} errors
{% endif %}