Use this if
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
सार्वजनिक गाइड
Stream live traffic using Packet Mirroring, deploy sensor VM with Terraform, and ingest findings via the managed SIEM connector. लक्षित पाठक: Platform engineers, GCP administrators, security engineers. सामान्य सेटअप समय: 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.
Download the exact source files referenced on this page, or run the one-command installer to write them locally before following the deployment steps.
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.
चरण 1
Set up packet mirroring policy to duplicate traffic from production VMs to the sensor instance.
What success looks like
Enable ALL_IPV4_TRAFFIC or restrict to specific ports; verify mirroring is active.
चरण 2
Use the source bundle on this page to download the GCP network sensor Terraform project and deploy it.
What success looks like
The VMs automatically pull the sensor image and start ingestion.
चरण 3
Confirm the sensor is capturing traffic and streaming findings to the platform.
What success looks like
Check the platform Findings view for network-based alerts within 5 minutes.
Keep your rollout moving with the next recommended step.
फाइंडिंग्स की समीक्षा करें और प्राथमिकता तय करें