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

适用于 Microsoft Sentinel 的 Orca Security Alerts 连接器

使用 Orca Security Alerts 连接器,可以轻松地将 Alerts 日志导出到 Microsoft Sentinel。

连接器属性

连接器属性 说明
Log Analytics 表 OrcaAlerts_CL
数据收集规则支持 目前不支持
支持的服务 Orca Security

查询示例

提取正在运行的资产上的所有服务漏洞

OrcaAlerts_CL 
| where alert_type_s == "service_vulnerability" 
| where asset_state_s == "running" 
| sort by TimeGenerated 

提取所有带“remote_code_execution”标签的警报

OrcaAlerts_CL 
| where split(alert_labels_s, ",") contains("remote_code_execution") 
| sort by TimeGenerated 

供应商安装说明

遵循指导,将 Orca Security Alerts 日志与 Microsoft Sentinel 集成。

后续步骤

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