Google SecOps SOAR 로그 수집
Google Cloud 로그 탐색기에서 Google Security Operations SOAR 로그를 관리하고 모니터링할 수 있습니다. Google Cloud 도구를 사용하여 SOAR 작업 로그의 특정 이벤트에 의해 트리거되는 특수 측정항목과 알림을 설정할 수도 있습니다.
로그는 SOAR의 ETL, 플레이북, Python 함수의 필수 데이터를 캡처합니다. 캡처된 데이터 유형에는 Python 스크립트 실행, 알림 수집, 플레이북 성능이 포함됩니다.
Google SecOps SOAR 로그 액세스
Google SecOps SOAR 로그는 chronicle-soar라는 별도의 네임스페이스에 작성되며 로그를 생성한 서비스별로 분류됩니다.
Google SecOps SOAR 로그에 액세스하려면 다음 단계를 따르세요.
- Google Cloud 콘솔에서 Logging > 로그 탐색기로 이동합니다.
- Google SecOps Google Cloud 프로젝트를 선택합니다.
필드에 다음 필터를 입력하고 쿼리 실행을 클릭합니다.
resource.labels.namespace_name="chronicle-soar"
특정 서비스의 로그를 필터링하려면 상자에 다음 필터를 입력하고 쿼리 실행을 클릭합니다.
resource.labels.namespace_name="chronicle-soar" resource.labels.container_name="<container_name>"
여기서 값은
playbook
,python
또는etl
입니다.
플레이북 라벨
플레이북 로그 라벨을 사용하면 쿼리 범위를 보다 효율적이고 편리하게 상세검색할 수 있습니다. 모든 라벨은 각 로그 메시지의 라벨 섹션에 있습니다.
로그 범위를 좁히려면 로그 메시지를 펼치고 각 라벨을 마우스 오른쪽 버튼으로 클릭한 후 특정 로그를 숨기거나 표시합니다.
사용 가능한 라벨은 다음과 같습니다.
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
로 필터링합니다.
도움이 더 필요하신가요? 커뮤니티 회원 및 Google SecOps 전문가로부터 답변을 받으세요.