{{ _('Generated:') }} {{ generated_at }} | {{ _('Profile ID:') }} {{ profile.profile_id }}
| {{ _('Tool Fingerprint') }} | {{ profile.ua_fingerprint or _('Unknown') }} |
| {{ _('First Seen') }} | {{ profile.created_at.strftime('%Y-%m-%d %H:%M') }} |
| {{ _('Last Seen') }} | {{ profile.last_seen.strftime('%Y-%m-%d %H:%M') if profile.last_seen else _('N/A') }} |
| {{ _('Status') }} | {{ profile.status.upper() }} |
| {{ _('Total Events') }} | {{ events|length }} |
{{ evt.src_ip }}
{% if evt.url %} {{ _('URL:') }} {{ evt.url[:80] }}{% endif %}
{% if evt.waf_score > 0 %} {{ _('Score:') }} {{ "%.2f"|format(evt.waf_score) }}{% endif %}
{{ _('No detection events recorded.') }}
{% endif %}| {{ _('IP Address') }} | {{ _('Events') }} | {{ _('Cluster Level') }} |
|---|---|---|
{{ ip }} | — | — |
{{ rec.detail }}