You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that starting with 1.3.5 proftpd is using a new log format specificaly the date time group. This is not recognized in Phase 1 of the decoding. See sample:
version: 1.3.4
The program_name is missing so the decoder can't kick in. I have a workaround in place right now (custom decoder) but would really like to see this fixed in source code. I'm short on time right now so I leave this for someone else to work on.
It seems that starting with 1.3.5 proftpd is using a new log format specificaly the date time group. This is not recognized in Phase 1 of the decoding. See sample:
version: 1.3.4
version: 1.3.5
The program_name is missing so the decoder can't kick in. I have a workaround in place right now (custom decoder) but would really like to see this fixed in source code. I'm short on time right now so I leave this for someone else to work on.
See https://github.com/ossec/ossec-hids/blob/master/src/analysisd/cleanevent.c for where to add this format.
The text was updated successfully, but these errors were encountered: