End-of-Life (EoL)
Cloud discovery
It’s difficult to ensure that all your apps running on all the different types of cloud services are being properly secured.
If you’re using multiple cloud platforms, you might have many separate accounts per platform.
You could easily have hundreds of combinations of providers, accounts, and regions where cloud native services are being deployed.
Cloud Platforms discovery helps you find all cloud-native services being used in AWS, Azure, and Google Cloud, across all regions, and across all accounts.
Cloud Provider discovery continuously monitors these accounts, detects when new services are added, and reports which services are unprotected.
It can help mitigate your exposure to rogue deployments, abandoned environments, and sprawl.
Cloud Platforms discovery offers coverage for the following services.
Registries:
- AWS
- Azure
- Google Cloud
Serverless functions:
- AWS
- Azure
- Google Cloud
1
Managed platforms:
- AWS ECS
- AWS EKS
- Azure Kubernetes Service (AKS)
- Azure Container Instances (ACI)
- Google Kubernetes Engine (GKE)
1
One-click protection is currently not yet available for these services.
One-click protection lets you deploy Prisma Cloud to protect a resource directly from the scan results page.Configuring cloud platforms discovery
Set up Prisma Cloud to scan your cloud platform accounts for cloud-native resources and services.
Then configure Prisma Cloud to protect them with a single click.
Prerequisites:
- For AWS, you’ve got a service account with following minimum permissions policy:{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "lambda:ListFunctions", "ecr:DescribeRepositories", "eks:DescribeCluster", "ecs:ListContainerInstances", "eks:ListClusters", "ecs:DescribeClusters", "ecs:ListClusters" ], "Resource": "*" } ] }For Azure, you’ve created a service principal with the reader role.
- Open Console.
- Go toDefend > Compliance > Cloud Platforms.
- Select the accounts to scan with theDiscoverycheckbox. If there are no accounts in the table, add one in the credentials store.
- ClickSave.
- Review the scan report.
- Go toMonitor > Compliance > Cloud Discoveryto see the scan report in tabular format.
- Go toRadarand selectCloudto see the scan report in a visual format.
- ClickProtectfor the entities you want Prisma Cloud to scan for vulnerabilities.When you clickProtect, a new scan rule is proposed. Select the appropriate credential, tweak the scan rule as desired, then clickAdd.
- Scan reports can viewed underMonitor > Vulnerabilities > {Registry|Functions}.
Configuring cloud compliance scans
Prisma Cloud can assess your AWS account against the CIS Amazon Web Services Foundations v1.2.0 benchmark.
This benchmark provides prescriptive guidance for configuring security options for a subset of Amazon Web Services.
It has four sections:
- Identity and Access Management
- Logging
- Monitoring
- Networking
As with all scanning in Prisma Cloud, there are two flows:
- Periodic scanning, which is configurable inManage > System > Scan, and set to a default of once every 24 hours.
- Manual scanning, which lets you force a scan immediately by pressing theScanbutton inMonitor > Compliance > Cloud Compliance.
Prerequisites:
- You have a service account with the following minimum permissions policy.{ "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "iam:ListPolicies", "iam:GenerateCredentialReport", "iam:GetPolicyVersion", "iam:GetAccountPasswordPolicy", "s3:GetBucketLogging", "iam:ListEntitiesForPolicy", "logs:DescribeMetricFilters", "sns:ListSubscriptions", "cloudtrail:GetEventSelectors", "s3:GetBucketAcl", "config:DescribeConfigurationRecorderStatus", "s3:GetBucketPolicy", "iam:ListVirtualMFADevices", "cloudtrail:DescribeTrails", "kms:ListKeys", "config:DescribeConfigurationRecorders", "s3:ListAllMyBuckets", "kms:ListAliases", "cloudwatch:DescribeAlarms", "iam:ListUsers", "iam:GetCredentialReport", "s3:GetBucketLocation", "iam:GetAccountSummary" ], "Resource": "*" }, { "Sid": "VisualEditor1", "Effect": "Allow", "Action": [ "sns:ListSubscriptionsByTopic", "kms:GetKeyRotationStatus", "cloudtrail:GetTrailStatus", "iam:ListAttachedUserPolicies", "iam:ListUserPolicies" ], "Resource": [ "arn:aws:iam::*:user/*", "arn:aws:cloudtrail:*:*:trail/*", "arn:aws:kms:*:*:key/*", "arn:aws:sns:*:*:*" ] } ] }
- Open Console.
- Go toDefend > Compliance > Cloud Platforms.
- Select the accounts to scan with theCompliancecheckbox. If there are no accounts in the table, add one in the credentials store. Compliance checks are only available for AWS.
- Choose the compliance checks to enable. By default, all critical and high checks are set to alert.
- ClickSave.
- Go toMonitor > Compliance > Cloud Complianceto review the scan reports in tabular format.Alternatively, go toRadar, selectCloud, and click through the markers to explore the corresponding account’s compliance results.
Most Popular
Recommended For You
Recommended Videos
Recommended videos not found.