{# templates/emails/security/suspicious_activity.html.twig #} {% extends 'emails/admin/alert.html.twig' %} {% block title %}Activité Suspecte Détectée{% endblock %} {% block content %}
Une activité suspecte a été détectée sur {{ system_name }}.
| Adresse IP |
{{ data.ip_address }}
|
| Score de Menace | {{ data.threat_score }}/100 |
| Raison | {{ data.reason }} |
| Date de détection | {{ data.timestamp }} |
| Localisation |
{{ data.geo_data.city|default('Inconnu') }}, {{ data.geo_data.country|default('Inconnu') }}
{% if data.geo_data.is_proxy or data.geo_data.is_vpn or data.geo_data.is_tor %}
{% if data.geo_data.is_tor %}TOR{% elseif data.geo_data.is_vpn %}VPN{% else %}Proxy{% endif %} {% endif %} |
{{ data.additional_data|json_encode(constant('JSON_PRETTY_PRINT')) }}
Actions Recommandées: