Skip to content

Commit ca297f0

Browse files
authored
Merge branch 'main' into mw-ts-toc-cleanup
2 parents 1b87a67 + 4b5058d commit ca297f0

File tree

7 files changed

+18
-235
lines changed

7 files changed

+18
-235
lines changed

raw-migrated-files/docs-content/serverless/security-cases-open-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ To explore a case, click on its name. You can then:
5858

5959
::::
6060

61-
* Examine [alerts](../../../solutions/security/investigate/open-manage-cases.md#cases-examine-alerts) and [indicators](../../../troubleshoot/security/indicators-of-compromise.md#review-indicator-in-case) attached to the case
61+
* Examine [alerts](../../../solutions/security/investigate/open-manage-cases.md#cases-examine-alerts) and [indicators](/solutions/security/investigate/indicators-of-compromise.md#review-indicator-in-case) attached to the case
6262
* [Add files](../../../solutions/security/investigate/open-manage-cases.md#cases-add-files)
6363
* [Add a Lens visualization](../../../solutions/security/investigate/open-manage-cases.md#cases-lens-visualization)
6464
* Modify the case’s description, assignees, category, severity, status, and tags.

raw-migrated-files/docs-content/serverless/security-indicators-of-compromise.md

Lines changed: 0 additions & 190 deletions
This file was deleted.

raw-migrated-files/toc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@ toc:
446446
- file: docs-content/serverless/security-get-started-with-kspm.md
447447
- file: docs-content/serverless/security-host-isolation-exceptions.md
448448
- file: docs-content/serverless/security-hosts-overview.md
449-
- file: docs-content/serverless/security-indicators-of-compromise.md
450449
- file: docs-content/serverless/security-ingest-data.md
451450
- file: docs-content/serverless/security-install-edr.md
452451
- file: docs-content/serverless/security-install-endpoint-manually.md

solutions/security/get-started/enable-threat-intelligence-integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mapped_urls:
66

77
# Enable threat intelligence integrations [security-enable-threat-intelligence-integrations]
88

9-
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](../../../troubleshoot/security/indicators-of-compromise.md#ti-indicators) ingested from third-party threat intelligence sources.
9+
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](/solutions/security/investigate/indicators-of-compromise.md#ti-indicators) ingested from third-party threat intelligence sources.
1010

1111
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.
1212

@@ -40,7 +40,7 @@ There are a few scenarios when data won’t display in the Threat Intelligence v
4040
::::
4141

4242
3. Select an {{agent}} integration, then complete the installation steps.
43-
4. 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](../../../troubleshoot/security/indicators-of-compromise.md#troubleshoot-indicators-page).
43+
4. 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](../../../troubleshoot/security/indicators-of-compromise.md).
4444

4545

4646
## Add a {{filebeat}} Threat Intel module integration [ti-mod-integration]

solutions/security/investigate/indicators-of-compromise.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,11 @@ mapped_urls:
66

77
# Indicators of compromise
88

9-
% What needs to be done: Refine
10-
11-
% Scope notes: Pull out the troubleshooting section into its own topic, and leave the rest of the content in its current place
12-
13-
% Use migrated content from existing pages that map to this page:
14-
15-
% - [x] ./raw-migrated-files/security-docs/security/indicators-of-compromise.md
16-
% - [ ] ./raw-migrated-files/docs-content/serverless/security-indicators-of-compromise.md
17-
189
The Indicators page 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.
1910

2011
::::{admonition} Requirements
21-
* The Indicators page is an [Enterprise subscription](https://www.elastic.co/pricing) feature.
12+
* In {{stack}} 9.0.0+, the Indicators page is an [Enterprise subscription](https://www.elastic.co/pricing) feature.
13+
* In serverless, the Indicators page requires the Security Analytics Complete [project feature](/deploy-manage/deploy/elastic-cloud/project-settings.md)
2214
* You must have *one* of the following installed on the hosts you want to monitor:
2315

2416
* **{{agent}}** - Install a [{{fleet}}-managed {{agent}}](https://www.elastic.co/guide/en/fleet/current/install-fleet-managed-elastic-agent.html) and ensure the agent’s status is `Healthy`. Refer to [{{fleet}} Troubleshooting](/troubleshoot/ingest/fleet/common-problems.md) if it isn’t.
@@ -56,26 +48,9 @@ Install a threat intelligence integration to add indicators to the Indicators pa
5648
4. Return to the Indicators page in {{elastic-sec}}. Refresh the page if indicator data isn’t displaying.
5749

5850

59-
### Troubleshooting [troubleshoot-indicators-page]
60-
61-
If indicator data is not appearing in the Indicators table after you installed a threat intelligence integration:
62-
63-
* Verify that the index storing indicator documents is included in the [default {{elastic-sec}} indices](/solutions/security/get-started/configure-advanced-settings.md#update-sec-indices) (`securitySolution:defaultIndex`). The index storing indicator documents will differ based on the way you’re collecting indicator data:
64-
65-
* **{{agent}} integrations** - `logs_ti*`
66-
* **{{filebeat}} integrations** - `filebeat-*`
67-
68-
* Ensure the indicator data you’re ingesting is mapped to [Elastic Common Schema (ECS)](https://www.elastic.co/guide/en/ecs/current).
69-
70-
::::{note}
71-
These troubleshooting steps also apply to the [Threat Intelligence view](/solutions/security/get-started/enable-threat-intelligence-integrations.md).
72-
::::
73-
74-
75-
7651
## Indicators page UI [intelligence-page-ui]
7752

78-
After you add indicators to the Indicators page, you can [examine](/troubleshoot/security/indicators-of-compromise.md#examine-indicator-details), search, filter, and take action on indicator data. Indicators also appear in the Trend view, which shows the total values in the legend.
53+
After you add indicators to the Indicators page, you can [examine](#examine-indicator-details), search, filter, and take action on indicator data. Indicators also appear in the Trend view, which shows the total values in the legend.
7954

8055
:::{image} ../../../images/security-interact-with-indicators-table.gif
8156
:alt: interact with indicators table

solutions/security/investigate/open-manage-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To explore a case, click on its name. You can then:
115115
Comments can contain Markdown. For syntax help, click the Markdown icon (![Click markdown icon](../../../images/security-markdown-icon.png "")) in the bottom right of the comment.
116116
::::
117117

118-
* Examine [alerts](/solutions/security/investigate/open-manage-cases.md#cases-examine-alerts) and [indicators](/troubleshoot/security/indicators-of-compromise.md#review-indicator-in-case) attached to the case
118+
* Examine [alerts](/solutions/security/investigate/open-manage-cases.md#cases-examine-alerts) and [indicators](/solutions/security/investigate/indicators-of-compromise.md#review-indicator-in-case) attached to the case
119119
* [Add files](/solutions/security/investigate/open-manage-cases.md#cases-add-files)
120120
* [Add a Lens visualization](/solutions/security/investigate/open-manage-cases.md#cases-lens-visualization)
121121
* Modify the case’s description, assignees, category, severity, status, and tags.
Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
---
2+
navigation_title: "Indicators of compromise"
23
mapped_pages:
34
- https://www.elastic.co/guide/en/security/current/indicators-of-compromise.html
45
- https://www.elastic.co/guide/en/serverless/current/security-indicators-of-compromise.html
56
---
67

7-
# Indicators of compromise
88

9-
% What needs to be done: Refine
9+
# Troubleshoot indicators of compromise [troubleshoot-indicators-page]
1010

11-
% Scope notes: Pull out the troubleshooting section into its own topic, and leave the rest of the content in its current place
11+
If indicator data is not appearing in the Indicators table after you installed a threat intelligence integration:
1212

13-
% Use migrated content from existing pages that map to this page:
13+
* Verify that the index storing indicator documents is included in the [default {{elastic-sec}} indices](/solutions/security/get-started/configure-advanced-settings.md#update-sec-indices) (`securitySolution:defaultIndex`). The index storing indicator documents will differ based on the way you’re collecting indicator data:
1414

15-
% - [ ] ./raw-migrated-files/security-docs/security/indicators-of-compromise.md
16-
% - [ ] ./raw-migrated-files/docs-content/serverless/security-indicators-of-compromise.md
15+
* **{{agent}} integrations** - `logs_ti*`
16+
* **{{filebeat}} integrations** - `filebeat-*`
1717

18-
% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):
19-
20-
$$$review-indicator-in-case$$$
18+
* Ensure the indicator data you’re ingesting is mapped to [Elastic Common Schema (ECS)](https://www.elastic.co/guide/en/ecs/current).
2119

22-
$$$ti-indicators$$$
20+
::::{note}
21+
These troubleshooting steps also apply to the [Threat Intelligence view](/solutions/security/get-started/enable-threat-intelligence-integrations.md).
22+
::::
2323

24-
$$$troubleshoot-indicators-page$$$
2524

26-
$$$examine-indicator-details$$$
25+
% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):

0 commit comments

Comments
 (0)