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

Anomalies

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

Behavior Summary

Mutexes {% if results.behavior.summary.mutexes %} {% else %} Nothing to display. {% endif %}
Executed Commands {% if results.behavior.summary.executed_commands %} {% else %} Nothing to display. {% endif %}
Created Services {% if results.behavior.summary["created_services"] %} {% else %} Nothing to display. {% endif %}
Started Services {% if results.behavior.summary["started_services"] %} {% else %} Nothing to display. {% endif %}
{% endif %}

Processes

{% if summary_report %} {% 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 %} {% else %}

registry filesystem process threading services device network synchronization crypto browser

{% 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 %} {% endif %}
Accessed Files {% if results.behavior.summary.files %} {% else %} Nothing to display. {% endif %}
Read Files {% if results.behavior.summary.read_files %} {% else %} Nothing to display. {% endif %}
Modified Files {% if results.behavior.summary.write_files %} {% else %} Nothing to display. {% endif %}
Deleted Files {% if results.behavior.summary.delete_files %} {% else %} Nothing to display. {% endif %}
Registry Keys {% if results.behavior.summary["keys"] %} {% else %} Nothing to display. {% endif %}
Read Registry Keys {% if results.behavior.summary["read_keys"] %} {% else %} Nothing to display. {% endif %}
Modified Registry Keys {% if results.behavior.summary["write_keys"] %} {% else %} Nothing to display. {% endif %}
Deleted Registry Keys {% if results.behavior.summary["delete_keys"] %} {% else %} Nothing to display. {% endif %}
Resolved APIs {% if results.behavior.summary.resolved_apis %} {% else %} Nothing to display. {% endif %}