MobileIron 로그 수집
이 문서에서는 Bindplane 에이전트를 사용하여 MobileIron 로그를 Google Security Operations에 처리하는 방법을 설명합니다. 파서는 JSON 형식의 로그를 통합 데이터 모델 (UDM)로 변환합니다. 원시 JSON에서 필드를 추출하고 해당 UDM 속성에 매핑하며 플랫폼별 세부정보와 보안 이벤트 컨텍스트로 데이터를 보강합니다.
시작하기 전에
- Google SecOps 인스턴스가 있는지 확인합니다.
- Windows 2016 이상을 사용 중이거나
systemd
와 함께 Linux 호스트를 사용하고 있는지 확인합니다. - 프록시 뒤에서 실행하는 경우 방화벽 포트가 열려 있는지 확인합니다.
- MobileIron에 대한 권한이 있는지 확인합니다.
Google SecOps 처리 인증 파일 가져오기
- Google SecOps 콘솔에 로그인합니다.
- SIEM 설정 > 수집 에이전트로 이동합니다.
- 처리 인증 파일을 다운로드합니다. Bindplane가 설치될 시스템에 파일을 안전하게 저장합니다.
Google SecOps 고객 ID 가져오기
- Google SecOps 콘솔에 로그인합니다.
- SIEM 설정 > 프로필로 이동합니다.
- 조직 세부정보 섹션에서 고객 ID를 복사하여 저장합니다.
Bindplane 에이전트 설치
Windows 설치
- 관리자 권한으로 명령 프롬프트 또는 PowerShell을 엽니다.
다음 명령어를 실행합니다.
msiexec /i "https://github.com/observIQ/bindplane-agent/releases/latest/download/observiq-otel-collector.msi" /quiet
Linux 설치
- 루트 또는 sudo 권한으로 터미널을 엽니다.
다음 명령어를 실행합니다.
sudo sh -c "$(curl -fsSlL https://github.com/observiq/bindplane-agent/releases/latest/download/install_unix.sh)" install_unix.sh
추가 설치 리소스
- 추가 설치 옵션은 이 설치 가이드를 참고하세요.
Syslog를 수집하고 Google SecOps로 전송하도록 Bindplane 에이전트 구성
구성 파일에 액세스합니다.
config.yaml
파일을 찾습니다. 일반적으로 Linux의/etc/bindplane-agent/
디렉터리 또는 Windows의 설치 디렉터리에 있습니다.- 텍스트 편집기 (예:
nano
,vi
, 메모장)를 사용하여 파일을 엽니다.
다음과 같이
config.yaml
파일을 수정합니다.receivers: udplog: # Replace the port and IP address as required listen_address: "0.0.0.0:514" exporters: chronicle/chronicle_w_labels: compression: gzip # Adjust the path to the credentials file you downloaded in Step 1 creds: '/path/to/ingestion-authentication-file.json' # Replace with your actual customer ID from Step 2 customer_id: <customer_id> endpoint: malachiteingestion-pa.googleapis.com # Add optional ingestion labels for better organization ingestion_labels: log_type: MOBILEIRON raw_log_field: body service: pipelines: logs/source0__chronicle_w_labels-0: receivers: - udplog exporters: - chronicle/chronicle_w_labels
인프라에서 필요에 따라 포트와 IP 주소를 바꿉니다.
<customer_id>
를 실제 고객 ID로 바꿉니다.Google SecOps 처리 인증 파일 가져오기 섹션에서 인증 파일이 저장된 경로로
/path/to/ingestion-authentication-file.json
를 업데이트합니다.
Bindplane 에이전트를 다시 시작하여 변경사항 적용
Linux에서 Bindplane 에이전트를 다시 시작하려면 다음 명령어를 실행합니다.
sudo systemctl restart bindplane-agent
Windows에서 Bindplane 에이전트를 다시 시작하려면 서비스 콘솔을 사용하거나 다음 명령어를 입력하면 됩니다.
net stop BindPlaneAgent && net start BindPlaneAgent
MobileIron에서 Syslog 서버 구성
- System Manager에 로그인합니다.
- 설정 > 데이터 내보내기 > SysLog 서버로 이동합니다.
- 추가를 클릭합니다.
- SysLog 추가 창이 열립니다.
- 다음 구성 세부정보를 제공합니다.
- 서버: Bindplane IP 주소 및 포트를 입력합니다.
- 프로토콜: UDP를 선택합니다 (Bindplane 구성에 따라 TCP 또는 TCP를 통한 TLS를 선택할 수도 있음).
- 선택사항: 신뢰할 수 있는 서버 인증서: 이 필드는 프로토콜에서 TLS over TCP를 선택한 경우에만 표시됩니다.
- 관리자 상태: 사용을 선택합니다.
- 심각도 (facility.level): 심각도가 정보 이상인 모든 메시지에
*.info
를 입력합니다.
- 적용 > 확인을 클릭하여 변경사항을 저장합니다.
UDM 매핑 표
로그 필드 | UDM 매핑 | 논리 |
---|---|---|
complianceViolationTypeToReason.BLACKLIST_APPS | security_result.description | complianceViolationTypeToReason.BLACKLIST_APPS 필드의 값으로, 접두사로 Compliance Violation Type To Reason BLACKLIST APPS - 가 추가됩니다. |
complianceViolationTypeToReason.PC | security_result.description | complianceViolationTypeToReason.PC 필드의 값으로, 접두사로 Compliance Violation Type To Reason PC - 가 추가됩니다. |
complianceViolationTypeToReason.SA | security_result.description | complianceViolationTypeToReason.SA 필드의 값으로, 접두사로 Compliance Violation Type To Reason SA - 가 추가됩니다. |
displayName | principal.user.user_display_name | displayName 에서 직접 매핑됩니다. |
emailAddress | principal.user.email_addresses | emailAddress 에서 직접 매핑됩니다. |
firstName | principal.user.first_name | firstName 에서 직접 매핑됩니다. |
id | principal.asset.product_object_id | id 에서 직접 매핑됩니다. |
lastName | principal.user.last_name | lastName 에서 직접 매핑됩니다. |
platformType | principal.asset.platform_software.platform | 다음 로직을 사용하여 platformType 에서 매핑됩니다.- platformType 이 Windows 와 일치하는 경우 (대소문자 구분 안 함) WINDOWS 로 설정합니다.- platformType 이 MAC , OS X 또는 IOS 와 일치하는 경우 (대소문자 구분 안 함) MAC 로 설정합니다.- platformType 이 Linux 와 일치하는 경우 (대소문자 구분 안 함) LINUX 로 설정합니다.- 그 외의 경우에는 UNKNOWN_PLATFORM 로 설정합니다. |
platformType | principal.asset.platform_software.platform_version | platformType 및 platformVersion 를 - 구분자로 연결합니다. |
platformVersion | principal.asset.platform_software.platform_version | platformType 및 platformVersion 를 - 구분자로 연결합니다. |
policyViolatedAt | metadata.event_timestamp | 에포크 이후 밀리초에서 타임스탬프로 변환됩니다. |
policyViolatedAt | security_result.about.labels.value | 문자열로 변환한 후 policyViolatedAt 에서 직접 매핑됩니다. |
policyViolatedID | security_result.rule_id | policyViolatedID 에서 직접 매핑됩니다. |
prettyModel | principal.asset.hardware.model | prettyModel 에서 직접 매핑됩니다. |
해당 사항 없음 | metadata.event_type | USER_UNCATEGORIZED 로 하드코딩되었습니다. |
해당 사항 없음 | metadata.log_type | MOBILEIRON 로 하드코딩되었습니다. |
해당 사항 없음 | metadata.product_name | MOBILEIRON 로 하드코딩되었습니다. |
해당 사항 없음 | metadata.vendor_name | MOBILEIRON 로 하드코딩되었습니다. |
해당 사항 없음 | principal.asset.type | MOBILE 로 하드코딩되었습니다. |
해당 사항 없음 | security_result.about.labels.key | Policy Violated At 로 하드코딩되었습니다. |
해당 사항 없음 | security_result.category | POLICY_VIOLATION 로 하드코딩되었습니다. |
변경사항
2024-11-07
개선사항:
- syslog 형식 지원이 추가되었습니다.
2023-02-02
개선사항:
complianceViolationTypeToReason.BLACKLIST_APPS
의 기존 매핑security_result.summary
를security_result.description
로 업데이트합니다.- 'complianceViolationTypeToReason.SA'가 'security_result.summary'에 매핑되었습니다.
2022-04-25
개선사항:
- event_type이 'GENERIC_EVENT'에서 'USER_UNCATEGORIZED'로 수정되었습니다.
- 'policyViolatedAt'이 'metadata.event_timestamp'에 매핑되었습니다.
- 'platformType'이 'principal.asset.platform_software.platform'에 매핑되었습니다.
도움이 더 필요하신가요? 커뮤니티 회원 및 Google SecOps 전문가의 답변을 받아 보세요.