{% extends base_template %} {% block html_param %}ng-app="app"{% endblock %} {% block title_page %}AL - Heuristics{% endblock %} {% block js_import %} {% endblock %} {% block loading_menu %}ng-hide="!loading_extra"{% endblock %} {% block content %} {%raw%} Heuristics {{total}}+ total heuristics (filtered) IDNameFile TypeScoreAtt&ck IDClassification {{u.heur_id}} {{u.name}} {{u.filetype}} {{u.score}} {{u.attack_id}} {{u.classification | class_sm}} Heuristic Details {{current_heuristic.heur_id}} Classification {{current_heuristic.classification | class_sm}} Name File Type Description {{current_heuristic.description}} Score Att&ck ID Section contribution statistics Hit CountMin Section ScoreAverage Section ScoreMax Section Score {{current_heuristic.count}} {{current_heuristic.min}} {{current_heuristic.avg}} {{current_heuristic.max}} {%endraw%} {% endblock %} {% block loading_jumbo %}ng-hide="heuristics_list != null"{% endblock %}
{{current_heuristic.description}}