brute-force_impact.patch
brute-force.lua 2008-09-19 09:52:13.000000000 +0200 | ||
---|---|---|
67 | 67 |
if ctx:CheckAndDecThreshold() then |
68 | 68 |
ctx:set("alert.classification.text", "Brute force attack") |
69 | 69 |
ctx:set("alert.correlation_alert.name", "Multiple failed login") |
70 |
ctx:set("alert.impact.severity", "high") |
|
71 |
ctx:set("alert.impact.description", "Multiple failed attempts have been made to login to a user account") |
|
70 |
ctx:set("alert.assessment.impact.severity", "high")
|
|
71 |
ctx:set("alert.assessment.impact.description", "Multiple failed attempts have been made to login to a user account")
|
|
72 | 72 | |
73 | 73 |
ctx:alert() |
74 | 74 |
ctx:del() |