Statistics
Threats clusters
Labeled
Criterion
Threat score
Path length
Directory
Editor
Exec name
Exec hash
{% if title %}
{{ title|safe }}
{% endif %}
{% if "val" in args %}
{% endif %}
|<
<
>
>|
{% for col in results.columns %} {% if col[0] != '_' %}
{{ col }}
{% endif %} {% endfor %}
{% for row in results.iloc %}
{% for col in results.columns %} {% if col == "Count" %}
{{ row[col] }}
{% elif col == "Score" %}
●
{{ row[col] }}
{% elif col[0] != '_' %}
{{ row[col] }}
{% endif %} {% endfor %}
{% endfor %}
{% if "val" in args %}
{% endif %}
|<
<
>
>|