다음을 통해 공유


Microsoft Sentinel용 Orca 보안 경고 커넥터

Orca Security 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 Marketplace의 관련 솔루션으로 이동합니다.