Project

General

Profile

Actions

Bug #1444

closed

EVE output writing duplicate and malformed events.

Added by Brandon Lattin about 9 years ago. Updated almost 9 years ago.

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

Description

EVE json files occasionally write duplicates and/or merge events together in a malformed blob.

I've included to snippets from an EVE output. The samples are not redacted. Please do not distribute beyond oisf (and not on the mailing list please).

Search (eve.json) for the following to see the event merger:
WtHWkpLVFF{"timestamp

eve2.json has an additional example.

System specs:

RHEL 6.6
Linux xxxx 2.6.32-504.12.2.el6.x86_64 #1 SMP Sun Feb 1 12:14:02 EST 2015 x86_64 x86_64 x86_64 GNU/Linux

jansson.x86_64 2.6-1.el6 @epel
jansson-devel.x86_64 2.6-1.el6 @epel
jansson.i686 2.6-1.el6 epel
jansson-devel.i686 2.6-1.el6 epel

suricata-2.1beta2

suricata.yaml EVE config:

- eve-log:
append: yes
enabled: yes
type: file #file|syslog|unix_dgram|unix_stream
filename: eve-port0.json # the following are valid when type: syslog above
#identity: "suricata"
#facility: local5
#level: Info ## possible levels: Emergency, Alert, Critical, ## Error, Warning, Notice, Info, Debug
types:
- alert:
payload: yes # enable dumping payload in Base64
payload-printable: yes # enable dumping payload in printable (lossy) format
packet: yes # enable dumping of packet (without stream segments)
http: no # enable dumping of http fields

I've since turned off both the "payload" and "packet" options and have yet to see another event merger, but it's only been a couple of hours since the change.


Files

eve.json (258 KB) eve.json EVE output duplication and malformed events Brandon Lattin, 04/08/2015 01:14 PM
eve2.json (155 KB) eve2.json Brandon Lattin, 04/08/2015 01:38 PM
Actions

Also available in: Atom PDF