{% extends "main/index.html" %} {% load static %} {% load i18n %} {% load l10n %} {% load split_zone %} {% load add_space %} {% load local_ip %} {% load attack_short_count %} {% block summary %}
{% trans 'All attacks' context 'Title table' %} {% if today_summary|length == 0 %} {% endif %} {% for row in today_summary %} {% endfor %} {% if last24_summary|length == 0 %} {% endif %} {% for row in last24_summary %} {% endfor %} {% if last_week|length == 0 %} {% endif %} {% for row in last_week %} {% endfor %} {% if last_month|length == 0 %} {% endif %} {% for row in last_month %} {% endfor %}
{% trans 'Period' %} {% trans 'All attacks' %} Signature
Analysis
Nemesida AI Brute-force Flood DDoS Antivirus OpenAPI Blocked
{% trans 'Today' %}0 0 0 0 0 0 0{{ row.all_attacks|attack_short_count }} {{ row.sa|attack_short_count }} {{ row.na|attack_short_count }} {{ row.bf|attack_short_count }} {{ row.sms|attack_short_count }} {{ row.ddos|attack_short_count }} {{ row.av|attack_short_count }}
{% trans 'Last 24 h.' %}0 0 0 0 0 0 0{{ row.all_attacks|attack_short_count }} {{ row.sa|attack_short_count }} {{ row.na|attack_short_count }} {{ row.bf|attack_short_count }} {{ row.sms|attack_short_count }} {{ row.ddos|attack_short_count }} {{ row.av|attack_short_count }}
{% trans 'Last week' %}0 0 0 0 0 0 0{{ row.all_attacks|attack_short_count }} {{ row.sa|attack_short_count }} {{ row.na|attack_short_count }} {{ row.bf|attack_short_count }} {{ row.sms|attack_short_count }} {{ row.ddos|attack_short_count }} {{ row.av|attack_short_count }}
{% trans 'Last month' %}0 0 0 0 0 0 0{{ row.all_attacks|attack_short_count }} {{ row.sa|attack_short_count }} {{ row.na|attack_short_count }} {{ row.bf|attack_short_count }} {{ row.sms|attack_short_count }} {{ row.ddos|attack_short_count }} {{ row.av|attack_short_count }} {{ row.OpenAPI|attack_short_count }} {{ row.Blocked|attack_short_count }}
{% trans 'Attack intensity' %}
{% trans 'Top by IP' %}
{% trans 'Last 24 h.' %}
{% endblock %} {% block summary_scripts %} {% endblock %}