[권장] Microsoft Sentinel용 AMA 커넥터를 통한 Forcepoint CSG

Forcepoint Cloud Security Gateway는 어디에 있든 사용자와 데이터에 대한 표시 여부, 제어 및 위협 방지를 제공하는 통합 클라우드 보안 서비스입니다. 자세한 내용은 https://www.forcepoint.com/product/cloud-security-gateway를 방문하세요.

커넥터 특성

커넥터 특성 설명
Log Analytics 테이블 CommonSecurityLog(Forcepoint CSG)
CommonSecurityLog(Forcepoint CSG)
데이터 수집 규칙 지원 Azure Monitor 에이전트 DCR
다음에서 지원 커뮤니티

쿼리 샘플

로그 심각도가 6(보통)인 상위 5개 웹 요청 도메인

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명 웹 사용자

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

필수 조건

AMA를 통해 [권장] Forcepoint CSG와 통합하려면 다음 사항을 확인합니다.

  • ****: Azure가 아닌 VM에서 데이터를 수집하려면 Azure Arc를 설치하고 사용하도록 설정해야 합니다. 자세한 정보
  • ****: AMA를 통한 CEF(Common Event Format) 및 AMA 데이터 커넥터를 통한 Syslog를 설치해야 합니다. 자세한 정보

공급업체 설치 지침

  1. 컴퓨터 보안

컴퓨터 보안은 조직의 보안 정책에 따라 구성해야 함

자세히 알아보기>.

다음 단계

자세한 내용을 보려면 Azure Marketplace의 관련 솔루션으로 이동합니다.