Started:
{{ conn.started | date:'medium'}}
Ended:
{{ conn.ended | date:'medium'}}
Duration:
{{ [conn.ended, conn.started] | duration }}
Profile Revision:
{{ conn.profile_revision }}
Connection ID:
{{ conn.id }}
Verdict:
{{ verdict[conn.verdict] || 'N/A' }}
Internal Connection:
{{ conn.internal ? 'Yes' : 'No' }}
Local Address:
{{ conn.local_ip }}
{{ ':'+conn.local_port }}
Direction:
{{ conn.direction === 'inbound' ? 'Incoming' : 'Outgoing' }}
Protocol:
{{ Protocols[conn.ip_protocol] || 'N/A' }}
Encrypted:
{{ conn.encrypted ? 'yes' : 'no' }}
SPN Protected:
{{ conn.tunneled ? 'yes' : 'no' }}
0">
Data Received:
{{ conn.bytes_received | bytes }}
0">
Data Sent:
{{ conn.bytes_sent | bytes }}
TLS Version:
{{ tls.Version }}
TLS SNI:
{{ tls.SNI }}
TLS Certificate:
{{ firstChain[0].Subject }} by {{ firstChain[0].Issuer }}
Trust-Chain
-
{{ cert.Subject }} by {{ cert.Issuer }}
Domain:
{{dns.Domain}}
Query:
{{dns.Question}}
Response:
{{dns.RCode}}
Served from Cache:
{{dns.ServedFromCache ? 'yes' : 'no'}}
Expires:
{{dns.Expires | date:'medium'}}
Domain:
Scope:
Internet Peer-to-Peer
Internet Multicast
Device-Local
LAN Peer-to-Peer
LAN Multicast
LAN Peer-to-Peer
N/A
N/A
N/A
{{ conn.direction === 'inbound' ? ' Incoming' : ' Outgoing'}}
Remote Peer:
{{ conn.remote_ip || 'DNS Request'}}
{{ ':'+conn.remote_port }}
Country:
{{ (conn.country | countryName) || 'N/A' }}
ASN:
{{ conn.asn || 'N/A' }}
AS Org:
{{ conn.as_owner || 'N/A' }}
Binary Path:
{{ conn.path }}
Reason:
{{conn.extra_data?.reason?.Msg}}
Applied Setting:
{{ helper.settings[option] || '' }}
from {{
!!conn.extra_data?.reason?.Profile ? "App" :
"Global" }} Settings
SPN Tunnel
This connection has not been routed through the Safing Privacy Network.
The connection was routed through the Safing Privacy Network, but the tunnel information is not available. Try
reloading the connections.
Data Usage