Google SecOps SOAR 로그 수집
Google Cloud 로그 탐색기에서 Google 보안 운영 SOAR 로그를 관리하고 모니터링할 수 있습니다. Google Cloud 도구를 사용하여 SOAR 작업 로그의 특정 이벤트에 의해 트리거되는 특수 측정항목과 알림을 설정할 수도 있습니다.
로그는 SOAR의 ETL, 플레이북, Python 함수에서 필수 데이터를 캡처합니다. 캡처된 데이터 유형에는 Python 스크립트 실행, 알림 처리, 플레이북 실적 등이 있습니다.
Google SecOps SOAR 로그에 액세스
Google SecOps SOAR 로그는 chronicle-soar라는 별도의 네임스페이스에 작성되며 로그를 생성한 서비스별로 분류됩니다.
Google SecOps SOAR 로그에 액세스하려면 다음 단계를 따르세요.
- Google Cloud 콘솔에서 Logging > Logs Explorer로 이동합니다.
- Google SecOps Google Cloud 프로젝트를 선택합니다.
필드에 다음 필터를 입력하고 쿼리 실행을 클릭합니다.
none resource.labels.namespace_name="chronicle-soar"
특정 서비스의 로그를 필터링하려면 상자에 다음 필터를 입력하고 쿼리 실행을 클릭합니다.
resource.labels.namespace_name="chronicle-soar"
resource.labels.container_name="<container_name>"
값에 playbook
, python
또는 etl
이 포함됩니다.
플레이북 라벨
Playbook 로그 라벨을 사용하면 쿼리 범위를 보다 효율적이고 편리하게 조정할 수 있습니다. 모든 라벨은 각 로그 메시지의 라벨 섹션에 있습니다.
로그 범위를 좁히려면 로그 메시지를 펼치고 각 라벨을 마우스 오른쪽 버튼으로 클릭한 다음 특정 로그를 숨기거나 표시합니다.
다음 라벨을 사용할 수 있습니다.
playbook_definition
playbook_name
block_name
block_definition
case_id
correlation_id
integration_name
action_name
Python 로그
Python 서비스에는 다음 로그를 사용할 수 있습니다.
resource.labels.container_name="python"
통합 및 커넥터 라벨:
integration_name
integration_version
connector_name
connector_instance
작업 라벨:
integration_name
integration_version
job_name
작업 라벨:
integration_name
integration_version
integration_instance
correlation_id
action_name
ETL 로그
ETL 서비스에는 다음 로그를 사용할 수 있습니다.
resource.labels.container_name="etl"
ETL 라벨:
correlation_id
예를 들어 알림의 처리 흐름을 제공하려면 correlation_id
로 필터링합니다.