Preempt Auth 로그 수집
이 문서에서는 Bindplane 에이전트를 사용하여 Preempt Auth 로그를 Google Security Operations로 수집하는 방법을 설명합니다.
Preempt Auth는 Active Directory 환경에 대한 세부 인증 로그를 생성하는 인증 이벤트 모니터링 솔루션입니다. 엔드포인트 전반에서 로그인 성공 및 실패 이벤트, LDAP 검색, 서비스 액세스, 인증 유형을 캡처합니다.
시작하기 전에
다음 기본 요건이 충족되었는지 확인합니다.
- Google SecOps 인스턴스
- Windows Server 2016 이상 또는
systemd가 설치된 Linux 호스트 - Bindplane 에이전트와 선점 서버 간의 네트워크 연결
- 프록시 뒤에서 실행하는 경우 Bindplane 에이전트 요구사항에 따라 방화벽 포트가 열려 있는지 확인합니다.
- 관리자 권한으로 Preempt Auth (CrowdStrike Identity Protection)에 대한 권한 액세스
Google SecOps 수집 인증 파일 가져오기
- Google SecOps 콘솔에 로그인합니다.
- SIEM 설정 > 수집 에이전트로 이동합니다.
- 수집 인증 파일을 다운로드합니다.
Bindplane이 설치될 시스템에 파일을 안전하게 저장합니다.
Google SecOps 고객 ID 가져오기
- Google SecOps 콘솔에 로그인합니다.
- SIEM 설정 > 프로필로 이동합니다.
조직 세부정보 섹션에서 고객 ID를 복사하여 저장합니다.
Bindplane 에이전트 설치
다음 안내에 따라 Windows 또는 Linux 운영체제에 Bindplane 에이전트를 설치합니다.
Windows 설치
- 명령 프롬프트 또는 PowerShell을 관리자로 엽니다.
다음 명령어를 실행합니다.
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet설치가 완료될 때까지 기다립니다.
다음을 실행하여 설치를 확인합니다.
sc query observiq-otel-collector서비스가 실행 중으로 표시되어야 합니다.
Linux 설치
- 루트 또는 sudo 권한으로 터미널을 엽니다.
다음 명령어를 실행합니다.
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh설치가 완료될 때까지 기다립니다.
다음을 실행하여 설치를 확인합니다.
sudo systemctl status observiq-otel-collector서비스가 active (running)으로 표시되어야 합니다.
추가 설치 리소스
추가 설치 옵션 및 문제 해결은 Bindplane 에이전트 설치 가이드를 참고하세요.
syslog를 수집하여 Google SecOps로 전송하도록 Bindplane 에이전트 구성
구성 파일 찾기
Linux:
sudo nano /opt/observiq-otel-collector/config.yamlWindows:
notepad "C:\Program Files\observIQ OpenTelemetry Collector\config.yaml"
구성 파일 설정
config.yaml의 전체 내용을 다음 구성으로 바꿉니다.receivers: tcplog: listen_address: "0.0.0.0:514" exporters: chronicle/preempt_auth: compression: gzip creds_file_path: '<CREDS_FILE_PATH>' customer_id: '<CUSTOMER_ID>' endpoint: <REGION_ENDPOINT> log_type: PREEMPT_AUTH raw_log_field: body ingestion_labels: env: production service: pipelines: logs/preempt_auth_to_chronicle: receivers: - tcplog exporters: - chronicle/preempt_auth
구성 매개변수
다음 자리표시자를 바꿉니다.
수신기 구성:
tcplog: TCP를 통해 syslog를 수신합니다. Preempt 배포가 UDP를 통해 전달되는 경우udplog를 사용합니다.0.0.0.0:514: 포트 514의 모든 인터페이스에서 수신합니다. 필요한 경우 포트를 변경합니다 (예: 비루트 Linux의 경우1514).
내보내기 도구 구성:
<CREDS_FILE_PATH>: 수집 인증 파일의 전체 경로입니다.- Linux:
/etc/bindplane-agent/ingestion-auth.json - Windows:
C:\Program Files\observIQ OpenTelemetry Collector\ingestion-auth.json
- Linux:
<CUSTOMER_ID>: Google SecOps 고객 ID 가져오기 단계의 고객 ID입니다.<REGION_ENDPOINT>: 리전 엔드포인트 URL:- 미국:
malachiteingestion-pa.googleapis.com - 유럽:
europe-malachiteingestion-pa.googleapis.com - 아시아:
asia-southeast1-malachiteingestion-pa.googleapis.com - 전체 목록은 리전 엔드포인트를 참고하세요.
- 미국:
구성 파일 저장
- 수정 후 파일을 저장합니다.
- Linux:
Ctrl+O,Enter,Ctrl+X순서로 누릅니다. - Windows: 파일 > 저장을 클릭합니다.
- Linux:
변경사항을 적용하려면 Bindplane 에이전트를 다시 시작하세요.
Linux에서 Bindplane 에이전트를 다시 시작하려면 다음 명령어를 실행합니다.
sudo systemctl restart observiq-otel-collector서비스가 실행 중인지 확인합니다.
sudo systemctl status observiq-otel-collector로그에서 오류를 확인합니다.
sudo journalctl -u observiq-otel-collector -f
Windows에서 Bindplane 에이전트를 다시 시작하려면 다음 옵션 중 하나를 선택합니다.
관리자 권한으로 명령 프롬프트 또는 PowerShell:
net stop observiq-otel-collector && net start observiq-otel-collector서비스 콘솔:
Win+R키를 누르고services.msc을 입력한 다음 Enter 키를 누릅니다.- observIQ OpenTelemetry Collector를 찾습니다.
- 마우스 오른쪽 버튼을 클릭하고 다시 시작을 선택합니다.
서비스가 실행 중인지 확인합니다.
sc query observiq-otel-collector로그에서 오류를 확인합니다.
type "C:\Program Files\observIQ OpenTelemetry Collector\log\collector.log"
선점 인증 syslog 전달 구성
- Preempt 관리 콘솔에 로그인합니다.
- 설정 > SIEM 통합으로 이동합니다.
- 인증 이벤트에 대해 syslog 전달을 사용 설정합니다.
- 다음 구성 세부정보를 제공합니다.
- 프로토콜: TCP를 선택합니다 (Bindplane 에이전트 수신기 구성과 일치해야 함).
- 시스템로그 서버 주소: Bindplane 에이전트 호스트의 IP 주소를 입력합니다 (예:
192.168.1.100). - 포트:
514을 입력합니다 (Bindplane 에이전트 수신기 포트와 일치해야 함).
- 전달할 인증 이벤트 유형을 선택합니다.
- 인증 성공 이벤트
- 인증 실패 이벤트
- LDAP 검색
- 서비스 액세스 이벤트
- 저장 또는 적용을 클릭합니다.
- Bindplane 에이전트 로그를 확인하여 로그가 전송되고 있는지 확인합니다.
UDM 매핑 테이블
| 로그 필드 | UDM 매핑 | 논리 |
|---|---|---|
| authenticationType | extensions.auth.type | authenticationType이 SSO_LOGIN 또는 LDAP_AUTHENTICATION과 일치하는 경우 'SSO', DOMAIN_LOGIN과 일치하는 경우 'MACHINE', NTLM_AUTHENTICATION과 일치하는 경우 'AUTHTYPE_UNSPECIFIED'로 설정됩니다. |
| extensions.auth.mechanism | 'MECHANISM_UNSPECIFIED'로 설정 | |
| inter_ip | intermediary.hostname | inter_ip가 유효한 IP 주소가 아닌 경우 설정 |
| inter_ip | intermediary.ip | inter_ip가 유효한 IP 주소인지 설정 |
| eventLabel | metadata.description | 값이 직접 복사됨 |
| eventType | metadata.event_type | eventType이 SUCCESSFUL_AUTHENTICATION 또는 FAILED_AUTHENTICATION인 경우 'USER_LOGIN'으로 설정됩니다. SERVICE_ACCESS 또는 LDAP_SEARCH이고 principal_host_set이 true인 경우 'SERVICE_UNSPECIFIED'로 설정됩니다. |
| eventType | metadata.product_event_type | 값이 직접 복사됨 |
| endpointDisplayName, ipAddress | principal.hostname | endpointDisplayName != ipAddress 및 endpointDisplayName != ""인 경우 설정 |
| ipAddress, inter_ip | principal.ip | ipAddress != inter_ip인 경우 ipAddress의 값, 그렇지 않은 경우 inter_ip의 값 |
| networkType | principal.resource.name | 값이 직접 복사됨 |
| principal.resource.type | '네트워크 유형'으로 설정 | |
| userDisplayName | principal.user.email_addresses | userDisplayName이 이메일 정규식과 일치하는지 설정합니다. |
| userDisplayName | principal.user.user_display_name | 값이 직접 복사됨 |
| userEntity.secondaryDisplayName, userDisplayName | principal.user.userid | userEntity.secondaryDisplayName이 비어 있지 않으면 해당 값, 비어 있으면 userDisplayName의 값 |
| eventType | security_result.action | SUCCESSFUL_AUTHENTICATION인 경우 'ALLOW', FAILED_AUTHENTICATION인 경우 'BLOCK'으로 설정됩니다. |
| eventSeverity | security_result.severity_details | 값이 직접 복사됨 |
| authenticationType | security_result.summary | 값이 직접 복사됨 |
| targetEntity.primaryDisplayName, targetServiceIdentifier, eventType, targetEntity.type | target.application | targetEntity.type == 'CLOUD_SERVICE'인 경우 targetEntity.primaryDisplayName의 값, 그렇지 않고 targetServiceIdentifier != ''이고 이전에 설정되지 않은 경우 targetServiceIdentifier의 값, eventType == 'LDAP_SEARCH'이고 이전에 설정되지 않은 경우 'LDAP' |
| targetEntity.primaryDisplayName, targetEntity.type | target.hostname | targetEntity.type == 'ENDPOINT'인 경우 설정 |
| targetServiceType | target.resource.name | targetServiceType이 ''이 아니고 'UNKNOWN'이 아닌 경우 설정됩니다. |
| targetServiceType | target.resource.type | targetServiceType이 ''이 아니고 'UNKNOWN'이 아닌 경우 'Service Type'으로 설정됩니다. |
| targetEntity.primaryDisplayName, targetEntity.type | target.user.user_display_name | targetEntity.type == 'USER'인 경우 설정 |
| targetEntity.secondaryDisplayName, targetEntity.type | target.user.userid | targetEntity.type == 'USER'인 경우 설정 |
| metadata.product_name | 'PREEMPT_AUTH'로 설정 | |
| metadata.vendor_name | '선점'으로 설정 |
도움이 더 필요하신가요? 커뮤니티 회원 및 Google SecOps 전문가에게 문의하여 답변을 받으세요.