Cloud Security Scanning

Panther Cloud Security Scanning uses policies to detect misconfigurations in AWS resources

Overview

Cloud Security Scanning in Panther works by capturing the configurations of your Amazon Web Services (AWS) resources and invoking associated policies you've defined to detect misconfigurations. Cloud Security Scanning is automatically enabled when you onboard a Cloud Account in your Panther instance.

This feature can improve your cloud security posture and assist with compliance. Common security misconfigurations detectable by Panther include:

  • S3 Buckets without encryption

  • Security Groups allowing inbound SSH traffic from 0.0.0.0/0

  • Access Keys being older than 90 days

  • IAM policies that are too permissive

When adding a new AWS account, Panther runs a baseline scan and models all of the resources in your account. Account scans are then performed daily. This works by using an assumable IAM Role with ReadOnly permissions.

How to use Cloud Security Scanning

Cloud Security Scanning is automatically enabled in Panther when a cloud account is onboarded. With Cloud Security Scanning, Panther captures the state of cloud resources and invokes any associated policies on a daily cadence to detect misconfigurations.

You can onboard a cloud account in the Panther Console, or using the Panther API.

Additionally, we recommend onboarding your CloudTrail or CloudWatch logs as a log source integration so you can configure detections and receive alerts for active incidents and breaches.

Panther's Cloud Security Scanning performs scans daily.

You can also enable real-time monitoring of cloud infrastructure configurations.

Onboarding a cloud account in the Panther Console

  1. Log in to your Panther Console.

  2. In the left sidebar, click Configure > Cloud Accounts then click Connect an account.

  3. Enter your account Name and AWS Account ID.

  4. Click Continue Setup.

Set up an IAM role

Panther needs an IAM role to have the ability to scan resources from your AWS account. You can choose from the following options to set this up:

Creating an IAM Role using the AWS Console UI

  1. On the "Setup an IAM Role" page, click Select next to Using the AWS Console UI.

  2. Click Launch Console UI.

    • You will be redirected to the AWS console in a new browser tab, with the template URL pre-filled.

    • Check the acknowledgements in the "Capabilities" box, and click Create Stack.

  3. Navigate back to your Panther Console.

  4. Click Continue Setup to complete the Cloud Account setup process.

Creating an IAM Role using a CloudFormation or Terraform Template File

  1. On the "Setup an IAM Role page", click Select next to CloudFormation or Terraform Template File.

  2. Click the template option you want to use, which downloads the template to apply it through your own pipeline.

  3. Upload the template file in AWS.

Creating an IAM role manually or with other automation

If you wish to create an IAM role via some other mechanism, ensure it has the naming standard and permissions documented in Panther’s provided templates.

  1. On the "Set Up an IAM role" page, click the link that says I want to set everything up on my own.

  2. Create the required IAM role. You may create the required IAM role manually or through your own automation.

Finish the cloud account setup process

The Setup Verification page verifies whether the IAM role has been successfully created.

  1. Optionally, you can click Setup CloudTrail to enable Real Time Scanning.

    • If you have already configured a Log Source containing CloudTrail Logs or if you would like to configure this later, you may skip this step.

  2. Click Finish Setup.

Onboarding a cloud account using the Panther API

To onboard a cloud account with the Panther API, use the CreateCloudAccount operation. Note that after using this operation, you will still need to set up an IAM role in your AWS account—follow the Creating an IAM role manually or with other automation instructions above.

Real-time monitoring

You can optionally enable real-time monitoring of your cloud resources, in addition to the daily scan performed by the Cloud Security Scanning service.

Real-time monitoring means that whenever a change is made to a cloud resource (including configuration modifications, creations, and deletions), Panther invokes any policies associated with that resource. This means that if the change causes the resource to fail a policy, you will be alerted in near-real-time, instead of at the time of the next daily scan.

To set up real-time monitoring, either onboard AWS CloudTrail as a log source, or follow the CloudWatch events process below.

CloudTrail logs

To set up real-time monitoring via CloudTrail logs, follow the instructions to onboard CloudTrail logs.

CloudWatch events

To leverage CloudWatch events for resource scanning and monitoring, you must configure a CloudFormation stack in AWS and then onboard your Cloud Account.

Configure CloudFormation to leverage CloudWatch events

Before getting started, review the panther-cloudwatch-events.yml CloudFormation template within panther-auxiliary. This YAML file contains the CloudFormation stack information necessary to configure Panther's real-time CloudWatch Event collection.

It works by creating CloudWatch Event rules which feed to Panther's SQS Queue proxied by a local SNS topic in each region. Latency between an event occurring in AWS and the event being detected by CloudWatch Event rules is typically 1 minute or less.

  1. Download the panther-cloudwatch-events.yml template from panther-auxiliary.

  2. Launch your AWS console and navigate to the CloudFormation service.

  3. Click Create stack and choose the option "With new resources."

  4. In the Template section, choose the option Upload a template file. Select your panther-cloudwatch-events.yml file.

  5. Click Next.

  6. In the Specify Details section, fill in the necessary fields, including the following:

    • Stack name: panther-real-time-events

    • QueueArn: arn:aws:sqs:<PantherRegion>:<PantherAccountID>:panther-aws-events-queue

  7. Click Next.

  8. On the Configure stack options page, click Next.

  9. On the Review page, make sure you have configured your settings correctly. Click Next.

  10. After configuring the template, follow the instructions to onboard your cloud account.

Cloud resource attributes

To learn more about the attributes that can be referenced in Cloud Security policies, see Cloud Resource Attributes.

Troubleshooting Cloud Security Scanning

Visit the Panther Knowledge Base to view articles about Cloud Security Scanning policies and articles about Cloud Accounts that answer frequently asked questions and help you resolve common errors and issues.

Last updated