{% 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 ID(s)Classification {{u.heur_id}} {{u.name}} {{u.filetype}} {{u.score}} {{u.attack_id | joinBy:"," }} {{u.classification | class_sm}} Heuristic Details {{current_heuristic.heur_id}} Classification {{current_heuristic.classification | class_sm}} Name File Type Description {{current_heuristic.description}} Score Max Score Att&ck ID(s) Signature Score Map {{current_heuristic.signature_score_map}} 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}}
{{current_heuristic.signature_score_map}}