From a643ffaf3875000fc854b4618634a4d378b4a4e7 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:11:48 -0400 Subject: [PATCH] Update tip for finding TH integrations (#5338) (cherry picked from commit 33e5938e9a6c6a3286ff93020cfe3f7cb4585ebb) # Conflicts: # docs/serverless/ingest/threat-intelligence.mdx --- .../threat-intel-integrations.asciidoc | 14 +--- .../serverless/ingest/threat-intelligence.mdx | 77 +++++++++++++++++++ 2 files changed, 78 insertions(+), 13 deletions(-) create mode 100644 docs/serverless/ingest/threat-intelligence.mdx diff --git a/docs/getting-started/threat-intel-integrations.asciidoc b/docs/getting-started/threat-intel-integrations.asciidoc index e1f9f9d287..308d7034a9 100644 --- a/docs/getting-started/threat-intel-integrations.asciidoc +++ b/docs/getting-started/threat-intel-integrations.asciidoc @@ -26,19 +26,7 @@ There are a few scenarios when data won't display in the Threat Intelligence vie + [TIP] ========================= -If you know the name of {agent} integration you want to install, you can search for it directly. You can use the following {agent} integrations with the Threat Intelligence view: - -* AbuseCH -* AlienVault OTX -* Anomali -* Cybersixgill -* Maltiverse -* MISP -* Mimecast -* Recorded Future -* ThreatQuotient - - +If you know the name of {agent} integration you want to install, you can search for it directly. Alternatively, choose the **Threat Intelligence** category to display a list of available {integrations-docs}/threat-intelligence-intro[threat intelligence {integrations}]. ========================= . Select an {agent} integration, then complete the installation steps. . Return to the Threat Intelligence view on the Overview dashboard. If indicator data isn't displaying, refresh the page or refer to these <>. diff --git a/docs/serverless/ingest/threat-intelligence.mdx b/docs/serverless/ingest/threat-intelligence.mdx new file mode 100644 index 0000000000..42abe5f9d7 --- /dev/null +++ b/docs/serverless/ingest/threat-intelligence.mdx @@ -0,0 +1,77 @@ +--- +id: serverlessSecurityThreatIntelligence +slug: /serverless/security/threat-intelligence +title: Enable threat intelligence integrations +description: Use threat indicators to detect known threats and malicious activity. +tags: [ 'serverless', 'security', 'how-to' ] +status: in review +--- + + +
+ +The Threat Intelligence view provides a streamlined way to collect threat intelligence data that you can use for threat detection and matching. Threat intelligence data consists of threat indicators ingested from third-party threat intelligence sources. + +Threat indicators describe potential threats, unusual behavior, or malicious activity on a network or in an environment. They are commonly used in indicator match rules to detect and match known threats. When an indicator match rule generates an alert, it includes information about the matched threat indicator. + + +To learn more about alerts with threat intelligence, visit View alert details. + + +Refer to the following sections to learn how to connect to threat intelligence sources using an ((agent)) integration, the Threat Intel module, or a custom integration. + + + +There are a few scenarios when data won't display in the Threat Intelligence view: + +- If you've chosen a time range that doesn't contain threat indicator event data, you are prompted to choose a different range. Use the date and time picker in the ((security-app)) to select a new range to analyze. +- If the ((agent)) or ((filebeat)) agent hasn't ingested Threat Intel module data yet, the threat indicator event counts won't load. You can wait for data to be ingested or reach out to your administrator for help resolving this. + +
+ +## Add an ((agent)) integration + +1. Install a [((fleet))-managed ((agent))](((fleet-guide))/install-fleet-managed-elastic-agent.html) on the hosts you want to monitor. +1. In the Threat Intelligence view, click **Enable sources** to view the Integrations page. Scroll down and select **Elastic Agent only** to filter by ((agent)) integrations. + + + + If you know the name of ((agent)) integration you want to install, you can search for it directly. Alternatively, choose the **Threat Intelligence** category to display a list of available [threat intelligence integrations](((integrations-docs))/threat-intelligence-intro). + + + +1. Select an ((agent)) integration, then complete the installation steps. +1. Return to the Threat Intelligence view on the Overview dashboard. If indicator data isn't displaying, refresh the page or refer to these troubleshooting steps. + +
+ +## Add a ((filebeat)) Threat Intel module integration + +1. Set up the [((filebeat)) agent](((filebeat-ref))/filebeat-installation-configuration.html) and enable the Threat Intel module. + + + For more information about enabling available threat intelligence filesets, refer to [Threat Intel module](((filebeat-ref))/filebeat-module-threatintel.html). + + +1. Update the `securitySolution:defaultThreatIndex` advanced setting by adding the appropriate index pattern name after the default ((fleet)) threat intelligence index pattern (`logs-ti*`): + 1. If you're _only_ using ((filebeat)) version 8.x, add the appropriate ((filebeat)) threat intelligence index pattern. For example, `logs-ti*`, `filebeat-8*`. + 1. If you're using a previous version of Filebeat _and_ a current one, differentiate between the threat intelligence indices by using unique index pattern names. For example, if you’re using ((filebeat)) version 7.0.0 and 8.0.0, update the setting to `logs-ti*`,`filebeat-7*`,`filebeat-8*`. +1. Return to the Threat Intelligence view on the Overview dashboard. Refresh the page if indicator data isn't displaying. + +
+ +## Add a custom integration + +1. Set up a way to ingest data into your system. +1. Update the `securitySolution:defaultThreatIndex` advanced setting by adding the appropriate index pattern name after the default ((fleet)) threat intelligence index pattern (`logs-ti*`), for example, `logs-ti*`,`custom-ti-index*`. + + + Threat intelligence indices aren’t required to be ECS compatible. However, we strongly recommend compatibility if you’d like your alerts to be enriched with relevant threat indicator information. You can find a list of ECS-compliant threat intelligence fields at [Threat Fields](((ecs-ref))/ecs-threat.html). + + +1. Return to the Threat Intelligence view on the Overview dashboard (**Dashboards** → **Overview**). Refresh the page if indicator data isn't displaying. + + + The Threat Intelligence view searches for a `threat.feed.name` field value to define the source name in the **Name** column. If a custom source doesn't have the `threat.feed.name` field or hasn't defined a `threat.feed.name` field value, it's considered unnamed and labeled as **Other**. Dashboards aren't created for unnamed sources unless the `threat.feed.dashboard_id` field is defined. + +