你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

适用于 Microsoft Sentinel 的使用旧版代理的[已弃用] Forcepoint CSG 连接器

Forcepoint Cloud Security Gateway 是一种融合的云安全服务,为用户和数据提供可见性、控制和威胁防护,无论用户和数据在哪里。 有关详细信息,请访问:https://www.forcepoint.com/product/cloud-security-gateway

连接器属性

连接器属性 说明
Log Analytics 表 CommonSecurityLog (Forcepoint CSG)
CommonSecurityLog (Forcepoint CSG)
数据收集规则支持 工作区转换 DCR
支持的服务 社区

查询示例

日志严重性级别等于 6 (中等)的前 5 个 Web 请求域

CommonSecurityLog

| where TimeGenerated <= ago(0m)

| where DeviceVendor == "Forcepoint CSG"

| where DeviceProduct == "Web"

| where LogSeverity == 6

| where DeviceCustomString2 != ""

| summarize Count=count() by DeviceCustomString2

| top 5 by Count

| render piechart

“操作”等于“已阻止”的前 5 个 Web 用户

CommonSecurityLog

| where TimeGenerated <= ago(0m)

| where DeviceVendor == "Forcepoint CSG"

| where DeviceProduct == "Web"

| where Activity == "Blocked"

| where SourceUserID != "Not available"

| summarize Count=count() by SourceUserID

| top 5 by Count

| render piechart

垃圾邮件分数高于 10.0 的前 5 个发件人电子邮件地址

CommonSecurityLog

| where TimeGenerated <= ago(0m)

| where DeviceVendor == "Forcepoint CSG"

| where DeviceProduct == "Email"

| where DeviceCustomFloatingPoint1 > 10.0

| summarize Count=count() by SourceUserName

| top 5 by Count

| render barchart

供应商安装说明

  1. Linux Syslog 代理配置

此集成要求 Linux Syslog 代理在端口 514 TCP 上以通用事件格式 (CEF) 收集 Forcepoint Cloud Security Gateway Web/电子邮件日志,并将它们转发到 Microsoft Sentinel。

你的数据连接器 Syslog 代理安装命令为:

sudo wget -O cef_installer.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_installer.py&&sudo python cef_installer.py {0} {1}

  1. 实现选项

集成有两个实现选项。

2.1 Docker 实现

利用 Docker 映像,其中安装的集成组件包含所有必要的依赖项。

按照下面链接的“集成指南”中提供的说明进行操作。

集成指南 >

2.2 传统实现

需要在干净的 Linux 计算机中手动部署集成组件。

按照下面链接的“集成指南”中提供的说明进行操作。

集成指南 >

  1. 验证连接

按照说明验证连接性:

打开 Log Analytics,检查是否使用 CommonSecurityLog 架构收到了日志。

连接将数据流式传输到工作区可能大约需要 20 分钟。

如果未收到日志,请运行以下连接验证脚本:

  1. 使用以下命令确保已在计算机上安装 Python:python -version
  1. 必须在计算机上拥有提升的权限 (sudo)

运行以下命令以验证连接:

sudo wget -O cef_troubleshoot.py https://raw.githubusercontent.com/Azure/Azure-Sentinel/master/DataConnectors/CEF/cef_troubleshoot.py&&sudo python cef_troubleshoot.py {0}

  1. 保护计算机

请确保根据组织的安全策略配置计算机的安全性

了解详细信息 >

后续步骤

有关详细信息,请转到 Azure 市场中的相关解决方案