{% include 'navbar.html' %}
D4 Server mode:
{{server_mode}}
Registered Sensors
{{nb_sensors_registered}}
Pending Sensors
{{nb_sensors_pending}}
Blacklist IP
Blacklist IP
{%if blacklisted_ip==2 %} This IP is already blacklisted {% else %} Incorrect IP address {% endif %}
IP Blacklisted
Blacklist IP
Manage IP Blacklist
Show Blacklisted IP
Unblacklist IP
{%if unblacklisted_ip==2 %} This IP is not blacklisted {% else %} Incorrect IP address {% endif %}
IP Unblacklisted
Unblacklist IP
Blacklist UUID
Blacklist UUID
{%if blacklisted_uuid==2 %} This UUID is already blacklisted {% else %} Incorrect UUID {% endif %}
UUID Blacklisted
Blacklist UUID
Manage UUID Blacklist
Show Blacklisted UUID
Unblacklist UUID
{%if unblacklisted_uuid==2 %} This UUID is not Blacklisted {% else %} Incorrect UUID {% endif %}
UUID Unblacklisted
Unblacklist UUID
Header Accepted Types
Type
Description
Remove Type
{% for type in list_accepted_types %}
{{type['id']}}
{{type['description']}}
Remove Type
{% endfor %}
Type Name
Description
Remove Type
{% for type in list_accepted_extended_types %}
{{type['name']}}
{{type['description']}}
Remove Extended Type
{% endfor %}
Add New Types
Add New Type
Analyzer Management
Type
uuid
last updated
Change max size limit
Analyzer Queue
{% for type in list_accepted_types %} {% if type['list_analyzer_uuid'] %} {% for analyzer in type['list_analyzer_uuid'] %}
{{type['id']}}
{{analyzer['uuid']}}
{%if analyzer['description']%}
{{analyzer['description']}}
{%endif%}
{{analyzer['last_updated']}}
Change Max Size
{{analyzer['length']}}
{% endfor %} {% endif %} {% endfor %}
Type Name
uuid
last updated
Change max size limit
Analyzer Queue
{% for type in list_accepted_extended_types %} {% if type['list_analyzer_uuid'] %} {% for analyzer in type['list_analyzer_uuid'] %}
{{type['name']}}
{{analyzer['uuid']}}
{%if analyzer['description']%}
{{analyzer['description']}}
{%endif%}
{{analyzer['last_updated']}}
Change Max Size
{{analyzer['length']}}
{% endfor %} {% endif %} {% endfor %}
Add New Analyzer Queue
Add New Analyzer
×
{% include 'navfooter.html' %}