Blacklist IP
Blacklist IP
{%if blacklisted_ip==2 %} This IP is already blacklisted {% else %} Incorrect IP address {% endif %}
IP Blacklisted
Manage IP Blacklist
Unblacklist IP
{%if unblacklisted_ip==2 %} This IP is not blacklisted {% else %} Incorrect IP address {% endif %}
IP Unblacklisted
Blacklist UUID
Blacklist UUID
{%if blacklisted_uuid==2 %} This UUID is already blacklisted {% else %} Incorrect UUID {% endif %}
UUID Blacklisted
Manage UUID Blacklist
Unblacklist UUID
{%if unblacklisted_uuid==2 %} This UUID is not Blacklisted {% else %} Incorrect UUID {% endif %}
UUID Unblacklisted
Header Accepted Types
{% for type in list_accepted_types %} {% endfor %}
Type Description Remove Type
{{type['id']}} {{type['description']}}
{% for type in list_accepted_extended_types %} {% endfor %}
Type Name Description Remove Type
{{type['name']}} {{type['description']}}
Add New Types
Analyzer Management
{% for type in list_accepted_types %} {% if type['list_analyzer_uuid'] %} {% for analyzer in type['list_analyzer_uuid'] %} {% endfor %} {% endif %} {% endfor %}
Type uuid last updated Change max size limit Analyzer Queue
{{type['id']}}
{{analyzer['uuid']}}
{%if analyzer['description']%}
{{analyzer['description']}}
{%endif%}
{{analyzer['last_updated']}}
{% for type in list_accepted_extended_types %} {% if type['list_analyzer_uuid'] %} {% for analyzer in type['list_analyzer_uuid'] %} {% endfor %} {% endif %} {% endfor %}
Type Name uuid last updated Change max size limit Analyzer Queue
{{type['name']}}
{{analyzer['uuid']}}
{%if analyzer['description']%}
{{analyzer['description']}}
{%endif%}
{{analyzer['last_updated']}}
Add New Analyzer Queue
{% include 'navfooter.html' %}