{% include 'nav_bar.html' %}
{% include 'hunter/menu_sidebar.html' %}
{%if dict_tracker%}Edit a{%else%}Create a new{%endif%} Tracker
{%if dict_tracker%}
{%endif%}
Show tracker to all Users
Tracker Type:
-- Select a tracker type --
Word
Set
Regex
YARA rule
Terms to track (space separated)
Default YARA rules:
Select a default rule
{% for yara_types in all_yara_files %} {% for yara_file_name in all_yara_files[yara_types] %}
{{yara_types}} - {{yara_file_name}}
{% endfor %} {% endfor %}
Custom YARA rules:
{%if dict_tracker%}{%if dict_tracker['type']=='yara' and dict_tracker['content']%}{{dict_tracker['content']}}{%endif%}{%endif%}
{%if dict_tracker%}Edit{%else%}Create{%endif%} Tracker