Expressions in CEF format for structured data
Structured data in CEF format contains one or more properties, which are represented as key-value pairs.
About this task
You can extract properties from an event that is presented in CEF format by writing a CEF expression that matches the property. Valid CEF expressions are in the form of either a single key reference, or a special CEF header field reference.
For example, you have an event that is formatted in
CEF:
CEF:0|ABC Company|SystemDefender|1.13|console_login|Console Login|1|start=Oct 18 2017 11:26:03
duser=jsmith cs1=John Smith cs1Label=Person Name cs2=interactivePassword cs2Label=authType src=1.1.1.1
You can extract a property or a header key property from the event by choosing one of the following methods: