GO BACK

{{ report.Start.Format "2006-01-02" }} {{ .AccountID }} VPN Report

{{ if and (ne .AccountID "baremetal") (ne .AccountID "unknown") }}

Isengard Account Information

{{ .Meta.Description }}

Status{{ .Meta.Status }}
CTI{{ .Meta.Category }}/{{ .Meta.Type }}/{{ .Meta.Item }}
Posix{{ .Meta.PosixGroupOwner }}
Folder{{ .Meta.Group }}
Financial{{ .Meta.FinancialOwner }}
Primary{{ .Meta.PrimaryOwner }}
Email{{ .Meta.Email }}
{{ end }}

Report Information

Files{{ files }}
IPs{{ len .IPs }}
Ports{{ len .Ports }}
Services{{ len .Svcs }}

Data Breakdowns

This data is for easier identification of VPN usage in this account.

IPs, {{ len .IPs }} rows

Expand

{{ range $name, $stat := .IPs }} {{ end }}
IPCountLast Seen
{{ $name }}{{ $stat.Count }}{{ $stat.Last }}

Ports, {{ len .Ports }} rows

Expand

{{ range $name, $stat := .Ports }} {{ end }}
PortCountLast Seen
{{ $name }}{{ $stat.Count }}{{ $stat.Last }}

Services, {{ len .Svcs }} rows

Expand

{{ range $name, $stat := .Svcs }} {{ end }}
ServiceCountLast Seen
{{ $name }}{{ $stat.Count }}{{ $stat.Last }}

Destinations, {{ len .Dests }} rows

Expand

{{ range $name, $stat := .Dests }} {{ end }}
DestinationCountLast Seen
{{ $name }}{{ $stat.Count }}{{ $stat.Last }}