Skip to content
Snippets Groups Projects
Unverified Commit f9150ebd authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

initdb: Include ssh honeypot in fake blacklist view

• Simplify the rules for inclusion in the blacklist. Count score for
  each client, leave out the low-score clients (hardcoded for 100 now,
  adjusting the scores for events to match that) and sum them together
  across each attacker IP. These are compared to limits.
• Split the computation of this into several views, to improve
  readability and understandability (this way it looks more procedural,
  as the views can be understood to be done one by one).
• Include the ssh honeypot as one of the sources.
parent b308fea6
1 merge request!6Ssh blacklist
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment