Skip to main content

redteam network-broker

Manage Red Team network broker channels — the data-plane relays that connect red team clients to targets. Channels live on a distinct network-broker endpoint; set PANW_RED_TEAM_NETWORK_BROKER_ENDPOINT (or redTeamNetworkBrokerEndpoint in config) to override it. OAuth credentials are shared with the other Red Team commands (PANW_MGMT_*).

redteam network-broker channels list

List network broker channels.

airs redteam network-broker channels list [options]

Options

FlagRequiredDefaultDescription
--limit <n>NoMax results
--offset <n>NoStarting offset
--search <text>NoFilter by search text
--status <status...>NoFilter by status (ONLINE, OFFLINE, DRAFT)
--output <format>NoprettyOutput format: pretty, table, csv, json, yaml

Examples

airs redteam network-broker channels list
airs redteam network-broker channels list --status ONLINE DRAFT --output json

redteam network-broker channels get

Get a single channel by ID.

airs redteam network-broker channels get <channelId> [options]
FlagRequiredDefaultDescription
--output <format>NoprettyOutput format: pretty, json, yaml

redteam network-broker channels create

Create a channel.

airs redteam network-broker channels create --name <name> [options]
FlagRequiredDefaultDescription
--name <name>YesChannel name
--description <text>NoChannel description

Examples

airs redteam network-broker channels create --name "prod-relay" --description "Production broker"

redteam network-broker channels update

Update a channel. At least one of --name / --description is required.

airs redteam network-broker channels update <channelId> [options]
FlagRequiredDefaultDescription
--name <name>NoNew channel name
--description <text>NoNew channel description

redteam network-broker stats

Show aggregate channel statistics (online/total channel counts, docker registry, helm chart, docker image, client version).

airs redteam network-broker stats [options]
FlagRequiredDefaultDescription
--output <format>NoprettyOutput format: pretty, json, yaml