{% extends "layout.html" %} {% block content %}
Date | {{ alert.datetime }} |
User | {% if alert.user_contact %}{{ alert.user_contact }}{% else %}n/a{% endif %} |
Alert Type | {% if alert.type == "email_sender" or alert.type == "email_sender_domain" %}The user received an email from a malicious sender {% elif alert.type == "email_link" %}The user received an email containing a malicious link {% elif alert.type == "website_visit" %}The user tried to visit a malicious website {% elif alert.type == "analysis" %}The user scanned a page that appeared suspicious {% else %}{{ alert.type }} {% endif %} |
Match | {{ alert.match }} |
Indicator | {% if alert.indicator %} {{ alert.indicator }} {% else %} Add match to indicators {% endif %} |
No new alerts have been recorded yet.
{% endif %} {% endblock %}