diff --git a/docs/xdr/features/collect/integrations/network/trellix_nx.md b/docs/xdr/features/collect/integrations/network/trellix_nx.md new file mode 100644 index 0000000000..0b9369ad25 --- /dev/null +++ b/docs/xdr/features/collect/integrations/network/trellix_nx.md @@ -0,0 +1,43 @@ +uuid: bae128bb-98c6-45f7-9763-aad3451821e5 +name: Trellix Network Security +type: intake + +## Overview + +Trellix Network Security is an effective cyberthreat protection solution that helps your organization minimize the risk of costly breaches by accurately detecting and immediately stopping advanced, targeted, and other evasive attacks hiding in internet traffic. + +!!! warning + Important note - This format is currently in beta. We highly value your feedback to improve its performance. + +{!_shared_content/operations_center/detection/generated/suggested_rules_bae128bb-98c6-45f7-9763-aad3451821e5_do_not_edit_manually.md!} + +{!_shared_content/operations_center/integrations/generated/bae128bb-98c6-45f7-9763-aad3451821e5.md!} + +## Configure + +This setup guide will show you how to forward your Trellix Network Security logs to Sekoia.io by means of a syslog transport channel. + +### Prerequisites + +You should have: + +- Have an admin access in Trellix platform. +- Have an internal log concentrator (Rsyslog) + +### Enable Syslog forwarding for Trellix Network Security + +1. Log onto the Trellix NX console +2. Go to `Settings > Notifications` +3. Click on `rsyslog` and check the `Event type` check box below +4. In the Settings panel, select the `Default format` as `CEF` +5. In the `Rsyslog Server Listing`, type a name for the new entry then click on the button `Add Rsyslog Server` +6. For the new server, check the `Enabled` checkbox, type the ip address of your syslog concentrator +7. Click on the `Update` button to validate the configuration +8. (Optional) Click on the `Test-fire` button if you want to test the forwarding of the logs + +### Create the intake + +Go to the [intake page](https://app.sekoia.io/operations/intakes) and create a new intake from the format Trellix Network Security. + +### Configure the Rsyslog server +Please consult the [Rsyslog Transport](../../../ingestion_methods/rsyslog/) documentation to forward these logs to Sekoia.io. diff --git a/mkdocs.yml b/mkdocs.yml index 5b77d60c3c..d6c2216302 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -210,6 +210,7 @@ nav: - Squid: xdr/features/collect/integrations/network/squid.md - Stormshield SNS: xdr/features/collect/integrations/network/stormshield_network_security.md - Suricata: xdr/features/collect/integrations/network/suricata.md + - Trellix Network Security: xdr/features/collect/integrations/network/trellix_nx.md - Varonis Data Security: xdr/features/collect/integrations/network/varonis_data_security.md - Vectra Cognito Detect: xdr/features/collect/integrations/network/vectra.md - Wallix: xdr/features/collect/integrations/network/wallix.md