What it does Six capabilities on one scanner.
Not six products stitched together - one scanner + one LLM + one
findings graph. Every capability below runs on the same underlying
cloud-state model, which is why the natural-language investigator
can answer questions the compliance mapper doesn't know to ask.
01
Continuous posture scanning (agentless)
What you get Agentless scans of AWS, GCP, and Azure via a read-only IAM role you deploy in one Terraform module. IAM privilege analysis (find least-privilege paths). Storage exposure (public buckets, unencrypted keys, missing default encryption). Network posture (open ports, unencrypted traffic paths, over-permissive security groups). Delta detection between scans so drift shows up as a change, not a fresh finding.
Powered by AWS SDK · GCP Cloud Resource Manager · Azure Resource Manager · Steampipe · Cloud Custodian
02
AI-explained findings
What you get Every finding comes with an LLM-authored 'why this matters' + 'what happens if exploited' narrative in plain English - the kind of thing you'd otherwise ask a security engineer to translate for a product team. Priority ranked by actual exploitability + your runtime data (not just CVSS). Auto-generated remediation as a real Terraform patch or CLI command you can review + apply.
Powered by Anthropic Claude · OpenAI · Bedrock · your IaC (Terraform / Pulumi / CloudFormation)
03
Natural-language investigation
What you get Ask 'which buckets have PII tags and are accessible from the internet?' Get a real answer with the actual query executed against your cloud state. Chat-based drill-down replaces manual dashboard clicking. Every answer cites the resources + the query that produced it, so nothing is a black-box LLM claim.
Powered by SQL over cloud state · Anthropic tool use · MCP servers · your cloud config graph
04
Continuous compliance mapping
What you get Controls mapped continuously to your resources - SOC 2, ISO 27001, HIPAA, PCI DSS, DPDP, CIS Benchmarks. Evidence generated on every scan (screenshots + resource dumps + timestamps). Audit trail auto-populated. Integrates with GRC tools so evidence lands where auditors expect it, not in a separate silo.
Powered by Vanta · Drata · Sprinto · custom control frameworks · S3 evidence archive
05
Fix-it agents (optional)
What you get One-click apply of AI-generated remediation code with your approval + a rollback trail. Auto-fix mode for a small set of pre-approved low-risk misconfigs (e.g., 'add default S3 encryption'). Human-in-loop is the default for anything material - the agent proposes, you approve, we execute + verify.
Powered by Terraform · GitHub Actions · Argo Rollouts · human-in-loop checkpoints
06
Drift + change alerts
What you get Detect config drift (someone changed a security group via the AWS console instead of Terraform). Alert on suspicious changes (new admin user, MFA disabled, root access key created, VPC peering opened). Wired to your existing pager rota; not another dashboard nobody watches.
Powered by PagerDuty · Slack · MS Teams · CloudTrail · GCP Cloud Audit · Azure Activity Log