Skip to content

Commit

Permalink
Merge pull request #1529 from TOUFIKIzakarya/improve/sophos
Browse files Browse the repository at this point in the history
Add some extra explination
  • Loading branch information
TOUFIKIzakarya authored Jan 9, 2024
2 parents 366ba1e + 9ed2efd commit fbcc967
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,23 @@ Copy the Client ID and Client Secret.

### Enable logs to Sophos data lake

Log on your Sophos Interface and follow [this guide](https://community.sophos.com/intercept-x-endpoint/f/recommended-reads/130364/getting-started-with-sophos-xdr-data-lake-hydration).
By default sophos central will not send logs to the Data Lake automatically, so you have to do it manually. you will need to enable hydration for both Endpoints and Servers as you want.

To enable hydrating the data lake for endpoint:

1. Click **Endpoint Protection**
2. Click **Settings**
3. Scroll down and click **Data Lake uploads**
4. Toggle the switch to enable **Upload to the Data Lake**
5. (OPTIONAL) - if you want to exclude any devices, select them from the available list and move them to the excluded list

To enable hydrating the data lake for server:

1. Click **Server Protection**
2. Click **Settings**
3. Scroll down and click **Data Lake uploads**
4. Toggle the switch to enable **Upload to the Data Lake**
5. **(OPTIONAL)** - if you want to exclude any devices, select them from the available list and move them to the excluded list

## Create the intake

Expand All @@ -57,6 +73,11 @@ Log on your Sophos Interface and follow [this guide](https://community.sophos.co
4. In `Choose a trigger`, select the `Query IOC from data lake`.
5. Click on the `Query IOC from data lake` module on the right sidebar and in the `Module Configuration` section, select `Create new configuration`.
6. Write a `name` and paste the `client_id` and `client_secret` from the Sophos console and click on `Save`.

!!! info
- If you want to change the region with your own region, you can find your region via **protect devices field**, first click on **Protect Devices**, Then copy link of any download links and finally Check the region that appears as part of the URL.
- No need to change the **Oauth2 Authorization Url** for the moment (this's the only endpoint to get a JWT token).

7. In the `Trigger Configuration` section, click on `Create new configuration`.
8. Write a `name`, choose a `frequency` - Default is `60` -, paste the `intake_key` associated to your `Sophos Threat Analysis Center` intake and click on `Save`.
9. On the top right corner, start the Playbook. You should see monitoring messages in the `Logs` section.
Expand All @@ -65,3 +86,5 @@ Log on your Sophos Interface and follow [this guide](https://community.sophos.co
## Further Readings

- [Sophos Analysis Threat Center documentation](https://doc.sophos.com/central/customer/help/en-us/ManageYourProducts/ThreatAnalysisCenter/index.html)
- [Sophos Analysis Threat Center guide](https://community.sophos.com/intercept-x-endpoint/f/recommended-reads/130364/getting-started-with-sophos-xdr-data-lake-hydration)
- [Identify your region](https://support.sophos.com/support/s/article/KB-000044836?language=en_US)
5 changes: 5 additions & 0 deletions docs/xdr/features/collect/integrations/endpoint/sophos_edr.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ In the Sophos Central Admin console:
4. In `Choose a trigger`, select the [Get Sophos events](../../../../automate/library/sophos/#get-sophos-events).
5. Click on the `Get Sophos events` module on the right sidebar and in the `Module Configuration` section, select `Create new configuration`.
6. Write a `name` and paste the `client_id` and `client_secret` from the Sophos console and click on `Save`.

!!! info
- If you want to change the region with your own region, you can find your region via **protect devices field**, first click on **Protect Devices**, Then copy link of any download links and finally Check the region that appears as part of the URL.
- No need to change the **Oauth2 Authorization Url** for the moment, as this's the only endpoint to get a JWT token

7. In the `Trigger Configuration` section, click on `Create new configuration`.
8. Write a `name`, choose a `frequency` - Default is `60` -, paste the `intake_key` associated to your `Sophos EDR` intake and click on `Save`.
9. On the top right corner, start the Playbook. You should see monitoring messages in the `Logs` section.
Expand Down

0 comments on commit fbcc967

Please sign in to comment.