Use isto se
Stream live traffic using Packet Mirroring, deploy sensor VM with Terraform, and ingest findings via the managed SIEM connector.
- Audience
- Platform engineers, GCP administrators, security engineers
- Typical time
- 10 minutes
Guia público
Stream live traffic using Packet Mirroring, deploy sensor VM with Terraform, and ingest findings via the managed SIEM connector. Público: Platform engineers, GCP administrators, security engineers. Tempo típico de configuração: 10 minutes.
Stream live traffic using Packet Mirroring, deploy sensor VM with Terraform, and ingest findings via the managed SIEM connector.
Copy a working starter, run it in your environment, then come back here for the deeper rollout details.
Descarrega os ficheiros exatos usados neste guia ou executa o instalador de um só comando para os escrever localmente antes do deploy.
Creates the GCP Terraform project under `deploy/gcp-network-sensor/` with the current platform API URL prefilled for packet mirroring-based network telemetry ingestion.
BLACKSHIELD_NETWORK_SENSOR_IMAGE=public.ecr.aws/blackshield-security/network-sensor:1.0.0 \
BLACKSHIELD_API_URL=https://api.blackshield.chaplau.com \
bash <(curl -fsSL https://blackshield.chaplau.com/source-bundles/gcp-network-sensor.sh)
cd deploy/gcp-network-sensor#!/bin/bash
# Set up GCP Packet Mirroring
PROJECT_ID="my-project"
gcloud compute health-checks create tcp network-sensor-health \
--port=8080 \
--project="$PROJECT_ID"Use the guided steps below when you want to tailor the rollout, validate ownership, or expand the deployment safely.
Passo 1
Set up packet mirroring policy to duplicate traffic from production VMs to the sensor instance.
Como é o sucesso
Enable ALL_IPV4_TRAFFIC or restrict to specific ports; verify mirroring is active.
Passo 2
Use the source bundle on this page to download the GCP network sensor Terraform project and deploy it.
Como é o sucesso
The VMs automatically pull the sensor image and start ingestion.
Passo 3
Confirm the sensor is capturing traffic and streaming findings to the platform.
Como é o sucesso
Check the platform Findings view for network-based alerts within 5 minutes.
Keep your rollout moving with the next recommended step.
Rever e priorizar achados