AWS Security Hub enables users to view security findings from AWS services, such as Amazon Guard Duty, Amazon Inspector, as well as AWS Partner solutions.
If you use both AWS Security Hub
Specifically, as a Jira administrator, you can use this integration to
automatically create Jira issues from Security Hub findings. When you update
those tickets in Jira, the changes are automatically replicated back to
the original Security Hub findings. For example, when you resolve the issue in
Jira, the workflow status of the Security Hub finding also changes to
RESOLVED
. This action ensures Security Hub always has up-to-date
information about your security posture.
To configure AWS Security Hub integration features
-
Enable AWS Security Hub. For more information, see Accessing Security Hub.
-
Set up an SQS queue to receive updated Findings. Name the queue AwsSmcJsmSecurityHubQueue to align with the default name in the JSM Connector Settings for the AWS Security Hub integration. For more information, see Getting started with Amazon SQS.
-
Set up a Amazon EventBridge rule to detect changes to Findings and push these to the queue. For more information, see Getting started with Amazon EventBridge.
The CloudWatch rule should have the following event pattern and should point to the SQS queue created in Step 2.
"EventPattern": { "source": [ "aws.securityhub" ] }
-
You can also customize this CloudWatch Events rule to only pull in Security Hub findings that have specific finding types, severity labels, workflow statuses, or compliance statuses. For details about how to filter the event pattern, see Configuring an EventBridge rule for automatically sent findings in the AWS Security Hub User Guide.
Note
You can use the available AWS CloudFormation templates for the JSM connector to configure your AWS account to enable AWS Service Catalog integration. For more information, see Baseline Permissions.
Video: Bidirectional integration with Atlassian Jira Service
Management
This video (8:40) describes how to set up a bidirectional integration with Atlassian Jira Service Management. This feature makes it easier for AWS Security Hub users to automatically create and update issues in Jira Service Management from AWS Security Hub findings and ensure that updates to those tickets are synced with the findings.