Skip to content

Commit 93462a6

Browse files
committed
Final changes
1 parent 5c2c679 commit 93462a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn about the mapping of threat intelligence schema from vendor s
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
Schema from vendor-supplied threat intelligence indicators are mapped to normalized values in the Sumo Logic threat intelligence datastore to provide ease of interoperability. The mapping is described in this article.
10+
Schema from vendor-supplied threat intelligence indicators are mapped to [normalized values](/docs/security/threat-intelligence/upload-formats/#normalized-json-format) in the Sumo Logic threat intelligence datastore to provide ease of interoperability. The mapping is described in this article.
1111

1212
## CrowdStrike
1313

@@ -21,11 +21,11 @@ Following are the normalized values for CrowdStrike:
2121
| `id` | `id` | Array joined with a comma: ", " |
2222
| `indicator` | `indicator` | |
2323
| `kill_chain_phases` | `killChain` | |
24-
| `labels.ThreatType` | `threatType`* | |
24+
| `labels.ThreatType` | `threatType`* | The `threatType` value can vary based on matches*. |
2525
| `last_updated` | `updated` | |
2626
| `malicious_confidence` | `confidence` | Normalized to a 0-100 scale. |
2727
| `published_date` | `validFrom` and `imported` | |
28-
| `type` | `type` | |
28+
| `type` | `type` | See [Type mapping for CrowdStrike](/docs/security/threat-intelligence/threat-intelligence-mapping/#type-mapping-for-crowdstrike) below. |
2929

3030
All other fields will be kept in the `fields{}` object.
3131

@@ -66,7 +66,7 @@ Following are the normalized values for Intel 471:
6666
| `data.expiration` | `validUntil` | Converted from epoch timestamp. |
6767
| `data.mitre_tactics` | `killChain` | |
6868
| `data.threat.uid` | `id` | |
69-
| | `threatType` | Statically set to `unknown`. |
69+
| *Not applicable* | `threatType` | All indicators have `threatType` set to `unknown`. |
7070

7171
## Mandiant
7272

@@ -115,11 +115,11 @@ Following are the normalized values for ZeroFox:
115115
| `sha1` | `indicator` | |
116116
| `sha256` | `indicator` | |
117117
| `sha512` | `indicator` | |
118-
| `tags` | `confidence` | Default statically set to `75`, but set to `25` if `c2_domain_top_1m` found as a tag. |
118+
| `tags` | `confidence` | Set by default to `75`, but set to `25` if `c2_domain_top_1m` found as a tag. |
119119
| `updated_at` | `validFrom` | If `created_at` and `updated_at` appear on the same item, use the latest for the `validFrom` value. |
120120
| `url` | `indicator` | |
121121
| `url--{{url}}` | `id` | |
122-
| | `threatType` | Set to `compromised`. |
122+
| *Not applicable* | `threatType` | All indicators are set to `compromised`. |
123123

124124
### Type mapping for ZeroFox
125125

0 commit comments

Comments
 (0)