Úsalo si
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
Guía pública
Stream live traffic using Packet Mirroring, deploy sensor VM with Terraform, and ingest findings via the managed SIEM connector. Audiencia: Platform engineers, GCP administrators, security engineers. Tiempo típico de configuración: 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.
Descarga los archivos exactos usados en esta guía o ejecuta el instalador de un solo comando para escribirlos localmente antes del despliegue.
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.
Paso 1
Set up packet mirroring policy to duplicate traffic from production VMs to the sensor instance.
Cómo se ve el éxito
Enable ALL_IPV4_TRAFFIC or restrict to specific ports; verify mirroring is active.
Paso 2
Use the source bundle on this page to download the GCP network sensor Terraform project and deploy it.
Cómo se ve el éxito
The VMs automatically pull the sensor image and start ingestion.
Paso 3
Confirm the sensor is capturing traffic and streaming findings to the platform.
Cómo se ve el éxito
Check the platform Findings view for network-based alerts within 5 minutes.
Keep your rollout moving with the next recommended step.
Revisa y prioriza hallazgos