{{define "content"}}
{{template "stats" .Stats}}
Filters

Attack Trends

Attempts Over Time
Hourly Pattern (UTC)

Attack Origins

{{template "dashboard_content" .}}

Active Sessions

{{template "active_sessions" .ActiveSessions}}

Recent Sessions

{{template "recent_sessions" .RecentSessions}}
ID IP Country Username Type Score Input Connected Disconnected
{{end}} {{define "scripts"}} {{end}} {{define "dashboard_content"}}

Top Credentials & IPs

Top Usernames
{{range .TopUsernames}} {{else}} {{end}}
UsernameAttempts
{{.Value}}{{.Count}}
No data
Top Passwords
{{range .TopPasswords}} {{else}} {{end}}
PasswordAttempts
{{.Value}}{{.Count}}
No data
Top IPs
{{range .TopIPs}} {{else}} {{end}}
IPCountryAttempts
{{.Value}}{{.Country}}{{.Count}}
No data
Top Countries
{{range .TopCountries}} {{else}} {{end}}
CountryAttempts
{{.Value}}{{.Count}}
No data
Top Exec Commands
{{range .TopExecCommands}} {{else}} {{end}}
CommandCount
{{truncateCommand .Value}}{{.Count}}
No data
{{end}}