-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.5] [DOCS] Threat Intelligence - Indicators Page and Indicator Deta…
…ils (backport #2526) (#2598) Co-authored-by: Benjamin Ironside Goldstein <[email protected]> Co-authored-by: Joe Peeples <[email protected]> Co-authored-by: Maxim Kholod <[email protected]> Co-authored-by: Janeen Mikell-Straughn <[email protected]> Co-authored-by: nastasha-solomon <[email protected]>
- Loading branch information
1 parent
dc78a2c
commit 78eaddb
Showing
8 changed files
with
105 additions
and
1 deletion.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,94 @@ | ||
[[indicators-of-compromise]] | ||
= Indicators of compromise | ||
|
||
The Indicators page (*Intelligence -> Indicators*) collects data from enabled threat intelligence feeds and provides a centralized view of indicators, also known as indicators of compromise (IoCs). This topic helps you set up the Indicators page and explains how to work with IoCs. | ||
|
||
.Requirements | ||
[sidebar] | ||
-- | ||
You must have _one_ of the following installed on the hosts you want to monitor: | ||
|
||
* *{agent}* - Install a {fleet-guide}/install-fleet-managed-elastic-agent.html[{fleet}-managed {agent}] and ensure the agent's status is `Healthy`. Refer to {fleet-guide}/fleet-troubleshooting.html[{fleet} Troubleshooting] if it isn't. | ||
* *{filebeat}* - Install {filebeat-ref}/filebeat-installation-configuration.html[{filebeat}] version 8.x or later. Earlier {filebeat} versions are incompatible with ECS and will prevent indicator data from displaying in the Indicators table. | ||
-- | ||
|
||
[role="screenshot"] | ||
image::images/indicators-table.png[Shows the Indicators page] | ||
|
||
[discrete] | ||
[[ti-indicators]] | ||
== Threat intelligence and indicators | ||
Threat intelligence is a research function that analyzes current and emerging threats and recommends appropriate actions to strengthen a company's security posture. Threat intelligence requires proactivity to be useful, such as gathering, analyzing, and investigating various threat and vulnerability data sources. | ||
|
||
An indicator, also referred to as an IoC, is a piece of information associated with a known threat or reported vulnerability. There are many types of indicators, including URLs, files, domains, email addresses, and more. Within SOC teams, threat intelligence analysts use indicators to detect, assess, and respond to threats. | ||
|
||
[discrete] | ||
[[setup-indicators-page]] | ||
== Set up the Indicators page | ||
|
||
Install a threat intelligence integration to add indicators to the Indicators page. | ||
|
||
|
||
. Choose one of the following: | ||
* From the {security-app} main menu, go to *Intelligence* -> *Indicators* -> *Add Integrations*. | ||
* From the {kib} main menu, click *Add integrations*. Scroll down the list of integration categories and select *Threat Intelligence* to filter by threat intelligence integrations. | ||
. Select a threat intelligence integration, then complete the integration's guided installation. | ||
+ | ||
NOTE: For more information about available fields, go to the https://docs.elastic.co/integrations[Elastic integration documentation] and search for a specific threat intelligence integration. | ||
|
||
. Return to the Indicators page in {elastic-sec}. Refresh the page if indicator data isn't displaying. | ||
|
||
[discrete] | ||
[[troubleshoot-indicators-page]] | ||
=== Troubleshooting | ||
If indicator data is not appearing in the Indicators table after you installed a threat intelligence integration: | ||
|
||
* Verify that the index storing indicator documents is included in the <<update-sec-indices,default {elastic-sec} indices>> (`securitySolution:defaultIndex`). The index storing indicator documents will differ based on the way you're collecting indicator data: | ||
** *{agent} integrations* - `logs_ti*` | ||
** *{filebeat} integrations* - `filebeat-*` | ||
* Ensure the indicator data you're ingesting is mapped to {ecs-ref}[Elastic Common Schema (ECS)]. | ||
|
||
[discrete] | ||
[[intelligence-page-ui]] | ||
== Indicators page UI | ||
|
||
After you add indicators to the Indicators page, you can <<examine-indicator-details, examine>>, search, filter, and take action on indicator data. Indicators also appear in the Trend view, which shows the occurrence of indicators over time. | ||
|
||
[role="screenshot"] | ||
image::images/interact-with-indicators-table.gif[width=90%][height=90%][Shows how to interact with the Intelligence page] | ||
|
||
[discrete] | ||
[[examine-indicator-details]] | ||
=== Examine indicator details | ||
Learn more about an indicator by clicking *View details*, then opening the Indicator details flyout. The flyout contains these informational tabs: | ||
|
||
* *Overview*: A summary of the indicator, including the indicator's name, the threat intelligence feed it came from, the indicator type, and additional relevant data. | ||
+ | ||
NOTE: Some threat intelligence feeds provide https://www.cisa.gov/tlp#:~:text=Introduction,shared%20with%20the%20appropriate%20audience[Traffic Light Protocol (TLP) markings]. The `TLP Marking` and `Confidence` fields will be empty if the feed doesn't provide that data. | ||
|
||
* *Table*: The indicator data in table format. | ||
* *JSON*: The indicator data in JSON format. | ||
+ | ||
[role="screenshot"] | ||
image::images/indicator-details-flyout.png[Shows the Indicator details flyout, 600] | ||
|
||
[discrete] | ||
[[find-related-sec-events]] | ||
== Find related security events | ||
|
||
Investigating an indicator in <<timelines-ui,Timeline>> helps you find related security events in your environment. You can add an indicator to Timeline from the Indicators table or the Indicator details flyout. | ||
|
||
[role="screenshot"] | ||
image::images/indicator-in-timeline.png[Shows the results of an indicator being investigated in Timeline] | ||
|
||
When you add an indicator to Timeline, a new Timeline opens with a pre-populated KQL query. The query contains the indicator field-value pair that you selected plus the field-value pair of the mapped source event. | ||
|
||
For example, imagine you've added this file hash indicator to Timeline: | ||
|
||
`threat.indicator.file.hash.sha256 : c207213257a63589b1e1bd2f459b47becd000c1af8ea7983dd9541aff145c3ba` | ||
|
||
A new Timeline opens with an automatically populated KQL query. The query contains the indicator field-value pair (mentioned previously) and the mapped source event field-value pair, which is: | ||
|
||
`file.hash.sha256 : c207213257a63589b1e1bd2f459b47becd000c1af8ea7983dd9541aff145c3ba`. | ||
|
||
Using a KQL query that includes both the indicator and source event allows Timeline to find all events and alerts that have matching field-value pairs. |
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.
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
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