Conversation
|
WARNING:
Pipeline 20770 |
|
@ct0br0 can you isolate some of the new smtp failures and share them with @catenacyber ? |
|
Would indeed like all TLPW flows for both SMTP and FTP for this PR and for master |
|
that's much easier :D ill dm you in a few |
So, I would not say these are failures. First tcp stream is like a scan : 3way handshake, With this PR, we classify the flow as SMTP, when master keeps unknown |
|
Also end then answers to the junk like |
|
Great, and I agree that that pattern should lead to flows that have app proto smtp. Did you also check why smtp errors increased? |
|
There is one and only one flow which goes from tls to smtp because client sends TLS handshake client hello, and server replies with 220 banner + 500 error
Because we parse more flows as SMTP, and we error on more because of unrecognized reply codes like 535 cf https://redmine.openinfosecfoundation.org/issues/6821 I see Besides 535, I see |
|
I also see But do not find doc about these 400 and 472 SMTP reply codes... |
|
New PR in #11193 |
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
https://redmine.openinfosecfoundation.org/issues/1125
Describe changes:
SV_BRANCH=OISF/suricata-verify#1850
#11125 with code review and rust clippy fixes