Configure Superna Ransomware Defender
- Last Updated: May 1, 2026
- 2 minute read
- Flowmon Products
- Flowmon Anomaly Detection System
- Documentation
Default settings allow one snapshot request per hour with a four-hour expiry on snapshots. You can change these values as needed.
Follow these steps to configure the Superna Ransomware Defender:
- The Smart Airgap API license is required for this integration. For details on how to apply the license, refer to the Superna documentation.
-
Ensure that the critical path feature is enabled and that SMB share snapshots are disabled.
-
Log in to the Superna Eyeglass Virtual Machine (VM).
-
Use the API explorer to build a cURL command with an authentication token that integrates the Flowmon ADS system with Ransomware Defender.
-
Open the Eyeglass main menu and select Eyeglass REST API. Generate a new API token and provide a name, for example, smartairgap. Copy the API token and click API Explorer.
-
Click Ransomware Defender API and select the critical path route. Click Generate to create a cURL command that requests snapshots for critical paths.
- The following is an example cURL command that is integrated into network security devices:
curl -k -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'api_key: \<APIKey\>' 'https://x.x.x.x/sera/v2/ransomware/criticalpaths' -d "{}"