Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Trellix EDR integration #1453

Merged
merged 2 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions docs/xdr/features/collect/integrations/endpoint/trellix_edr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
uuid: 954a6488-6394-4385-8427-621541e881d5
name: Trellix EDR
type: intake

## Overview

Trellix has been involved in the detection and prevention of major cybersecurity attacks. It provides hardware, software, and services to investigate cybersecurity attacks, protect against malicious software, and analyze IT security risks.

!!! warning
Important note - This format is currently in alpha. We highly value your feedback to improve its performance.

{!_shared_content/operations_center/detection/generated/suggested_rules_954a6488-6394-4385-8427-621541e881d5_do_not_edit_manually.md!}

{!_shared_content/operations_center/integrations/generated/954a6488-6394-4385-8427-621541e881d5.md!}

## Configure

This setup guide will show you how to forward your Trellix EDR events to Sekoia.io.

### Configure OAuth

1. Get `client_id`, `client_secret` and `x-api-token` from your Trellix profile. Ensure that the following scopes are associated to your credentials: soc.act.tg
2. Make sure you have access to events by making a request from the [documentation](https://developer.manage.trellix.com/mvision/apis/threats)

### Create an intake

Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format Trellix EDR. Copy the intake key.

### Pull events

To start to pull events, you have to:

1. Go to the [playbooks page](https://app.sekoia.io/operations/playbooks) and create a new playbook with the [Trellix](../../../automate/library/trellix.md) trigger
2. Set up the module configuration with the Client Id and Client Secret. Set up the trigger configuration with the intake key
3. Start the playbook and enjoy your events
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: intake
Trellix ePO - On-prem monitors and manages your network, collects data on events and alerts, creates reports, and automates workflow to streamline product deployments, patch installations, and security updates. As an open and comprehensive platform, Trellix ePO - On-prem integrates more than 150 third-party solutions for faster and more accurate responses.

!!! warning
Important note - This format is currently in beta. We highly value your feedback to improve its performance.
Important note - This format is currently in alpha. We highly value your feedback to improve its performance.

{!_shared_content/operations_center/detection/generated/suggested_rules_ba40ab72-1456-11ee-be56-0242ac120002_do_not_edit_manually.md!}

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ nav:
- Trend Micro Apex One: xdr/features/collect/integrations/endpoint/trend_micro/trend_micro_apex_one.md
- Trend Micro Cloud One / Deep Security: xdr/features/collect/integrations/endpoint/trend_micro/trend_micro_deep_security.md
- Trellix ePO: xdr/features/collect/integrations/endpoint/trellix_epo.md
- Trellix EDR: xdr/features/collect/integrations/endpoint/trellix_edr.md
- VMware ESXi: xdr/features/collect/integrations/endpoint/vmware/vmware_esxi.md
- VMware VCenter: xdr/features/collect/integrations/endpoint/vmware/vmware_vcenter.md
- Windows: xdr/features/collect/integrations/endpoint/windows.md
Expand Down
Loading