Dionaea: Fix FTP connection category without login attempt
Compare changes
+ 6
− 4
@@ -247,12 +247,14 @@ class LogWardenfilerHandler(ihandler):
@@ -247,12 +247,14 @@ class LogWardenfilerHandler(ihandler):
The category was Intrusion.UserCompromise
even when the connection had only AUTH TLS
or similar (which is a command for STARTTLS).
Now I have changed it to Recon.Scanning
when no login attempt was present.