← Back to Dashboard

All Metadata Captures

{% for capture in captures %} {% endfor %}
Timestamp App Destination Source IP Contact Size Exposure E2E
{{ capture.timestamp.strftime('%Y-%m-%d %H:%M:%S') }} {{ capture.app_name }} {{ capture.destination_domain }} {{ capture.source_ip }} {{ capture.contact_identifier[:16] if capture.contact_identifier else '-' }} {{ capture.message_size if capture.message_size else '-' }} {{ '✓' if capture.is_e2e_encrypted else '✗' }}