Sign inSign up

sbx/panw-siem-telemetry-kit:latest

Manifest digest

sha256:c79989a8fa785a5b26024179518c427b450a28a75b6badca8bc7302772dbe8ed

Last pushed

1 day by sbx

Type

Sandbox Kit

Manifest digest

sha256:c79989a8fa785a5b26024179518c427b450a28a75b6badca8bc7302772dbe8ed

MIXIN

Ships sandbox observability (process, network, file, and agent-activity logs) to a SIEM HTTP event collector for dashboards, correlation, and automated response. Closes the visibility gap for what runs inside the sandbox.


Arguments
NameRequiredDefaultDescription
siemCollectorAuthIdOptional

Cortex XSIAM HTTP Collector API key ID (numeric, non-secret), sent as the x-xdr-auth-id header alongside the Authorization token. XSIAM requires both; leave empty for collectors that authenticate with the Authorization header alone.

siemCollectorHostOptionalsiem-collector.example.com

SIEM HTTP event collector ingestion host (FQDN, no scheme). Defaults to a placeholder; set it to your collector or telemetry has nowhere to ship.

siemCollectorPathOptional/logs/v1/event

HTTP path on the collector to POST events to.


Network Egress

${{ kit.args.siemCollectorHost }}

raw.githubusercontent.com

packages.fluentbit.io

github.com

codeload.github.com

archive.ubuntu.com

security.ubuntu.com

ports.ubuntu.com

download.docker.com

Apply this mixin to a sandbox

sbx run <agent> --kit sbx/panw-siem-telemetry-kit:latest

Make sure you have docker sbx installed

Run the following command to install sbx on your machine.

macOS
brew install docker/tap/sbx
Windows
winget install Docker.sbx
Learn more about docker sbx