This document explains how to ingest Forcepoint CASB (Cloud Access Security Broker)
logs to Google Security Operations using Bindplane. The parser extracts fields from
Forcepoint CASB syslog messages formatted with CEF. It uses Grok to parse the
message, KV to separate key-value pairs, and conditional logic to map extracted
fields to the Unified Data Model (UDM), handling various event types and
platform specifics.
Before you begin
Make sure you have the following prerequisites:
Google SecOps instance
A Windows 2016 or later, or a Linux host with systemd
If running behind a proxy, firewall ports are open
Privileged access to Forcepoint CASB
Get Google SecOps ingestion authentication file
Sign in to the Google SecOps console.
Go to SIEM Settings > Collection Agents.
Download the Ingestion Authentication File. Save the file securely on the
system where Bindplane will be installed.
Get Google SecOps customer ID
Sign in to the Google SecOps console.
Go to SIEM Settings > Profile.
Copy and save the Customer ID from the Organization Details section.
Install the Bindplane agent
Install the Bindplane agent on your Windows or Linux operating system according
to the following instructions.
Windows installation
Open the Command Prompt or PowerShell as an administrator.
Configure the Bindplane agent to ingest Syslog and send to Google SecOps
Access the configuration file:
Locate the config.yaml file. Typically, it's in the /etc/bindplane-agent/
directory on Linux or in the installation directory on Windows.
Open the file using a text editor (for example, nano, vi, or Notepad).
Edit the config.yaml file as follows:
receivers:udplog:# Replace the port and IP address as requiredlisten_address:"0.0.0.0:514"exporters:chronicle/chronicle_w_labels:compression:gzip# Adjust the path to the credentials file you downloaded in Step 1creds_file_path:'/path/to/ingestion-authentication-file.json'# Replace with your actual customer ID from Step 2customer_id:<customer_id>
endpoint:malachiteingestion-pa.googleapis.com# Add optional ingestion labels for better organizationlog_type:'FORCEPOINT_CASB'raw_log_field:bodyingestion_labels:service:pipelines:logs/source0__chronicle_w_labels-0:receivers:-udplogexporters:-chronicle/chronicle_w_labels
Replace the port and IP address as required in your infrastructure.
Replace <customer_id> with the actual customer ID.
To restart the Bindplane agent in Linux, run the following command:
sudosystemctlrestartbindplane-agent
To restart the Bindplane agent in Windows, you can either use the Services console or enter the following command:
net stop BindPlaneAgent && net start BindPlaneAgent
Download the Forcepoint SIEM tool
Sign in to the Forcepoint CASB management portal.
Go to Settings > Tools and Agents > SIEM Tool.
Click Download to download a zip file named SIEM-Tool-\[operating system\]-\[release date\].zip (for example, SIEM-Tool-Windows-2021-10-19.zip). The zip file contains one of the following
files, depending on the version you download:
SIEMClient.bat (if you downloaded the Windows tool)
SIEMClient.sh (if you downloaded the Linux tool)
Install the SIEM tool
For secure connection of the SIEM tool to the Forcepoint CASB service,
the tool requires the trust store file that can be downloaded from the Forcepoint
CASB management portal. Follow these steps:
Sign in to the Forcepoint CASB management portal.
Go to Settings > Tools and Agents > SIEM Tool.
Click Download Trust Store.
Save the downloaded trust store file in a location that the SIEM tool can
access after it's installed.
Extract the SIEM tool archive on a host that has Java v1.8 or higher installed and can access the organizational Forcepoint CASB management server.
Open a command prompt, go to the location of the SIEMClient files, and run the following command:
<user> and <password>: Forcepoint CASB administrator credentials. Optionally, if you omit the --username and --password arguments, you will be prompted to provide them interactively.
<file>: Path and filename for the credentials store.
Run the SIEM tool from the command prompt:
<tool> --credentials.file <file> --host <host> --port <port#> --output.dir <dir> [ truststorePath=<trust> ] [ exportSyslog=true syslogHost=<bindplaneAgentIP> syslogFacility=<facility> ] [ cefVersion=<cef.version> ] [ cefCompliance=<cef.flag> ] [ --proxy.host <proxy.host> ] [ --proxy.port <proxy.port> ]
Provide the following configuration parameters:
<tool>: On Windows: SIEMClient.bat, On Linux: SIEMClient.sh.
<file>: Path and filename of the credentials store.
<host> and <port#>: Connection details to the Forcepoint CASB management server. Port is usually 443.
<dir>: Directory where the SIEM tool saves the produced activity files. Required even if pushing to syslog.
<trust>: Path and filename of the trust store file downloaded previously.
<bindplaneAgentIP>: IP address of the Bindplane agent.
<facility>: Enter local1.
<cef.version>: Set the version of CEF to 2.
If cefVersion=1, the tool uses the legacy CEF format.
If cefVersion=2, the tool uses the true CEF format.
If cefVersion=3, the tool uses a newer version of CEF that supports the new activities columns (Target, Message, and Properties).
If the cefVersion parameter is included in the command, the tool ignores the cefCompliance parameter.
If the cefVersion parameter is omitted from the command, the tool uses the cef Compliance parameter.
<cef.flag>: Enable the true CEF format.
If cefCompliance=true, the tool uses the true CEF format.
If cefCompliance=false, the tool uses the legacy CEF format.
If the parameter is omitted from the command, the value defaults to false and the tool uses the legacy CEF format.
<proxy.host> and <proxy.port>: Connection details to the proxy server if connecting to the Forcepoint CASB management server through a proxy server.
UDM mapping table
Log Field
UDM Mapping
Logic
act
security_result.action
If act contains "ALLOW" (case-insensitive), set to "ALLOW". Otherwise, set to "BLOCK".
agt
principal.ip
Directly mapped.
ahost
principal.hostname
Directly mapped.
aid
principal.resource.id
Directly mapped.
amac
principal.mac
Directly mapped after replacing "-" with ":" and converting to lowercase.
av is mapped to key and the value of av is mapped to value.
cs1
principal.user.email_addresses
Directly mapped.
deviceProcessName
target.resource.name
Directly mapped.
deviceZoneURI
target.url
Directly mapped.
dvc
target.ip
Directly mapped.
dvchost
target.hostname
Directly mapped.
event_name
metadata.product_event_type, metadata.event_type
Used in conjunction with event_type to populate metadata.product_event_type. Also used to determine the metadata.event_type: "Login" -> USER_LOGIN, "Logout" -> USER_LOGOUT, "access event" -> USER_UNCATEGORIZED, otherwise (if agt is present) -> STATUS_UPDATE.
event_type
metadata.product_event_type
Used in conjunction with event_name to populate metadata.product_event_type.
Directly mapped to extensions.auth.auth_details. extensions.auth.type is set to "SSO".
requestClientApplication
network.http.user_agent
Directly mapped.
shost
src.hostname
Directly mapped.
smb_host
intermediary.hostname
Directly mapped.
smb_uid
intermediary.user.userid
Directly mapped.
sourceServiceName
principal.platform_version, principal.platform
Directly mapped to principal.platform_version. principal.platform is derived based on the value of sourceServiceName: "Window" -> WINDOWS, "Linux" -> LINUX, "mac" or "iPhone" -> MAC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["# Collect Forcepoint CASB logs\n============================\n\nSupported in: \nGoogle secops [SIEM](/chronicle/docs/secops/google-secops-siem-toc)\n| **Note:** This feature is covered by [Pre-GA Offerings Terms](https://chronicle.security/legal/service-terms/) of the Google Security Operations Service Specific Terms. Pre-GA features might have limited support, and changes to pre-GA features might not be compatible with other pre-GA versions. For more information, see the [Google SecOps Technical Support Service guidelines](https://chronicle.security/legal/technical-support-services-guidelines/) and the [Google SecOps Service Specific Terms](https://chronicle.security/legal/service-terms/).\n\nThis document explains how to ingest Forcepoint CASB (Cloud Access Security Broker)\nlogs to Google Security Operations using Bindplane. The parser extracts fields from\nForcepoint CASB syslog messages formatted with CEF. It uses Grok to parse the\nmessage, KV to separate key-value pairs, and conditional logic to map extracted\nfields to the Unified Data Model (UDM), handling various event types and\nplatform specifics.\n\nBefore you begin\n----------------\n\nMake sure you have the following prerequisites:\n\n- Google SecOps instance\n- A Windows 2016 or later, or a Linux host with `systemd`\n- If running behind a proxy, firewall [ports](/chronicle/docs/ingestion/use-bindplane-agent#verify_the_firewall_configuration) are open\n- Privileged access to Forcepoint CASB\n\nGet Google SecOps ingestion authentication file\n-----------------------------------------------\n\n1. Sign in to the Google SecOps console.\n2. Go to **SIEM Settings \\\u003e Collection Agents**.\n3. Download the **Ingestion Authentication File**. Save the file securely on the system where Bindplane will be installed.\n\nGet Google SecOps customer ID\n-----------------------------\n\n1. Sign in to the Google SecOps console.\n2. Go to **SIEM Settings \\\u003e Profile**.\n3. Copy and save the **Customer ID** from the **Organization Details** section.\n\nInstall the Bindplane agent\n---------------------------\n\nInstall the Bindplane agent on your Windows or Linux operating system according\nto the following instructions.\n\n### Windows installation\n\n1. Open the **Command Prompt** or **PowerShell** as an administrator.\n2. Run the following command:\n\n msiexec /i \"https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi\" /quiet\n\n### Linux installation\n\n1. Open a terminal with root or sudo privileges.\n2. Run the following command:\n\n sudo sh -c \"$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)\" install_unix.sh\n\n### Additional installation resources\n\nFor additional installation options, consult the [installation guide](/chronicle/docs/ingestion/use-bindplane-agent#install_the_bindplane_agent).\n\nConfigure the Bindplane agent to ingest Syslog and send to Google SecOps\n------------------------------------------------------------------------\n\n1. Access the configuration file:\n - Locate the `config.yaml` file. Typically, it's in the `/etc/bindplane-agent/` directory on Linux or in the installation directory on Windows.\n - Open the file using a text editor (for example, `nano`, `vi`, or Notepad).\n2. Edit the `config.yaml` file as follows:\n\n receivers:\n udplog:\n # Replace the port and IP address as required\n listen_address: \"0.0.0.0:514\"\n\n exporters:\n chronicle/chronicle_w_labels:\n compression: gzip\n # Adjust the path to the credentials file you downloaded in Step 1\n creds_file_path: '/path/to/ingestion-authentication-file.json'\n # Replace with your actual customer ID from Step 2\n customer_id: \u003ccustomer_id\u003e\n endpoint: malachiteingestion-pa.googleapis.com\n # Add optional ingestion labels for better organization\n log_type: 'FORCEPOINT_CASB'\n raw_log_field: body\n ingestion_labels:\n\n service:\n pipelines:\n logs/source0__chronicle_w_labels-0:\n receivers:\n - udplog\n exporters:\n - chronicle/chronicle_w_labels\n\n - Replace the port and IP address as required in your infrastructure.\n - Replace `\u003ccustomer_id\u003e` with the actual customer ID.\n - Update `/path/to/ingestion-authentication-file.json` to the path where the authentication file was saved in the [Get Google SecOps ingestion authentication file](/chronicle/docs/ingestion/default-parsers/forcepoint-casb#get-auth-file) section.\n\nRestart the Bindplane agent to apply the changes\n------------------------------------------------\n\n1. To restart the Bindplane agent in **Linux**, run the following command:\n\n sudo systemctl restart bindplane-agent\n\n2. To restart the Bindplane agent in **Windows** , you can either use the **Services** console or enter the following command:\n\n net stop BindPlaneAgent && net start BindPlaneAgent\n\nDownload the Forcepoint SIEM tool\n---------------------------------\n\n1. Sign in to the **Forcepoint CASB** management portal.\n2. Go to **Settings \\\u003e Tools and Agents \\\u003e SIEM Tool**.\n3. Click **Download** to download a zip file named `SIEM-Tool-\\[operating system\\]-\\[release date\\].zip` (for example, `SIEM-Tool-Windows-2021-10-19.zip`). The zip file contains one of the following files, depending on the version you download:\n - `SIEMClient.bat` (if you downloaded the Windows tool)\n - `SIEMClient.sh` (if you downloaded the Linux tool)\n\nInstall the SIEM tool\n---------------------\n\n| **Note:** The SIEM tool requires that Java v1.8 or higher be installed before completing these steps.\n\nFor secure connection of the SIEM tool to the Forcepoint CASB service,\nthe tool requires the trust store file that can be downloaded from the Forcepoint\nCASB management portal. Follow these steps:\n\n1. Sign in to the **Forcepoint CASB** management portal.\n2. Go to **Settings \\\u003e Tools and Agents \\\u003e SIEM Tool**.\n3. Click **Download Trust Store**.\n4. Save the downloaded trust store file in a location that the SIEM tool can access after it's installed.\n5. Extract the **SIEM tool** archive on a host that has **Java v1.8 or higher** installed and can access the organizational Forcepoint CASB management server.\n6. Open a command prompt, go to the location of the **SIEMClient** files, and run the following command:\n - Windows: `SIEMClient.bat --set.credentials ---username \u003cuser\u003e --password \u003cpassword\u003e --credentials.file \u003cfile\u003e`\n - Linux: `SIEMClient.sh --set.credentials ---username \u003cuser\u003e --password \u003cpassword\u003e --credentials.file \u003cfile\u003e`\n7. Provide the following configuration parameters:\n - `\u003cuser\u003e` and `\u003cpassword\u003e`: Forcepoint CASB administrator credentials. Optionally, if you omit the --username and --password arguments, you will be prompted to provide them interactively.\n - `\u003cfile\u003e`: Path and filename for the credentials store.\n8. Run the SIEM tool from the command prompt: `\u003ctool\u003e --credentials.file \u003cfile\u003e --host \u003chost\u003e --port \u003cport#\u003e --output.dir \u003cdir\u003e [ truststorePath=\u003ctrust\u003e ] [ exportSyslog=true syslogHost=\u003cbindplaneAgentIP\u003e syslogFacility=\u003cfacility\u003e ] [ cefVersion=\u003ccef.version\u003e ] [ cefCompliance=\u003ccef.flag\u003e ] [ --proxy.host \u003cproxy.host\u003e ] [ --proxy.port \u003cproxy.port\u003e ]`\n9. Provide the following configuration parameters:\n - `\u003ctool\u003e`: On **Windows** : `SIEMClient.bat`, On **Linux** : `SIEMClient.sh`.\n - `\u003cfile\u003e`: Path and filename of the credentials store.\n - `\u003chost\u003e` and `\u003cport#\u003e`: Connection details to the Forcepoint CASB management server. Port is usually 443.\n - `\u003cdir\u003e`: Directory where the SIEM tool saves the produced activity files. Required even if pushing to syslog.\n - `\u003ctrust\u003e`: Path and filename of the trust store file downloaded previously.\n - `\u003cbindplaneAgentIP\u003e`: IP address of the Bindplane agent.\n - `\u003cfacility\u003e`: Enter **local1**.\n - `\u003ccef.version\u003e`: Set the version of CEF to **2** .\n - If cefVersion=1, the tool uses the legacy CEF format.\n - If cefVersion=2, the tool uses the true CEF format.\n - If cefVersion=3, the tool uses a newer version of CEF that supports the new activities columns (Target, Message, and Properties).\n - If the cefVersion parameter is included in the command, the tool ignores the cefCompliance parameter.\n - If the cefVersion parameter is omitted from the command, the tool uses the cef Compliance parameter.\n - `\u003ccef.flag\u003e`: Enable the **true** CEF format.\n - If cefCompliance=true, the tool uses the true CEF format.\n - If cefCompliance=false, the tool uses the legacy CEF format.\n - If the parameter is omitted from the command, the value defaults to false and the tool uses the legacy CEF format.\n - `\u003cproxy.host\u003e` and `\u003cproxy.port\u003e`: Connection details to the proxy server if connecting to the Forcepoint CASB management server through a proxy server.\n\nUDM mapping table\n-----------------\n\n**Need more help?** [Get answers from Community members and Google SecOps professionals.](https://security.googlecloudcommunity.com/google-security-operations-2)"]]