{% set proctree_details = True %} {% include "sections/proctree.html" %}

Behavioral Analysis

{% set behavior = results.behavior %} {% if behavior %}
{% include "sections/behavior/_tree.html" %}
{% include "sections/behavior/_processes.html" %}
{% else %}

No behavioral analysis data available.

{% endif %}