Extreme Wireless 로그 수집
이 문서에서는 Bindplane을 사용하여 Extreme Networks Wireless 로그를 Google Security Operations에 수집하는 방법을 설명합니다. 파서는 prod_event_type
필드를 기반으로 grok 패턴을 사용하여 syslog 메시지에서 필드를 추출합니다. 그런 다음 추출된 필드를 통합 데이터 모델 (UDM)에 매핑하여 다양한 로그 형식을 처리하고 메타데이터와 라벨로 데이터를 보강하여 컨텍스트를 개선합니다.
시작하기 전에
다음 기본 요건이 충족되었는지 확인합니다.
- Google SecOps 인스턴스
- Windows 2016 이상 또는
systemd
가 설치된 Linux 호스트 - 프록시 뒤에서 실행하는 경우 방화벽 포트가 열려 있는지 확인
- Extreme Networks CloudIQ에 대한 액세스 권한 관리
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
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_file_path: '/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 log_type: 'EXTREME_WIRELESS' raw_log_field: body ingestion_labels: 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
Extreme Networks CloudIQ용 Syslog 구성
- CloudIQ 웹 UI에 로그인합니다.
- 구성 > 공통 객체 > 관리 > Syslog 서버로 이동합니다.
- +를 클릭합니다.
- 다음 구성 세부정보를 제공합니다.
- 이름: 서버의 고유한 이름을 입력합니다.
- 심각도: 정보를 선택합니다.
- 선택 메뉴에서 기존 syslog IP 주소를 선택하거나 +를 클릭합니다.
- Bindplane 에이전트 IP 주소를 입력합니다.
- Bindplane 에이전트 포트 번호를 입력합니다.
- 추가를 클릭합니다.
- Syslog 서버 저장을 클릭합니다.
UDM 매핑 테이블
로그 필드 | UDM 매핑 | 논리 |
---|---|---|
action |
security_result.detection_fields.key |
원시 로그의 action 필드 값이 security_result.detection_fields.key 에 매핑됩니다. |
action |
security_result.detection_fields.value |
원시 로그의 action 필드 값이 security_result.detection_fields.value 에 매핑됩니다. |
BSSID |
principal.resource.attribute.labels.key |
'BSSID' 문자열이 principal.resource.attribute.labels.key 에 할당됩니다. |
BSSID |
principal.resource.attribute.labels.value |
원시 로그의 BSSID 필드 값이 principal.resource.attribute.labels.value 에 매핑됩니다. |
collection_time.nanos |
metadata.event_timestamp.nanos |
원시 로그의 collection_time.nanos 값이 metadata.event_timestamp.nanos 에 매핑됩니다. |
collection_time.seconds |
metadata.event_timestamp.seconds |
원시 로그의 collection_time.seconds 값이 metadata.event_timestamp.seconds 에 매핑됩니다. |
collection_time.seconds |
timestamp.seconds |
원시 로그의 collection_time.seconds 값이 timestamp.seconds 에 매핑됩니다. |
collection_time.nanos |
timestamp.nanos |
원시 로그의 collection_time.nanos 값이 timestamp.nanos 에 매핑됩니다. |
data |
security_result.description |
원시 로그의 data 필드 값은 원치 않는 문자 및 'N/A' 값을 삭제하기 위해 여러 gsub 변환을 거친 후 security_result.description 필드에 매핑됩니다. |
description |
security_result.description |
grok 파서에 의해 추출된 description 필드의 값이 security_result.description 필드에 매핑됩니다. |
first |
security_result.detection_fields.key |
문자열 'first'가 security_result.detection_fields.key 에 할당됩니다. |
first |
security_result.detection_fields.value |
원시 로그의 first 필드 값이 security_result.detection_fields.value 에 매핑됩니다. |
hostname |
principal.asset.hostname |
원시 로그의 hostname 필드 값이 principal.asset.hostname 및 principal.hostname 필드에 매핑됩니다. |
hostname |
principal.hostname |
원시 로그의 hostname 필드 값이 principal.asset.hostname 및 principal.hostname 필드에 매핑됩니다. |
IP |
principal.asset.ip |
원시 로그의 IP 필드 값이 principal.asset.ip 및 principal.ip 필드에 매핑됩니다. |
IP |
principal.ip |
원시 로그의 IP 필드 값이 principal.asset.ip 및 principal.ip 필드에 매핑됩니다. |
MAC |
principal.resource.attribute.labels.key |
'MAC' 문자열이 principal.resource.attribute.labels.key 에 할당됩니다. |
MAC |
principal.resource.attribute.labels.value |
원시 로그의 MAC 필드 값이 principal.resource.attribute.labels.value 에 매핑됩니다. |
medium |
security_result.detection_fields.key |
문자열 'medium'이 security_result.detection_fields.key 에 할당됩니다. |
medium |
security_result.detection_fields.value |
원시 로그의 medium 필드 값이 security_result.detection_fields.value 에 매핑됩니다. metadata.event_type 은 파서 내의 논리에 의해 결정됩니다. principal 및 target 머신 ID가 모두 있는 경우 NETWORK_CONNECTION 로 설정됩니다. principal 또는 target 사용자 ID가 있는 경우 USER_UNCATEGORIZED 로 설정됩니다. principal 머신 ID만 있는 경우 STATUS_UPDATE 으로 설정됩니다. 그렇지 않으면 기본값은 GENERIC_EVENT 입니다. 'EXTREME WIRELESS' 문자열이 metadata.product_name 에 할당됩니다. |
prod_event_type |
metadata.product_event_type |
원시 로그의 prod_event_type 필드 값이 metadata.product_event_type 필드에 매핑됩니다. |
port |
principal.port |
원시 로그의 port 필드 값이 정수로 변환되어 principal.port 필드에 매핑됩니다. |
problem_summary |
security_result.summary |
원시 로그의 problem_summary 필드 값이 security_result.summary 필드에 매핑됩니다. |
SSID |
principal.resource.attribute.labels.key |
'SSID' 문자열이 principal.resource.attribute.labels.key 에 할당됩니다. |
SSID |
principal.resource.attribute.labels.value |
원시 로그의 SSID 필드 값이 principal.resource.attribute.labels.value 에 매핑됩니다. |
station |
principal.asset.hostname |
원시 로그의 station 필드 값이 principal.asset.hostname 및 principal.hostname 필드에 매핑됩니다. |
station |
principal.hostname |
원시 로그의 station 필드 값이 principal.asset.hostname 및 principal.hostname 필드에 매핑됩니다. |
target_host |
target.asset.hostname |
원시 로그의 target_host 필드 값이 target.asset.hostname 및 target.hostname 필드에 매핑됩니다. |
target_host |
target.hostname |
원시 로그의 target_host 필드 값이 target.asset.hostname 및 target.hostname 필드에 매핑됩니다. |
target_ip |
target.asset.ip |
원시 로그의 target_ip 필드 값이 target.asset.ip 및 target.ip 필드에 매핑됩니다. |
target_ip |
target.ip |
원시 로그의 target_ip 필드 값이 target.asset.ip 및 target.ip 필드에 매핑됩니다. |
target_port |
target.port |
원시 로그의 target_port 필드 값이 정수로 변환되어 target.port 필드에 매핑됩니다. |
target_user |
target.user.userid |
원시 로그의 target_user 필드 값이 target.user.userid 필드에 매핑됩니다. |
user-profile |
security_result.detection_fields.key |
'사용자 프로필' 문자열이 security_result.detection_fields.key 에 할당됩니다. |
user-profile |
security_result.detection_fields.value |
원시 로그의 user-profile 필드 값이 security_result.detection_fields.value 에 매핑됩니다. |
username |
principal.user.userid |
원시 로그의 username 필드 값이 principal.user.userid 필드에 매핑됩니다. 'EXTREME_WIRELESS' 문자열이 metadata.vendor_name 에 할당됩니다. |
도움이 더 필요하신가요? 커뮤니티 회원 및 Google SecOps 전문가로부터 답변을 받으세요.