Logs Recieved
If the logs recieved in the SIEM solution appear incorrect or unreadable, chances are the log format snare is sending is incorrect.
Log into the Snare Agent, and go to the “Destination Configuration” Menu
Check the destination format is correct, if the format is either Snare or SnareV2 this is most likely the issue as they’re only to be used with Snare Central.
Below is a list of the formats we support:
SNARE | Proprietary Snare format, comprised of Snare header and tab-delimited tokens |
|
SNARE V2
| A more detailed Snare format, comprised of Snare header and event details in JSON format. |
|
SYSLOG (RFC3164) | SYSLOG (RFC3164) header and tab-delimited tokens message |
|
SYSLOG Alt (RFC5424 Compatible) | Same as SYSLOG (RFC3164) format, with an addition of event priority in square brackets at the end of the header. |
|
SYSLOG (RFC5424) | SYSLOG (RFC5424) header and tab-delimited tokens message |
|
CEF | ArcSight Common Event Format (CEF) |
|
LEEF | IBM Log Event Extended Format (LEEF) |
|
SYSLOG JSON
| SYSLOG (RFC5424) header and event details in JSON format |
|