Skip to main content

Superna Zero Trust

This Integration is part of the Superna Zero Trust Pack.#

Supported versions

Supported Cortex XSOAR versions: 8.9.0 and later.

Superna Zero Trust#

Integrates Cortex XSOAR with Superna Zero Trust to automate ransomware containment and recovery actions via the Superna SERA API.

Configure Superna Zero Trust on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services
  2. Search for Superna Zero Trust
  3. Click Add instance and configure the following parameters:
ParameterDescriptionRequired
API URLBase URL of your Superna Zero Trust / SERA server (e.g. https://sera.example.local)True
API KeyAPI key for authenticating to the Superna SERA APITrue
Trust any certificate (not secure)Skip TLS certificate verification. Enable only for self-signed certificates.False
Use system proxy settingsRoute API calls through the system proxyFalse
  1. Click Test to validate connectivity.

Commands#

superna-zt-snapshot-critical-paths#

Create a snapshot of Superna critical paths for ransomware rapid recovery.

Base Command#

superna-zt-snapshot-critical-paths

Input#

There are no input arguments for this command.

Context Output#

PathTypeDescription
SupernaZeroTrust.Snapshot.StatusStringResult status: Success or AlreadyExists
SupernaZeroTrust.Snapshot.MessageStringHuman-readable result message
SupernaZeroTrust.Snapshot.ResultUnknownRaw API response from the snapshot operation

Command Example#

!superna-zt-snapshot-critical-paths

Human Readable Output#

โœ… Snapshot created successfully

superna-zt-lockout-user#

Lock out a user from NAS storage access.

Base Command#

superna-zt-lockout-user

Input#

Argument NameDescriptionRequired
usernameThe username to lock out from NAS storage accessRequired

Context Output#

PathTypeDescription
SupernaZeroTrust.Lockout.UsernameStringThe username that was locked out
SupernaZeroTrust.Lockout.ResultUnknownRaw API response from the lockout operation

Command Example#

!superna-zt-lockout-user username="jsmith"

superna-zt-unlock-user#

Unlock a user from NAS storage access.

Base Command#

superna-zt-unlock-user

Input#

Argument NameDescriptionRequired
usernameThe username to unlock from NAS storage accessRequired

Context Output#

PathTypeDescription
SupernaZeroTrust.Unlock.UsernameStringThe username that was unlocked
SupernaZeroTrust.Unlock.ResultUnknownRaw API response from the unlock operation

Command Example#

!superna-zt-unlock-user username="jsmith"