What Myrmex Can Do
Compliance audit
Run a Security Posture audit and map findings to CIS, ISO 27001, NIST CSF, and BACEN frameworks.
Health checks
Review node status, keyspace and table statistics, and latency signals.
Explore tables
List keyspaces and tables so you can see what the cluster holds.
Describe structure
Inspect a table’s columns, keys, and options.
Sensitive-data scan
Scan tables and columns for personal or sensitive data that needs protection.
Run CQL
Execute read CQL any time; write CQL (DDL/DML) requires your confirmation.
Before You Start
- A Collector on a network that can reach a Cassandra contact point on its native transport port (default
9042). See Collector mode. - Authentication enabled on the cluster (
PasswordAuthenticator) and a dedicated role for Myrmex (create it in Step 1).
Step 1 — Create the Credential in Cassandra
Create a dedicated, least-privilege role for auditing with read access to the system keyspaces the audit inspects.Step 2 — Add the Integration in Myrmex
From the Directory, choose Add Integration → Cassandra, then fill in:Connect
Click Connect to validate the login. The cluster then appears under Environment → Integrations alongside your other integrations, and you can start asking the AI about it in the Workspace.Notes
- Read-only by default. Auditing, health, exploration, and sensitive-data scans only need the
SELECTgrants above. GrantMODIFYonly if you want confirmation-gated Run CQL writes. - Nothing is stored. Every operation runs in real time through the Collector; results return to your Workspace and no cluster data is retained on the Myrmex side.
- Encryption in transit follows your cluster’s configuration; the posture audit flags an unencrypted listener.