{% if results.behavior and results.behavior.summary %}

Behavior Summary

Files {% if results.behavior.summary.files %} {% else %} Nothing to display. {% endif %}
Mutexes {% if results.behavior.summary.mutexes %} {% else %} Nothing to display. {% endif %}
Registry Keys {% if results.behavior.summary["keys"] %} {% else %} Nothing to display. {% endif %}
{% endif %}

Processes

registry filesystem process services network synchronization

{% if results.behavior and results.behavior.processes %} {% for process in results.behavior.processes %}

{{process.process_name}} PID: {{process.process_id}}, Parent PID: {{process.parent_id}}

{% endfor %} {% else %} Nothing to display. {% endif %}