-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce threat.indicator.name field (#2121)
This PR addresses issue #1998 Co-authored-by: Kylie (Geller) Meli <[email protected]>
- Loading branch information
Showing
15 changed files
with
350 additions
and
0 deletions.
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 |
---|---|---|
|
@@ -10401,6 +10401,36 @@ example: `2020-11-05T17:25:47.000Z` | |
|
||
// =============================================================== | ||
|
||
| | ||
[[field-threat-enrichments-indicator-name]] | ||
<<field-threat-enrichments-indicator-name, threat.enrichments.indicator.name>> | ||
|
||
a| The display name indicator in an UI friendly format | ||
|
||
Expected values for this field: | ||
|
||
* `5.2.75.227` | ||
* `2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6` | ||
* `https://example.com/some/path` | ||
* `example.com` | ||
* `373d34874d7bc89fd4cefa6272ee80bf` | ||
* `b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7` | ||
* `[email protected]` | ||
* `HKLM\\SOFTWARE\\Microsoft\\Active` | ||
* `13335` | ||
* `00:00:5e:00:53:af` | ||
* `8008` | ||
|
||
type: keyword | ||
|
||
|
||
|
||
example: `5.2.75.227` | ||
|
||
| extended | ||
|
||
// =============================================================== | ||
|
||
| | ||
[[field-threat-enrichments-indicator-port]] | ||
<<field-threat-enrichments-indicator-port, threat.enrichments.indicator.port>> | ||
|
@@ -10913,6 +10943,36 @@ example: `2020-11-05T17:25:47.000Z` | |
|
||
// =============================================================== | ||
|
||
| | ||
[[field-threat-indicator-name]] | ||
<<field-threat-indicator-name, threat.indicator.name>> | ||
|
||
a| The display name indicator in an UI friendly format | ||
|
||
Expected values for this field: | ||
|
||
* `5.2.75.227` | ||
* `2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6` | ||
* `https://example.com/some/path` | ||
* `example.com` | ||
* `373d34874d7bc89fd4cefa6272ee80bf` | ||
* `b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7` | ||
* `[email protected]` | ||
* `HKLM\\SOFTWARE\\Microsoft\\Active` | ||
* `13335` | ||
* `00:00:5e:00:53:af` | ||
* `8008` | ||
|
||
type: keyword | ||
|
||
|
||
|
||
example: `5.2.75.227` | ||
|
||
| extended | ||
|
||
// =============================================================== | ||
|
||
| | ||
[[field-threat-indicator-port]] | ||
<<field-threat-indicator-port, threat.indicator.port>> | ||
|
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
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 |
---|---|---|
|
@@ -16020,6 +16020,29 @@ threat.enrichments.indicator.modified_at: | |
normalize: [] | ||
short: Date/time indicator was last updated. | ||
type: date | ||
threat.enrichments.indicator.name: | ||
dashed_name: threat-enrichments-indicator-name | ||
description: The display name indicator in an UI friendly format | ||
example: 5.2.75.227 | ||
expected_values: | ||
- 5.2.75.227 | ||
- 2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6 | ||
- https://example.com/some/path | ||
- example.com | ||
- 373d34874d7bc89fd4cefa6272ee80bf | ||
- b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7 | ||
- [email protected] | ||
- HKLM\\SOFTWARE\\Microsoft\\Active | ||
- 13335 | ||
- 00:00:5e:00:53:af | ||
- 8008 | ||
flat_name: threat.enrichments.indicator.name | ||
ignore_above: 1024 | ||
level: extended | ||
name: enrichments.indicator.name | ||
normalize: [] | ||
short: Indicator display name | ||
type: keyword | ||
threat.enrichments.indicator.port: | ||
dashed_name: threat-enrichments-indicator-port | ||
description: Identifies a threat indicator as a port number (irrespective of direction). | ||
|
@@ -18705,6 +18728,29 @@ threat.indicator.modified_at: | |
normalize: [] | ||
short: Date/time indicator was last updated. | ||
type: date | ||
threat.indicator.name: | ||
dashed_name: threat-indicator-name | ||
description: The display name indicator in an UI friendly format | ||
example: 5.2.75.227 | ||
expected_values: | ||
- 5.2.75.227 | ||
- 2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6 | ||
- https://example.com/some/path | ||
- example.com | ||
- 373d34874d7bc89fd4cefa6272ee80bf | ||
- b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7 | ||
- [email protected] | ||
- HKLM\\SOFTWARE\\Microsoft\\Active | ||
- 13335 | ||
- 00:00:5e:00:53:af | ||
- 8008 | ||
flat_name: threat.indicator.name | ||
ignore_above: 1024 | ||
level: extended | ||
name: indicator.name | ||
normalize: [] | ||
short: Indicator display name | ||
type: keyword | ||
threat.indicator.port: | ||
dashed_name: threat-indicator-port | ||
description: Identifies a threat indicator as a port number (irrespective of direction). | ||
|
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 |
---|---|---|
|
@@ -18689,6 +18689,29 @@ threat: | |
normalize: [] | ||
short: Date/time indicator was last updated. | ||
type: date | ||
threat.enrichments.indicator.name: | ||
dashed_name: threat-enrichments-indicator-name | ||
description: The display name indicator in an UI friendly format | ||
example: 5.2.75.227 | ||
expected_values: | ||
- 5.2.75.227 | ||
- 2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6 | ||
- https://example.com/some/path | ||
- example.com | ||
- 373d34874d7bc89fd4cefa6272ee80bf | ||
- b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7 | ||
- [email protected] | ||
- HKLM\\SOFTWARE\\Microsoft\\Active | ||
- 13335 | ||
- 00:00:5e:00:53:af | ||
- 8008 | ||
flat_name: threat.enrichments.indicator.name | ||
ignore_above: 1024 | ||
level: extended | ||
name: enrichments.indicator.name | ||
normalize: [] | ||
short: Indicator display name | ||
type: keyword | ||
threat.enrichments.indicator.port: | ||
dashed_name: threat-enrichments-indicator-port | ||
description: Identifies a threat indicator as a port number (irrespective of | ||
|
@@ -21380,6 +21403,29 @@ threat: | |
normalize: [] | ||
short: Date/time indicator was last updated. | ||
type: date | ||
threat.indicator.name: | ||
dashed_name: threat-indicator-name | ||
description: The display name indicator in an UI friendly format | ||
example: 5.2.75.227 | ||
expected_values: | ||
- 5.2.75.227 | ||
- 2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6 | ||
- https://example.com/some/path | ||
- example.com | ||
- 373d34874d7bc89fd4cefa6272ee80bf | ||
- b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7 | ||
- [email protected] | ||
- HKLM\\SOFTWARE\\Microsoft\\Active | ||
- 13335 | ||
- 00:00:5e:00:53:af | ||
- 8008 | ||
flat_name: threat.indicator.name | ||
ignore_above: 1024 | ||
level: extended | ||
name: indicator.name | ||
normalize: [] | ||
short: Indicator display name | ||
type: keyword | ||
threat.indicator.port: | ||
dashed_name: threat-indicator-port | ||
description: Identifies a threat indicator as a port number (irrespective of | ||
|
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
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
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 |
---|---|---|
|
@@ -15951,6 +15951,29 @@ threat.enrichments.indicator.modified_at: | |
normalize: [] | ||
short: Date/time indicator was last updated. | ||
type: date | ||
threat.enrichments.indicator.name: | ||
dashed_name: threat-enrichments-indicator-name | ||
description: The display name indicator in an UI friendly format | ||
example: 5.2.75.227 | ||
expected_values: | ||
- 5.2.75.227 | ||
- 2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6 | ||
- https://example.com/some/path | ||
- example.com | ||
- 373d34874d7bc89fd4cefa6272ee80bf | ||
- b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7 | ||
- [email protected] | ||
- HKLM\\SOFTWARE\\Microsoft\\Active | ||
- 13335 | ||
- 00:00:5e:00:53:af | ||
- 8008 | ||
flat_name: threat.enrichments.indicator.name | ||
ignore_above: 1024 | ||
level: extended | ||
name: enrichments.indicator.name | ||
normalize: [] | ||
short: Indicator display name | ||
type: keyword | ||
threat.enrichments.indicator.port: | ||
dashed_name: threat-enrichments-indicator-port | ||
description: Identifies a threat indicator as a port number (irrespective of direction). | ||
|
@@ -18636,6 +18659,29 @@ threat.indicator.modified_at: | |
normalize: [] | ||
short: Date/time indicator was last updated. | ||
type: date | ||
threat.indicator.name: | ||
dashed_name: threat-indicator-name | ||
description: The display name indicator in an UI friendly format | ||
example: 5.2.75.227 | ||
expected_values: | ||
- 5.2.75.227 | ||
- 2a02:cf40:add:4002:91f2:a9b2:e09a:6fc6 | ||
- https://example.com/some/path | ||
- example.com | ||
- 373d34874d7bc89fd4cefa6272ee80bf | ||
- b0e914d1bbe19433cc9df64ea1ca07fe77f7b150b511b786e46e007941a62bd7 | ||
- [email protected] | ||
- HKLM\\SOFTWARE\\Microsoft\\Active | ||
- 13335 | ||
- 00:00:5e:00:53:af | ||
- 8008 | ||
flat_name: threat.indicator.name | ||
ignore_above: 1024 | ||
level: extended | ||
name: indicator.name | ||
normalize: [] | ||
short: Indicator display name | ||
type: keyword | ||
threat.indicator.port: | ||
dashed_name: threat-indicator-port | ||
description: Identifies a threat indicator as a port number (irrespective of direction). | ||
|
Oops, something went wrong.