{% extends 'navbar/navbar.html' %} {% load static %} {% block malware %} malware - x-sys
{% if message %} {% endif %}

Alerts and Alarms

Malware Alerts

AI training Parameter graphs

AI model performance

Log Activity

    {% for file in files_list %}
  • {{ file }}
  • {% empty %}
  • No Alerts and Alarms for malware detected
  • {% endfor %}
{% if frequency %} {% for class, frequency in frequency.items %} {% endfor %}
Class Frequency
{{ class }} {{ frequency }}
{% else %}

No alerts for malware detected.

{% endif %}

Malware Class Identification

Identifying malware class type while validating new data set

Distribution of training parameters in dataset

Distribution of testing parameters in the dataset

Distribution of validation parameters in the dataset

Confusion Matrix of model performance

Error measure

                        {% for line in logs %}
                        
                        
                        

{{line}}

{% endfor %}
{% endblock %}