[Recommended] Forcepoint CASB via AMA connector for Microsoft Sentinel

The Forcepoint CASB (Cloud Access Security Broker) Connector allows you to automatically export CASB logs and events into Microsoft Sentinel in real-time. This enriches visibility into user activities across locations and cloud applications, enables further correlation with data from Azure workloads and other feeds, and improves monitoring capability with Workbooks inside Microsoft Sentinel.

Connector attributes

Connector attribute Description
Log Analytics table(s) CommonSecurityLog (ForcepointCASB)
Data collection rules support Azure Monitor Agent DCR
Supported by Community

Query samples

Top 5 Users With The Highest Number Of Logs

CommonSecurityLog 

| summarize Count = count() by DestinationUserName

| top 5 by DestinationUserName

| render barchart

**Top 5 Users by Number of Failed Attempts **

CommonSecurityLog 

| extend outcome = coalesce(column_ifexists("EventOutcome", ""), tostring(split(split(AdditionalExtensions, ";", 2)[0], "=", 1)[0]), "")

| extend reason = coalesce(column_ifexists("Reason", ""), tostring(split(split(AdditionalExtensions, ";", 3)[0], "=", 1)[0]), "")

| where outcome =="Failure"

| summarize Count= count() by DestinationUserName

| render barchart

Prerequisites

To integrate with [Recommended] Forcepoint CASB via AMA make sure you have:

  • ****: To collect data from non-Azure VMs, they must have Azure Arc installed and enabled. Learn more
  • ****: Common Event Format (CEF) via AMA and Syslog via AMA data connectors must be installed Learn more

Vendor installation instructions

Install and configure the Linux agent to collect your Common Event Format (CEF) Syslog messages and forward them to Microsoft Sentinel.

Notice that the data from all regions will be stored in the selected workspace

  1. Secure your machine

Make sure to configure the machine's security according to your organization's security policy

Learn more >

  1. Forcepoint integration installation guide

To complete the installation of this Forcepoint product integration, follow the guide linked below.

Installation Guide >

Next steps

For more information, go to the related solution in the Azure Marketplace.