-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7767 from wazuh/enhancement/2675-add-aws-rework-a…
…ws-config Add AWS rework - AWS Config
- Loading branch information
Showing
25 changed files
with
227 additions
and
48 deletions.
There are no files selected for viewing
271 changes: 225 additions & 46 deletions
271
source/cloud-security/amazon/services/supported-services/config.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,98 +1,277 @@ | ||
.. Copyright (C) 2015, Wazuh, Inc. | ||
.. meta:: | ||
:description: AWS Config is a service that records the configuration of AWS resources easing auditing tasks. Learn how to configure and monitor it with Wazuh. | ||
:description: The following sections cover how to configure different services required to integrate AWS config service with Wazuh. | ||
|
||
.. _amazon_config: | ||
AWS configuration | ||
================= | ||
|
||
AWS Config | ||
========== | ||
|
||
`AWS Config <https://aws.amazon.com/config/>`_ is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations. With Config, you can review changes in configurations and relationships between AWS resources, dive into detailed resource configuration histories, and determine your overall compliance against the configurations specified in your internal guidelines. This enables you to simplify compliance auditing, security analysis, change management, and operational troubleshooting. | ||
`AWS Config <https://aws.amazon.com/config/>`__ is a service that enables you to assess, audit, and evaluate the configurations of your AWS resources. AWS Config continuously monitors and records your AWS resource configurations and allows you to automate the evaluation of recorded configurations against desired configurations. With AWS Config, you can review changes in configurations and relationships between AWS resources, dive into detailed resource configuration histories, and determine your overall compliance against the configurations specified in your internal guidelines. This enables you to simplify compliance auditing, security analysis, change management, and operational troubleshooting. | ||
|
||
Amazon configuration | ||
-------------------- | ||
|
||
#. On the `AWS Config page, <https://console.aws.amazon.com/config/>`_ go to *Settings*. | ||
The following sections cover how to configure different services required to integrate AWS config service with Wazuh. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/config.png | ||
:align: center | ||
:width: 80% | ||
|
||
Amazon Data Firehose configuration | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Create an Amazon Data Firehose delivery stream to store the AWS Config events into the desired S3 bucket so Wazuh can process them. | ||
|
||
#. Here, choose the **Resource types to record** (specify the AWS resource types you want AWS Config to record): | ||
#. :doc:`Create a new S3 bucket <../prerequisites/S3-bucket>`. If you want to use an already existing one, skip this step. | ||
|
||
- All resources | ||
- Specific types | ||
#. On your AWS console, search for "*amazon data firehose*" in the search bar at the top of the page or go to **Services** > **Analytics** > **Amazon Data Firehose**. | ||
|
||
.. note:: | ||
For more information about these options, see `Selecting Which Resources AWS Config Records. <https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html>`_ | ||
.. thumbnail:: /images/cloud-security/aws/config/01-data-firehose.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Select an existing S3 Bucket or :doc:`create a new one </cloud-security/amazon/services/prerequisites/S3-bucket>`. | ||
#. Click **Create Firehose stream**. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/aws-create-config-1.png | ||
.. thumbnail:: /images/cloud-security/aws/config/02-create-firehose-stream.png | ||
:align: center | ||
:width: 100% | ||
:width: 80% | ||
|
||
#. Select **Direct PUT** and **Amazon S3** as the desired Source and Destination, respectively. | ||
|
||
After these steps, it is necessary to configure the rules. | ||
.. thumbnail:: /images/cloud-security/aws/config/03-select-direct-put.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Go to Services > Management Tools > CloudWatch: | ||
#. Choose an appropriate **Firehose stream name**. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/aws-create-firehose-12.png | ||
.. thumbnail:: /images/cloud-security/aws/config/04-firehose-stream-name.png | ||
:align: center | ||
:width: 100% | ||
:width: 80% | ||
|
||
#. Select Rules on the left menu and click on the *Create* rule button: | ||
#. Select the desired S3 bucket as the destination. It is possible to specify a custom prefix to alter the path where AWS stores the logs. AWS Firehose creates a file structure ``YYYY/MM/DD/HH``, if a prefix is used the created file structure would be ``prefix-name/YYYY/MM/DD/HH``. If a prefix is used it must be specified under the Wazuh bucket configuration. Select your preferred compression, Wazuh supports any kind of compression but Snappy. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/aws-create-firehose-13.png | ||
.. thumbnail:: /images/cloud-security/aws/config/05-select-desired-bucket.png | ||
:align: center | ||
:width: 100% | ||
:width: 80% | ||
|
||
#. Select the services you want to get logs from using the Service name slider, then, click on the Add target button and add the previously created Firehose delivery stream there. Also, create a new role to access the delivery stream: | ||
#. Create or choose an existing IAM role to be used by Amazon Data Firehose in the **Advanced settings** section. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/aws-create-firehose-14.png | ||
.. thumbnail:: /images/cloud-security/aws/config/06-choose-iam-role.png | ||
:align: center | ||
:width: 100% | ||
:width: 80% | ||
|
||
#. Give the rule some name and click on the *Create* rule button: | ||
#. Click **Create Firehose stream** at the end of the page. The new delivery stream will be created and its details will be shown as follows. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/aws-create-firehose-15.png | ||
.. thumbnail:: /images/cloud-security/aws/config/07-create-firehose-stream.png | ||
:align: center | ||
:width: 100% | ||
:width: 80% | ||
|
||
#. Once the rule is created, data will start to be sent to the previously created S3 bucket. Remember to first enable the service you want to monitor, otherwise, you won't get any data. | ||
AWS Config configuration | ||
^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Policy configuration | ||
++++++++++++++++++++ | ||
#. On the `AWS Config <https://console.aws.amazon.com/config/>`__ page, go to **Set up AWS Config**. | ||
|
||
#. Under **Recording strategy**, specify the AWS resource types you want AWS Config to record: | ||
|
||
- All resource types with customizable overrides | ||
- Specific resource types | ||
|
||
.. note:: | ||
|
||
For more information about these options, see `selecting which resources AWS Config records <https://docs.aws.amazon.com/config/latest/developerguide/select-resources.html>`__. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/01-recording-strategy.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Create or select an existing IAM role for AWS Config. | ||
|
||
.. include:: /_templates/cloud/amazon/create_policy.rst | ||
.. include:: /_templates/cloud/amazon/bucket_policies.rst | ||
.. include:: /_templates/cloud/amazon/attach_policy.rst | ||
.. thumbnail:: /images/cloud-security/aws/config/.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Select an existing **S3** bucket and prefix or :doc:`create a new one <../prerequisites/S3-bucket>` then save your configuration. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/02-s3-and-prefix.png | ||
:align: center | ||
:width: 80% | ||
|
||
Wazuh configuration | ||
------------------- | ||
After these steps, it is necessary to configure an Amazon EventBridge rule to send AWS config events to the Amazon Data Firehose delivery stream created in the previous step. | ||
|
||
#. Open the Wazuh configuration file (``/var/ossec/etc/ossec.conf``) and add the following block: | ||
Amazon EventBridge configuration | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Configure an Amazon EventBridge rule to send Config events to the Amazon Data Firehose delivery stream created in the previous step. | ||
|
||
#. On your AWS console, search for "*eventbridge*" in the search bar at the top of the page or go to **Services** > **Application Integration** > **EventBridge**. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/01-search-for-eventbridge.png | ||
:align: center | ||
:width: 80% | ||
|
||
.. code-block:: xml | ||
#. Select **EventBridge Rule** and click **Create rule**. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/02-create-rule.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Assign a name to the EventBridge rule and select the **Rule with an event pattern** option. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/03-assign-name-to-eventbridge.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. In the **Build event pattern** section, choose **AWS events or EventBridge partner events** as **Event source**. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/04-build-event-pattern.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. In the **Event pattern** section choose **AWS services** as **Event source**, **Config** as **AWS service**, and **All Events** as **Event type**. Click **Next** to apply the configuration. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/05-config-as-aws-service.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Under **Select a target**, choose **Firehose delivery stream** and select the stream created previously. Also, create a new role to access the delivery stream. Click **Next** to apply the configuration. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/06-choose-firehose-delivery-stream.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Review the configuration and click **Create rule**. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/07-review-config-1.png | ||
:align: center | ||
:width: 80% | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/07-review-config-2.png | ||
:align: center | ||
:width: 80% | ||
|
||
Once the rule is created, every time an AWS Config event is sent, it will be stored in the specified S3 bucket. Remember to first enable the AWS Config service, otherwise, you won't get any data. | ||
|
||
Policy configuration | ||
^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Follow the :ref:`creating an AWS policy <creating_an_AWS_policy>` guide to create a policy using the Amazon Web Services console. | ||
|
||
Take into account that the policies below follow the principle of least privilege to ensure that only the minimum permissions are provided to the AWS IAM user. | ||
|
||
To allow an AWS user to use the Wazuh module for AWS with read-only permissions, it must have a policy like the following attached: | ||
|
||
.. code-block:: json | ||
{ | ||
"Version": "2012-10-17", | ||
"Statement": [ | ||
{ | ||
"Sid": "VisualEditor0", | ||
"Effect": "Allow", | ||
"Action": [ | ||
"s3:GetObject", | ||
"s3:ListBucket" | ||
], | ||
"Resource": [ | ||
"arn:aws:s3:::<WAZUH_AWS_BUCKET>/*", | ||
"arn:aws:s3:::<WAZUH_AWS_BUCKET>" | ||
] | ||
} | ||
] | ||
} | ||
If it is necessary to delete the log files once they have been collected, the associated policy would be as follows: | ||
|
||
.. code-block:: json | ||
{ | ||
"Version": "2012-10-17", | ||
"Statement": [ | ||
{ | ||
"Sid": "VisualEditor0", | ||
"Effect": "Allow", | ||
"Action": [ | ||
"s3:GetObject", | ||
"s3:ListBucket", | ||
"s3:DeleteObject" | ||
], | ||
"Resource": [ | ||
"arn:aws:s3:::<WAZUH_AWS_BUCKET>/*", | ||
"arn:aws:s3:::<WAZUH_AWS_BUCKET>" | ||
] | ||
} | ||
] | ||
} | ||
.. note:: | ||
|
||
``<WAZUH_AWS_BUCKET>`` is a placeholder. Replace it with the actual name of the bucket from which you want to retrieve logs. | ||
|
||
After creating a policy, you can attach it directly to a user or to a group to which the user belongs. In :ref:`attaching a policy to an IAM user group <attaching_policy_to_IAM_user_group>`, you see how to attach a policy to a group. More information on how to use other methods is available in the `AWS documentation <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users_change-permissions.html#users_change_permissions-add-console>`__. | ||
|
||
Configure Wazuh to process Amazon Config logs | ||
--------------------------------------------- | ||
|
||
#. Access the Wazuh configuration in **Server management** > **Settings** using the Wazuh dashboard or by manually editing the ``/var/ossec/etc/ossec.conf`` file in the Wazuh server or agent. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/01-wazuh-configuration.png | ||
:align: center | ||
:width: 80% | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/02-wazuh-configuration.png | ||
:align: center | ||
:width: 80% | ||
|
||
#. Add the following :doc:`Wazuh module for AWS </user-manual/reference/ossec-conf/wodle-s3>` configuration to the file, replacing ``<WAZUH_AWS_BUCKET>`` with the name of the S3 bucket: | ||
|
||
.. code-block:: xml | ||
<wodle name="aws-s3"> | ||
<disabled>no</disabled> | ||
<interval>10m</interval> | ||
<run_on_start>yes</run_on_start> | ||
<skip_on_error>yes</skip_on_error> | ||
<bucket type="config"> | ||
<name>wazuh-aws-wodle</name> | ||
<name><WAZUH_AWS_BUCKET></name> | ||
<path>config</path> | ||
<aws_profile>default</aws_profile> | ||
</bucket> | ||
</wodle> | ||
.. note:: | ||
Check the :doc:`AWS S3 module </user-manual/reference/ossec-conf/wodle-s3>` reference manual to learn more about each setting. | ||
.. note:: | ||
|
||
In this example, the ``aws_profile`` authentication parameter was used. Check the :doc:`credentials <../prerequisites/credentials>` section to learn more about the different authentication options and how to use them. | ||
|
||
#. Save the changes and restart Wazuh to apply the changes. The service can be manually restarted using the following command outside the Wazuh dashboard: | ||
|
||
- Wazuh manager: | ||
|
||
.. code-block:: console | ||
# systemctl restart wazuh-manager | ||
- Wazuh agent: | ||
|
||
.. code-block:: console | ||
# systemctl restart wazuh-agent | ||
Use cases | ||
--------- | ||
|
||
#. Restart Wazuh in order to apply the changes: | ||
AWS Config allows you to review changes in configuration and relationships between AWS resources. Below is an example of a use case for AWS Config. | ||
|
||
* If you're configuring a Wazuh manager: | ||
Monitoring configuration changes | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. include:: /_templates/common/restart_manager.rst | ||
Multiple alerts with rule ID *80454* will be seen on the Wazuh dashboard when there are changes in the configuration of the resources monitored by AWS config. Some examples are shown in the image below. | ||
|
||
* If you're configuring a Wazuh agent: | ||
.. thumbnail:: /images/cloud-security/aws/config/1-monitor-configuration-changes.png | ||
:align: center | ||
:width: 80% | ||
|
||
.. include:: /_templates/common/restart_agent.rst | ||
You can expand an alert to see more information such as the resource name, resource type, and configuration state. | ||
|
||
.. thumbnail:: /images/cloud-security/aws/config/2-monitor-configuration-changes.png | ||
:align: center | ||
:width: 80% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
source/cloud-security/amazon/services/supported-services/vpc.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+61.7 KB
source/images/cloud-security/aws/config/03-assign-name-to-eventbridge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+104 KB
source/images/cloud-security/aws/config/06-choose-firehose-delivery-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+85.7 KB
source/images/cloud-security/aws/config/07-create-firehose-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+135 KB
source/images/cloud-security/aws/config/1-monitor-configuration-changes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+117 KB
source/images/cloud-security/aws/config/2-monitor-configuration-changes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.