Skip to content

Commit c6682a3

Browse files
committed
New content for the mapping article
1 parent 5c835fd commit c6682a3

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

cid-redirects.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3307,7 +3307,6 @@
33073307
"/Manage/Security/Set-the-Password-Policy": "/docs/manage/security/set-password-policy",
33083308
"/Manage/Threat-Intel-Ingest": "/docs/security/threat-intelligence",
33093309
"/docs/platform-services/threat-intelligence-indicators": "/docs/security/threat-intelligence",
3310-
"/docs/security/threat-intelligence/threat-intelligence-mapping/": "/docs/security/threat-intelligence",
33113310
"/Manage/Users-and-Roles": "/docs/manage/users-roles",
33123311
"/Manage/Users-and-Roles/Manage-Roles": "/docs/manage/users-roles",
33133312
"/Manage/Users-and-Roles/Manage-Roles/About-Roles": "/docs/manage/users-roles/roles",

docs/security/threat-intelligence/about-threat-intelligence.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,13 @@ _index=sumologic_audit_events _sourceCategory=threatIntelligence
103103
## Sumo Logic threat intelligence sources
104104

105105
Sumo Logic provides the following out-of-the-box default sources of threat indicators supplied by third party intel vendors and maintained by Sumo Logic. You cannot edit these sources:
106-
* **_sumo_global_feed_cs**. This is a legacy source of threat indicators maintained by Sumo Logic. ***This source will be discontinued on April 30, 2025***.
106+
* **_sumo_global_feed_cs**. This is a legacy source of threat indicators supplied by [CrowdStrike](https://www.crowdstrike.com/en-us/). ***This source will be discontinued on April 30, 2025***.
107107
* **SumoLogic_ThreatIntel**. This source incorporates threat indicators supplied by [Intel 471](https://intel471.com/).
108108

109+
<!-- Unhide the article and add this link if we think it's necessary:
110+
For information about mapping fields to the new source, see [Threat Intelligence Mapping](/docs/security/threat-intelligence/threat-intelligence-mapping/).
111+
-->
112+
109113
:::warning
110114
To maintain uninterrupted threat intelligence operation, if you have created rules, saved searches, monitors or dashboard panel queries that explicitly reference the legacy `_sumo_global_feed_cs` source, follow the directions below to update them to use the new `SumoLogic_ThreatIntel` source ***before April 30, 2025***.
111115
:::
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
slug: /security/threat-intelligence/threat-intelligence-mapping
3+
title: Threat Intelligence Mapping
4+
sidebar_label: Threat Intelligence Mapping
5+
description: Learn about mapping of threat intelligence indicators to Sumo Logic.
6+
---
7+
8+
import useBaseUrl from '@docusaurus/useBaseUrl';
9+
10+
This article provides guidance on mapping behavior from the legacy **_sumo_global_feed_cs** source supplied by [CrowdStrike](https://www.crowdstrike.com/en-us/) to the **SumoLogic_ThreatIntel** source supplied by [Intel 471](https://intel471.com/).
11+
12+
:::warning
13+
*The **_sumo_global_feed_cs** source will be discontinued on April 30, 2025*. For more information, see [Sumo Logic Threat Intelligence Sources](/docs/security/threat-intelligence/about-threat-intelligence/#sumo-logic-threat-intelligence-sources).
14+
:::
15+
16+
## Field mapping
17+
18+
It may not be possible to translate CrowdStrike-specific fields to Intel 471-specific fields, because they capture and prioritize different aspects of indicators of compromise. As a starting point, however, below is approximate mapping of CrowdStrike fields to Intel 471 fields:
19+
20+
| CrowdStrike | Intel 471 | Translation notes |
21+
| :-- | :-- | :-- |
22+
| `indicator` | `data.indicator_data.*` <br/><br/>For example:<br/>`data.indicator_data.address`<br/>`data.indicator_data.file.md5`<br/>`data.indicator_data.file.sha1`<br/>`data.indicator_data.file.sha256`<br/>`data.indicator_data.url` | Depends on the type. Every Intel 471 file hash record includes all hash types. <br/><br/>Intel 471 also includes geoip data for IP addresses under `data.indicator_data.geo_ip`.<br/><br/>Intel 471 has no domain or email indicators, instead prioritizing IP addresses, URLs, and file hashes. |
23+
| `kill_chains` | `data.mitre_tactics` |
24+
| `labels[*].name` | `data.threat.type`<br/>`data.threat.data.family`<br/>`data.context.description`<br/>`data.mitre_tactics` | CrowdStrike's labels are redundant with other sections in the CrowdStrike record. |
25+
| `last_updated` | `last_updated` | CrowdStrike's timestamps are in epoch seconds whereas Intel 471's are in milliseconds. |
26+
| `malicious_confidence` | `data.confidence` | |
27+
| `malware_families` | `data.threat.data.family` | |
28+
| `threat_types` | `data.threat.type` | |
29+
| `type` | `data.indicator_type` | |
30+
| (none) | `data.expiration` | Intel 471 only. In milliseconds. |

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,6 +3032,7 @@ integrations: [
30323032
'security/threat-intelligence/find-threats',
30333033
'security/threat-intelligence/threat-indicators-in-cloud-siem',
30343034
'security/threat-intelligence/upload-formats',
3035+
//'security/threat-intelligence/threat-intelligence-mapping',
30353036
],
30363037
},
30373038
],

0 commit comments

Comments
 (0)