You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ LogLens currently detects:
58
58
- One IP trying multiple usernames within 15 minutes
59
59
- Bursty sudo activity from the same user within 5 minutes
60
60
61
-
LogLens currently parses and reports these additional auth patterns:
61
+
LogLens currently parses and reports these additional auth patterns beyond the core detector inputs:
62
62
63
63
-`Accepted publickey` SSH successes
64
64
-`Failed publickey` SSH failures, which count toward SSH brute-force detection by default
@@ -200,15 +200,14 @@ Tue 2026-03-10 08:31:18 UTC example-host sshd[2245]: Connection closed by authen
200
200
201
201
-`syslog_legacy` requires an explicit year; LogLens does not guess one implicitly.
202
202
-`journalctl_short_full` currently supports `UTC`, `GMT`, `Z`, and numeric timezone offsets, not arbitrary timezone abbreviations.
203
-
- Parser coverage is intentionally narrow and focused on common `sshd`, `sudo`, `pam_unix`, and selected `pam_faillock` / `pam_sss` variants.
203
+
- Parser coverage is still selective: it covers common `sshd`, `sudo`, `pam_unix`, and selected `pam_faillock` / `pam_sss` variants rather than broad Linux auth-family support.
204
204
- Unsupported lines are surfaced as parser telemetry and warnings, not as detector findings.
205
205
-`pam_unix` auth failures remain lower-confidence by default unless signal mappings explicitly upgrade them.
206
206
- Detector configuration uses a fixed `config.json` schema rather than partial overrides or alternate config formats.
207
207
- Findings are rule-based triage aids, not incident verdicts or attribution.
0 commit comments