Billing and Usage
To start using Cyscale, start your Free Trial, or please contact us at [email protected].
Plans Overview
All plans include these core features:
- Full provider support:
- AWS, Microsoft Azure, Google Cloud, Alibaba Cloud
- Kubernetes
- IdP: Okta, Google Workspace, Microsoft Entra ID
- Complete asset inventory
- 400+ pre-configured security controls
- Real-time security alerts
- Third-party integrations:
- Microsoft Teams
- Slack
- Jira
- Webhooks
- Comprehensive notifications:
- Security alerts
- Weekly digest emails
- Industry compliance frameworks:
- ISO 27001
- SOC 2
- PCI-DSS
- HIPAA
- Additional frameworks
- Policy management:
- Pre-configured policies
- Custom policy creation
- Reporting capabilities:
- PDF export
- CSV export
Plan Types
Pro Plan
Scale Plan
- Up to 5000 monitored assets
- Includes all Pro plan features
Enterprise Plan
For organizations requiring:
- More than 5000 assets
- Enhanced collaboration features
- Custom requirements
Contact [email protected] for Enterprise plan details.
MSSP Program
For Managed Security Service Providers looking to integrate Cyscale into their service offerings, learn more about our MSSP program
Marketplace Availability
AWS Marketplace
- Direct subscription through AWS Marketplace
Azure Marketplace
- Direct subscription through Azure Marketplace
- Alternative access via Azure Portal
- Microsoft users can also subscribe through AppSource
Billing Process
Invoice Management
- We'll collect your billing information
- You'll receive invoices via email
- Payment is accepted via wire transfer
Understanding Usage
Asset Definition
- An asset is any resource node in our security knowledge graph
- Examples include:
- AWS: EC2 instances, EBS volumes, VPCs, S3 buckets
- Azure: Virtual machines, storage accounts, AD users
- Google Cloud: Service accounts, compute instances
- Identity providers: Okta applications
Usage Calculation
- We count unique resources detected during each billing period
- Monitor your current usage on the usage dashboard
- Usage data may have a few minutes delay
- Excluded from billing:
- Volume snapshots
- Disk snapshots
- Prefix lists
- Subnetworks
- Other non-analyzed resources
Billable Assets
- Billable AWS Services
- Billable Microsoft Azure Services
- Billable Google Cloud Services
If your AWS Account is part of an AWS Organization, make sure you select the correct one.
ACM::SSLCertificate
ApiGateway
CertificateManager::Certificate
CloudFront::Distribution
CloudTrail::Trail
CloudWatch::Alarm
CodeArtifact::Repository
DynamoDB::Table
EC2::EIP
EC2::Image
EC2::Instance
EC2::NetworkInterface
EC2::RouteTable
EC2::SecurityGroup
EC2::VPC
ECS::Cluster
ECS::EcrImage
ECS::EcrRepository
EKS::Cluster
ElasticLoadBalancing::LoadBalancer
ElasticLoadBalancingV2::LoadBalancer
IAM::InstanceProfile
IAM::ManagedPolicy
IAM::Role
IAM::ServerCertificate
IAM::VirtualMFADevice
KMS::Key
Lambda::Function
RDS::DBCluster
RDS::DBInstance
RDS::DBSecurityGroup
Route53::Domain
S3::Bucket
SecretsManager::Secret
SNS::Subscription
SNS::Topic
//not billable EC2::NetworkAcl
//not billable EC2::Snapshot
//not billable EC2::Subnet
//not billable ElastiCache::Snapshot
//not billable RDS::DBClusterSnapshot
//not billable RDS::DBSnapshot
//not billable RDS::DBSubnetGroup
//not billable Redshift::ClusterSubnetGroup
If your Microsoft Azure Account is part of a Tenant, make sure you select the correct one.
Click here to open Azure Resource Graph Explorer and query billable Azure resources.
Click New query
and paste the following text to extract an approximate number of billable Azure resources, then click on the Run query
button.
resources
| extend assetType = case(
type =~ 'Microsoft.ContainerService/managedClusters', 'AKSCluster',
type =~ 'Microsoft.Security/autoProvisioningSettings', 'AutoProvisioningSetting',
type =~ 'Microsoft.Storage/storageAccounts/blobServices/containers', 'BlobContainer',
type =~ 'Microsoft.ServiceFabric/clusters', 'Cluster',
type =~ 'Microsoft.App/containerApps', 'ContainerApp',
type =~ 'Microsoft.ContainerRegistry/registries/images', 'ContainerImage',
type =~ 'Microsoft.ContainerInstance/containerGroups', 'ContainerInstance',
type =~ 'Microsoft.DocumentDB/databaseAccounts', 'CosmosDBAccount',
type =~ 'Microsoft.Compute/disks', 'Disk',
type =~ 'Microsoft.Web/sites/functions', 'Function',
type =~ 'Microsoft.Web/sites', 'FunctionApp',
type =~ 'Microsoft.KeyVault/vaults/keys', 'KMSKey',
type =~ 'Microsoft.KeyVault/vaults/secrets', 'KMSSecret',
type =~ 'Microsoft.KeyVault/vaults', 'KMSVault',
type =~ 'Microsoft.Network/loadBalancers', 'LoadBalancer',
type =~ 'Microsoft.ManagedIdentity/userAssignedIdentities', 'ManagedIdentity',
type =~ 'Microsoft.Network/networkInterfaces', 'NetworkInterface',
type =~ 'Microsoft.Network/networkSecurityGroups', 'SecurityGroup',
type =~ 'Microsoft.Web/sites', 'Site',
type =~ 'Microsoft.Sql/servers/databases', 'SQLDatabase',
type =~ 'Microsoft.Sql/servers', 'SQLServer',
type =~ 'Microsoft.Network/publicIPAddresses', 'StaticIP',
type =~ 'Microsoft.Network/routeTables', 'RoutesTables',
type =~ 'Microsoft.Storage/storageAccounts', 'StorageAccount',
type =~ 'Microsoft.Storage/storageAccounts/fileServices/shares', 'StorageAccountFileShare',
type =~ 'Microsoft.Storage/storageAccounts/queueServices/queues', 'StorageAccountQueue',
type =~ 'Microsoft.Storage/storageAccounts/tableServices/tables', 'StorageAccountTable',
type =~ 'Microsoft.Network/virtualNetworks', 'VirtualNetwork',
type =~ 'Microsoft.Compute/virtualMachines', 'VM',
'Other')
| where assetType != 'Other'
| summarize total = count() by assetType
| order by total desc
If your Google Cloud Project is part of a Folder or Organization, make sure you select the correct one.
Click here to directly list your billable Google Cloud resources.
AlertPolicy
APIKey
AppEngineApplication
AppEngineService
ArtifactRegistryRepository
BigQueryTable
Bucket
CloudRunJob
CloudRunRevision
CloudRunService
ComputeSSLCertificate
ContainerImage
Disk
DNSPolicy
Firewall
Function
IAMGroup
IAMRole
IAMServiceAccount
IAMServiceAccountKey
IAMUser
KMSKey
LogBucket
LogMetric
LogSink
ManagedZone
NetworkInterface
PubSubSubscription
PubSubTopic
Secret
SSLCertificate
SSLPolicy
StaticIP
VM
VPC