commonfields: id: SupernaZeroTrust version: -1 name: SupernaZeroTrust display: Superna Zero Trust category: Utilities description: Run Superna Zero Trust ransomware containment actions (critical path snapshot, user lockout/unlock) via the Superna API. configuration: - display: API URL (e.g. https://sera.example.local) name: base_url type: 0 required: true section: Connect - displaypassword: API Key name: credentials type: 9 required: true hiddenusername: true section: Connect - display: Trust any certificate (not secure) name: insecure type: 8 required: false defaultvalue: "false" section: Connect - display: Use system proxy settings name: proxy type: 8 required: false defaultvalue: "false" section: Connect script: script: "-" type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 commands: - name: superna-zt-snapshot-critical-paths description: Create a snapshot of Superna critical paths for ransomware rapid recovery. outputs: - contextPath: SupernaZeroTrust.Snapshot.Result description: API response from snapshot operation. type: Unknown - name: superna-zt-lockout-user description: Lock out a user from NAS storage access. arguments: - name: username required: true description: Username to lock out. outputs: - contextPath: SupernaZeroTrust.Lockout.Result description: API response from lockout operation. type: Unknown - name: superna-zt-unlock-user description: Unlock a user from NAS storage access. arguments: - name: username required: true description: Username to unlock. outputs: - contextPath: SupernaZeroTrust.Unlock.Result description: API response from unlock operation. type: Unknown sectionorder: - Connect fromversion: 8.9.0 tests: - No tests