Section | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Section | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Note |
---|
According to AWS, "An IAM user is a resource in IAM that has associated credentials and permissions. An IAM user can represent a person or an application that uses its credentials to make AWS requests. This is typically referred to as aservice account." |
Option 1: For existing AWS service accounts
Your AWS service account must have full access to AWS CloudWatch.
Your individual AWS user account must have full access to the following AWS features:
- AWS GuardDuty
- AWS Lambda
- AWS CloudWatch
- AWS CloudFormation
To update your AWS policies (permissions), use the following JSON file:
Code Block | ||
---|---|---|
| ||
{
"Version": "2012-10-17",
"Statement": [
{
"Action": [
"logs:Describe*",
"logs:Get*",
"logs:List*",
"logs:StartQuery",
"logs:StopQuery",
"logs:TestMetricFilter",
"logs:FilterLogEvents"
],
"Resource": [
"arn:aws:logs:*:*:log-group:Armor_GuardDuty_Log_Group",
"arn:aws:logs:*:*:log-group:Armor_GuardDuty_Log_Group:*",
"arn:aws:logs:*:*:log-group:Armor_GuardDuty_Log_Group:*:*"
],
"Effect": "Allow"
}
]
} |
Option 2: For non-existing AWS service accounts
If you do not have an AWS service account, then you can create an AWS service using an Armor-generated CloudFormation template, which already includes the necessary permissions (policies).
Note |
---|
AWS is in the process of updating the screens in their AWS console. As a result, there are two versions of the AWS CloudFormation screen; however, this step is compatible with both views. |
- Click the following link to create a service account in AWS:
- Click Next.
- Click Next.
- Click Next.
- At the bottom of the screen, mark the box to accept the terms, and then click Create stack or Create.
- The service account will take a few minutes to create; you may need to refresh the screen to see account updates.
- Note the name of the newly created service account.
Retrieve Your AWS Credentials
Access your AWS console to gather the following information for your service account:
- AWS account number / account ID
- AWS Access Key
- AWS Secret Key
Note |
---|
In a later step, you will add this information to your Armor Management Portal (AMP) account. |
- In your AWS console, access the IAM section.
- In the left-side window, click Users.
- Locate and select the service account.
- Click Security credentials.
- Click Create access key.
- In the window that appears, copy your Access key ID and Secret access key. You will enter these keys in AMP in a later step.
Note |
---|
To learn more about your keys, especially how to create a key, please visit AWS's documentation site. |
Create A Remote Log Source Type
- In the Armor Management Portal (AMP), in the left-side navigation, click Security.
- Click Log & Data Management.
- Click External Sources.
- If this screen is blank, then click Let's Get Started.
- Click the plus ( + ) icon.
- If you do not have any log sources already created, then click Add a New Log Source.
- Complete the missing fields:
- In Endpoint, use the drop-down menu to select an already-configured endpoint.
- In Log Source Type, click Amazon GuardDuty.
- By default, Hostname will be populated; however, the Hostname will change after you enter your AWS credentials.
- By default, Protocol will be populated.
- Enter your AWS information.
- In AWS Account Number, paste the AWS account number for your service account. You must remove any dashes or hyphens ( - ).
- In AWS Access Key and AWS Secret Key, enter the key information for your service account.
- Under AWS Regions, click Select All Regions.
- For best practices, Armor and AWS recommend that you select every region.
- Click Save Log Source.
In the window that appears, click the link to directly access your AWS account with Armor's CloudFormation stackset or stack template already imported.
Multiple regions To collect and send logs from multiple regions, click this link. Afterwards, see Step 4.
Armor and AWS recommend that you configure your account to send logs from all regions.
Single region To collect and send logs from a single region, click this link. Afterwards, see Step 5. https://console.aws.amazon.com/cloudformation/home#/stacks/new?stackName=guard-duty-forwarding&templateURL=https:%2F%2Fs3-us-west-2.amazonaws.com%2Flogs.armor.com%2Fguard-duty-forwarding%2Fsetup-guard-duty-forwarding.yml
Configure the AWS GuardDuty CloudFormation StackSet Template for Multiple Regions
You can use these instructions to collect and send logs from multiple regions to AMP.
Note |
---|
If you only want to send logs from one region, then see (Optional) Step 5: Configure the AWS GuardDuty CloudFormation Stack Template. |
- In the AWS console, in Amazon S3 URL, verify that the displayed link is: https://s3-us-west-2.amazonaws.com/logs.armor.com/guard-duty-forwarding/setup-guard-duty-forwarding.yml
- Click Next.
- (Optional) In StackSet name, enter a descriptive name for the StackSet.
- This name must begin with a letter, and can only contain letters, numbers, and hyphens.
- (Optional) In Log Retention In Days, specify the number of days to maintain logs.
- By default, Armor has configured 3 days.
- Click Next.
- In Deploy stacks in accounts, enter the AWS account number for the AWS service account.
- This is the same AWS service account number that you previously entered in AMP.
- You must remove any dashes or hyphens ( - ).
- Under Specify regions, under Available regions, click Add all.
- Click Next.
- Click Next.
- At the bottom of the screen, mark the box to accept the terms, and then click Create.
- Skip Step 5, and proceed to Step 6.
Anchor | ||||
---|---|---|---|---|
|
You can use these instructions to collect and send logs from a single region to AMP; however, Armor recommends that you configure your AWS account to send logs from multiple regions, as described in Step 4: Configure the AWS GuardDuty CloudFormation StackSet for Multiple Regions.
Expand |
---|
AWS is in the process of updating the screens in their AWS console. As a result, there are two versions of the AWS CloudFormation screen. Review the following table to understand your particular view, and then review the appropriate option. Option 1: Old View
|
Verify Connection in AMP
- In the Armor Management Portal (AMP), in the left-side navigation, click Security.
- Click Log & Data Management, and then select External Sources.
- Locate the newly created remote log source.
- Under Last Event, verify that a recent activity took place.
- This status will indicate that the configurations were successful.
- After you update your AWS account, it may take 30 minutes for AMP to display the updates.
Additionally, you can view the actual logs to confirm that the configuration was successful.
- In the Armor Management Portal (AMP), in the left-side navigation, click Security.
- Click Log & Data Management, and then select Search.
- If Log & Data Management does not appear, then click Log Management, and then select Search.
- In the search field, enter your AWS account number surrounded by asterisks wildcards.
- For example, you can enter *123456789123*
- This action will display collected AWS GuardDuty logs.
Info |
---|
TroubleshootingIf you are having issues adding a remote collector to an AWS GuardDuty remote device, consider that:
|
Edit a Stack
Note |
---|
This section only applies to single stacks, not stack sets. |
Currently, in AMP, you cannot edit an existing stack. If you want to update your stack, then you must delete the remote log source, and then create a new one with your desired updates.