Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. - file-store:
  2. # enabled: no # set to yes to enable
  3. enabled: yes # set to yes to enable
  4. log-dir: files # directory to store the files
  5. # force-magic: no # force logging magic on all stored files
  6. force-magic: yes # force logging magic on all stored files
  7. # force-md5: no # force logging of md5 checksums
  8. force-md5: yes # force logging of md5 checksums
  9. #waldo: file.waldo # waldo file to store the file_id across runs
  10.  
  11. # output module to log files tracked in a easily parsable json format
  12. - file-log:
  13. # enabled: no
  14. enabled: yes
  15. filename: files-json.log
  16. append: yes
  17. #filetype: regular # 'regular', 'unix_stream' or 'unix_dgram'
  18.  
  19. force-magic: no # force logging magic on all logged files
  20. force-md5: no # force logging of md5 checksums
  21.  
  22.  
  23. ---------------------------------
  24. libhtp:
  25.  
  26. default-config:
  27. personality: IDS
  28.  
  29. # Can be specified in kb, mb, gb. Just a number indicates
  30. # it's in bytes.
  31. # request-body-limit: 3072
  32. request-body-limit: 0
  33. # response-body-limit: 3072
  34. response-body-limit: 0
  35.  
  36. # inspection limits
  37.  
  38. ---------------------------
  39. stream:
  40. memcap: 32mb
  41. checksum-validation: yes # reject wrong csums
  42. inline: auto # auto will use inline mode in IPS mode, yes or no set it statically
  43. reassembly:
  44. memcap: 128mb
  45. # depth: 1mb
  46. depth: 0 # reassemble 1mb into a stream
  47. toserver-chunk-size: 2560
  48. toclient-chunk-size: 2560