Project

General

Profile

Actions

Bug #600

closed

literal \t (x09) in mod_log_config

Added by Erik C over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Target version:
-
Affected Versions:
Effort:
Difficulty:
Label:

Description

When reporting data out via mod_log_config for http.log, I have discovered that \t is reported as \x09. Per apache.org....

---
For security reasons, starting with version 2.0.46, non-printable and other special characters in %r, %i and %o are escaped using \xhh sequences, where hh stands for the hexadecimal representation of the raw byte.... Exceptions from this rule are....all whitespace characters, which are written in their C-style notation (\n, \t, etc).
---

Why are my customformat strings producing x09 in Suricata, when according to mod_log_config (which suri points you to) indicates that these should be printed as is, and not hex?

Thanks!

Erik


Related issues 1 (0 open1 closed)

Related to Suricata - Feature #602: availability for http.log output - identical to apache log formatClosedIgnacio Sanchez10/29/2012Actions
Actions #1

Updated by Victor Julien over 11 years ago

  • Status changed from New to Assigned
  • Assignee set to Ignacio Sanchez
Actions #2

Updated by Ignacio Sanchez over 11 years ago

The special characters are escaped by the libhtp library. I understand that Apache mod_log_config behaves slightly different, but suricata customhttplog was never meant (at least not for now) to replicate exactly mod_log_config behavior.

It is merely "inspired" by its syntax. In fact, there are some/many features such as %C not yet implemented (working on it...).

The wiki page is perhaps a little bit misleading in this regard (https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Custom_http_logging). I will change it to include a more detailed explanation.

The Feature #530 describes better the capabilities of customhttplog and its relation with mod_log_config.
(https://redmine.openinfosecfoundation.org/issues/530#change-2101)

Actions #3

Updated by Peter Manev over 11 years ago

Thank you Ignacio.
I also noticed actually - that when using custom (Apache style) http.log - the resulting log could not exactly be parsed as a lot of apache log parsers would normally do for apache itself - is it supposed work that way? Just wondering.

Actions #4

Updated by Ignacio Sanchez over 11 years ago

As I said I never meant at this point to allow the production of an output identical to the one of mod_log_config...

Could you try identify what is the difference in the outputs, which causes the problem (perhaps it is the /t /n)? We can add them as feature requests, and look into them for the next enhancement. I am currently preparing one to add support for the extraction of individual cookie values, and maximum length for the extracted fields. I could add some of these missing features there as well.

Actions #5

Updated by Victor Julien over 11 years ago

Ignacio Sanchez wrote:

The special characters are escaped by the libhtp library.

They are actually escaped in Suricata itself. Check util-buffer.[ch].

Actions #6

Updated by Erik C over 11 years ago

I looked at util-buffer.h and saw the following, which mimics roughly the same behavior of mod_log_config, but not quite:

(from util-buffer.h)
----
Printable characters are written in the printable
format and the non-printable chars are written in hex codes
using the |XX| format.
----

If we could just get \t to print as whitespace and not as a hex code, that would make our lives immesurably wonderful. Thanks for the assist in this! We are looking to move to Suri possibly, and getting this would be the final piece to the puzzle!

Actions #7

Updated by Ignacio Sanchez over 11 years ago

I have updated the custom http logging wiki page.

https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Custom_http_logging

Please let me know if you find any errors in the documentation, or if you find the logging behaves in a different way.

Actions #8

Updated by Victor Julien over 11 years ago

I think we can easily add another print function to create the format of mod_log_config. Ignacio, are you interested in implementing that?

Actions #9

Updated by Ignacio Sanchez over 11 years ago

I think we can easily add another print function to create the format of mod_log_config. Ignacio, are you interested in implementing that?

Yes, ok. The feature request is #602

Actions #10

Updated by Victor Julien over 10 years ago

  • Target version set to TBD
Actions #11

Updated by Andreas Herz over 8 years ago

  • Status changed from Assigned to Closed

fixed by #602

Actions #12

Updated by Victor Julien over 6 years ago

  • Target version deleted (TBD)
Actions

Also available in: Atom PDF