mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Reworks attacker/victim in alerts
This commit is contained in:
parent
740ba4b267
commit
1aaf92e843
21 changed files with 50 additions and 93 deletions
|
|
@ -17,5 +17,5 @@ return {
|
|||
|
||||
-- ####################### Alert strings
|
||||
|
||||
alert_unexpected_dns_title = "Unexpected DNS found"
|
||||
alert_unexpected_dns_title = "Unexpected DNS Server Found"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -83,8 +83,6 @@ function script.hooks.protocolDetected(now, conf)
|
|||
)
|
||||
|
||||
alert:set_severity(alert_severities.error)
|
||||
alert:set_attacker(server_ip)
|
||||
alert:set_victim(client_ip)
|
||||
|
||||
alert:trigger_status(0, 100, 100)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue