Forum
9

Is it worth normalising logs to ECS or OCSF?

asked by aklaha 11 days ago

It adds work to every parser. Trying to work out what we get back for it.

2 answers

Sign in to answer.
vivida (David) 11 points 10 days ago

You get to write one detection instead of six.

Without it, a rule for failed authentication has to know Windows calls it 4625, sshd says Failed password, FortiGate has its own wording, Azure has another. With it you write "authentication failure" once.

Cost is real though. Every new source needs mapping and the mapping is where the bugs live. Worth it if you write detections, not worth it if you mostly search, because search does not care about schemas.

shadepl 7 points 10 days ago

the other cost nobody mentions is that when the normalisation is wrong you cannot tell, because the original line is not what you are looking at anymore. keep the raw

Guidelines Newest Search Back to Trunc