-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample_config.json
More file actions
35 lines (35 loc) · 1.02 KB
/
Copy pathsample_config.json
File metadata and controls
35 lines (35 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"input_mode": "syslog_legacy",
"timestamp": {
"assume_year": 2026
},
"brute_force": { "threshold": 5, "window_minutes": 10 },
"multi_user_probing": { "threshold": 3, "window_minutes": 15 },
"sudo_burst": { "threshold": 3, "window_minutes": 5 },
"auth_signal_mappings": {
"ssh_failed_password": {
"counts_as_attempt_evidence": true,
"counts_as_terminal_auth_failure": true
},
"ssh_invalid_user": {
"counts_as_attempt_evidence": true,
"counts_as_terminal_auth_failure": true
},
"ssh_failed_publickey": {
"counts_as_attempt_evidence": true,
"counts_as_terminal_auth_failure": true
},
"ssh_failed_keyboard_interactive": {
"counts_as_attempt_evidence": true,
"counts_as_terminal_auth_failure": true
},
"ssh_max_auth_tries": {
"counts_as_attempt_evidence": true,
"counts_as_terminal_auth_failure": true
},
"pam_auth_failure": {
"counts_as_attempt_evidence": true,
"counts_as_terminal_auth_failure": false
}
}
}