-
Notifications
You must be signed in to change notification settings - Fork 9
Prioritizers Models
Veronica Valeros edited this page Aug 2, 2023
·
1 revision
In a nutshell, the Prioritizers models generate a list of attackers' IPs, taking into account the characteristics of the attackers. There are two models in this family, the Prioritize New and Prioritize Consistent.
- The Prioritize New will place at the top of the blocklist attackers' IPs observed for the first time, most recently. Attackers' IPs that continuously attack the honeypots will have a lower priority and be placed lower on the list.
- The Prioritize Consistent will, in turn, place at the top of the blocklist attackers' IPs continuously and consistently attack the honeypots. New attacking IPs will have lower priority and be placed lower on the blocklist.
Home | Build Docker | Run AIP