You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`hasThreatMatch([http_url], confidence > 1 AND type="url")`
675
674
*`hasThreatMatch([srcDevice_ip], confidence > 1 AND (type="ipv4-addr" OR type="ipv6-addr"))`
676
675
677
676
Following are the standard indicator types you can filter on:
678
-
*`domain-name`. Domain name.
679
-
*`email-addr`. Email address.
680
677
*`file:hashes`. File hash. (If you want to add the hash algorithm, enter `file:hashes.<HASH-TYPE>`. For example, `[file:hashes.MD5 = '5d41402abc4b2a76b9719d911017c592']` or `[file:hashes.'SHA-256' = '50d858e0985ecc7f60418aaf0cc5ab587f42c2570a884095a9e8ccacd0f6545c']`.)
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
106
***_sumo_global_feed_i471**. This source incorporates threat indicators supplied by [Intel 471](https://intel471.com/).
107
-
***_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***. If you want to stop using this source before April 30, disable the source on the [Threat Intelligence tab](/docs/security/threat-intelligence/threat-intelligence-indicators/#threat-intelligence-tab).
107
+
***_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***.
108
108
109
109
:::warning
110
110
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 `_sumo_global_feed_i471` source ***before April 30, 2025***.
@@ -116,21 +116,25 @@ Perform the steps in the following sections to migrate to the `_sumo_global_feed
116
116
117
117
#### hasThreatMatch rule syntax
118
118
119
-
If no source is explicitly provided in your rules with [hasThreatMatch](/docs/cse/rules/cse-rules-syntax/#hasthreatmatch)syntax, no change is needed:
120
-
*By default, until April 30, 2025 the rules point to the legacy `_sumo_global_feed_cs` source (and the rest of your tenant-specific sources).
119
+
In most cases, no change is needed if you use [hasThreatMatch](/docs/cse/rules/cse-rules-syntax/#hasthreatmatch)in your rules:
120
+
*Until April 30, 2025 the rules point to the legacy `_sumo_global_feed_cs` source (and the rest of your tenant-specific sources).
121
121
* After April 30, 2025, the rules point to the new `_sumo_global_feed_i471` source (and the rest of your tenant-specific sources).
122
122
123
-
If you have rules with hasThreatMatch syntax that explicitly point to the legacy `_sumo_global_feed_cs` source, change them to point to `_sumo_global_feed_i471` source. For example:
124
-
* Change this: <br/>`hasThreatMatch([srcDevice_ip], confidence > 50 AND source="_sumo_global_feed_cs")`
125
-
* To this: <br/>`hasThreatMatch([srcDevice_ip], confidence > 50 AND source="_sumo_global_feed_i471")`
123
+
You may need to make changes in these scenarios:
124
+
* If you have rules with `hasThreatMatch` syntax that explicitly point to the legacy `_sumo_global_feed_cs` source, change them to point to `_sumo_global_feed_i471` source. For example:
125
+
* Change this: <br/>`hasThreatMatch([srcDevice_ip], confidence > 50 AND source="_sumo_global_feed_cs")`
126
+
* To this: <br/>`hasThreatMatch([srcDevice_ip], confidence > 50 AND source="_sumo_global_feed_i471")`
127
+
* The `domain-name` and `email-addr` types are not supported in Intel 471. If you filter for these types using `hasThreatMatch`, update your rule syntax to remove them.
126
128
127
129
#### lookup operator
128
130
129
-
No change is needed on your part to address changes to the [lookup](/docs/search/search-query-language/search-operators/lookup/) search operator.
131
+
In most cases, no change is needed if you use the [lookup](/docs/search/search-query-language/search-operators/lookup/) search operator to point to `sumo://threat/cs`:
132
+
* Until April 30, 2025, queries in dashboards that use the `lookup` search operator to point to `sumo://threat/cs` (the legacy `_sumo_global_feed_cs` source) are now updated to point to `sumo://threat/i471` (the new `_sumo_global_feed_i471` source). For examples, see the dashboards in the [Threat Intel Quick Analysis](/docs/integrations/security-threat-detection/threat-intel-quick-analysis/#threat-intel-optimization) app.
133
+
* After April 30, 2025, any `lookup` operator queries pointing to `sumo://threat/cs` will be directed to the new `_sumo_global_feed_i471` source.
130
134
131
-
Queries in dashboards that use the `lookup` search operator to point to `sumo://threat/cs` (the legacy `_sumo_global_feed_cs` source) will now point to `sumo://threat/i471` (the new `_sumo_global_feed_i471` source). For examples, see the dashboards in the [Threat Intel Quick Analysis](/docs/integrations/security-threat-detection/threat-intel-quick-analysis/#threat-intel-optimization) app.
132
-
133
-
After April 30, 2025, all `lookup` operator queries pointing to `sumo://threat/cs`will be directed to the new `_sumo_global_feed_i471` source.
135
+
You may need to make changes in these scenarios:
136
+
* The `domain-name` and `email-addr` types are not supported in Intel 471. If you filter for these types using the `lookup` operator, update your queries to remove them.
137
+
* If you parse the `raw` field returned from the `lookup` operation, you will see different fields when you use the new `_sumo_global_feed_i471` source. To avoid problems with fields not returning data, use a [nodrop](/docs/search/search-query-language/parse-operators/parse-nodrop-option/) clause.
Copy file name to clipboardExpand all lines: docs/security/threat-intelligence/threat-intelligence-mapping.md
+49-1Lines changed: 49 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,55 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
10
10
## Global feed mapping
11
11
12
-
Sumo Logic provides an out-of-the-box a `_sumo_global_feed_cs` source of threat intelligence indicators supplied by Sumo Logic. You can see it in the [**Threat Intelligence** tab](/docs/security/threat-intelligence/threat-intelligence-indicators/#threat-intelligence-tab). This source is a default source and cannot be changed or deleted.
12
+
<!-- Add this section after we get the mapping information:
13
+
### _sumo_global_feed_i471 source
14
+
15
+
The `_sumo_global_feed_i471` source is one of the out-of-the-box [global feed sources](/docs/security/threat-intelligence/about-threat-intelligence/#sumo-logic-global-feed-source) of threat intelligence indicators supplied by Sumo Logic. You can see it in the [**Threat Intelligence** tab](/docs/security/threat-intelligence/threat-intelligence-indicators/#threat-intelligence-tab). This source is a default source and cannot be changed or deleted.
16
+
17
+
In the threat intelligence datastore, the schema is mapped to normalized values to provide ease of interoperability with the schema from other threat intelligence sources:
18
+
19
+
| Original schema | Normalized schema in the datastore |
20
+
|:--|:--|
21
+
| `actor` | `actors` with the value of `NULL`. |
22
+
| `confidence` | `confidence` (normalized to the 0-100 scale) |
23
+
| `id` | `id` |
24
+
| `imported` | `imported` |
25
+
| `indicator` | `indicator` |
26
+
| `kill_chain` | `killChain` |
27
+
| `last_updated` | `updated` |
28
+
| `threat_types` | `threatType` |
29
+
| `type` | `type` |
30
+
| `valid_from` | `validFrom` |
31
+
| `valid_until` | `validUntil` |
32
+
33
+
(All other fields will be kept in the `fields{}` object.)
34
+
35
+
The `type` object is mapped to the following normalized type values:
The `_sumo_global_feed_cs` source is one of the out-of-the-box [global feed sources](/docs/security/threat-intelligence/about-threat-intelligence/#sumo-logic-global-feed-source) of threat intelligence indicators supplied by Sumo Logic. You can see it in the [**Threat Intelligence** tab](/docs/security/threat-intelligence/threat-intelligence-indicators/#threat-intelligence-tab). This source is a default source and cannot be changed or deleted.
13
61
14
62
In the threat intelligence datastore, the schema is mapped to normalized values to provide ease of interoperability with the schema from other threat intelligence sources:
0 commit comments