The SMC Log Server can be configured to forward log entries received from NGFW engines to external SIEM or syslog servers. SMC log forwarding support several different formats like CSV, CEF and LEEF. This article describes which log fields are forwarded in the LEEF format.
Note For instructions how to configure log forwarding, see How to forward SMC log and audit data to external syslog or SIEM servers and the Forwarding log data from Log Servers to external hosts section from the latest NGFW Online Help.
The log entries forwarded in the LEEF format start with the header:
LEEF:Version|Vendor|Product|Version|EventID
Example of the LEEF header:
LEEF:1.0|FORCEPOINT|Firewall|6.10.6|Connection_Allowed
The header is followed by the time format (devTimeFormat) definition. The format used be SMC is MMM dd yyyy HH:mm:ss.
After the time format, the LEEF forwarded entries list the predefined event attributes:
LEEF field | NGFW field | Notes |
---|---|---|
devTime | RECEPTION_TIME | Uses the format set with devTimeFormat attribute |
proto | PROTOCOL_ID | IP protocol |
sev | ALERT_SEVERITY | Severity of the alert entry |
src | SOURCE_ADDRESS | Source IP address of the connection |
dst | DESTINATION_ADDRESS | Destination IP address of the connection |
srcPort | SOURCE_PORT | Source port of the connection |
dstPort | DESTINATION_PORT | Destination port of the connection |
srcPostNAT | NAT_SOURCE_ADDRESS | Source IP address after NAT is applied |
dstPostNAT | NAT_DESTINATION_ADDRESS | Destination IP address after NAT is applied |
usrName | USERNAME | Name of the user |
srcMAC | MAC_SOURCE | Source MAC address |
dstMAC | MAC_DESTINATION | Destination MAC address |
srcPostNATPort | NAT_SOURCE_PORT | Source port after NAT is applied |
dstPostNATPort | NAT_DESTINATION_PORT | Destination port after NAT is applied |
url | HTTP_REQUEST_URI | The detected HTTP request URI |
Note Each entry will include only the fields that were populated in the log entry received from the NGFW engine.
When LEEF format is used, additional fields can be included. Since SMC version 6.5.2, the list of additional fields can be customized like this:
Note The default path on a Windows installation is C:\ProgramData\Forcepoint\SMC\data\fields\additional_fields.
Note All the default templates are overwritten during a SMC upgrade and therefore it is suggested to edit a custom file.