Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] added new field: threat.indicator.id - resolves GH-2252 #2324

Merged
merged 2 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Thanks, you're awesome :-) -->
* Added `volume.*` as beta field set. #2269
* Advanced `process.env_vars` to GA. #2315
* Advanced `process.io` and `process.tty` fields to GA. #2317
* Added `threat.indicator.id`. #2324

#### Improvements

Expand Down
21 changes: 21 additions & 0 deletions docs/fields/field-details.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10953,6 +10953,27 @@ example: `2020-11-05T17:25:47.000Z`

// ===============================================================

|
[[field-threat-indicator-id]]
<<field-threat-indicator-id, threat.indicator.id>>

a| The ID of the indicator used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®. This field can have multiple values to allow for the identification of the same indicator across systems that use different ID formats.

While not required, a common approach is to use a STIX 2.x indicator ID.

type: keyword


Note: this field should contain an array of values.



example: `[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]`

| extended

// ===============================================================

|
[[field-threat-indicator-ip]]
<<field-threat-indicator-ip, threat.indicator.ip>>
Expand Down
11 changes: 11 additions & 0 deletions experimental/generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11645,6 +11645,17 @@
description: The time zone of the location, such as IANA time zone name.
example: America/Argentina/Buenos_Aires
default_field: false
- name: indicator.id
level: extended
type: keyword
ignore_above: 1024
description: "The ID of the indicator used by this threat to conduct behavior\
\ commonly modeled using MITRE ATT&CK\xAE. This field can have multiple values\
\ to allow for the identification of the same indicator across systems that\
\ use different ID formats.\nWhile not required, a common approach is to use\
\ a STIX 2.x indicator ID."
example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]'
default_field: false
- name: indicator.ip
level: extended
type: ip
Expand Down
1 change: 1 addition & 0 deletions experimental/generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1500,6 +1500,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
8.12.0-dev+exp,true,threat,threat.indicator.geo.region_iso_code,keyword,core,,CA-QC,Region ISO code.
8.12.0-dev+exp,true,threat,threat.indicator.geo.region_name,keyword,core,,Quebec,Region name.
8.12.0-dev+exp,true,threat,threat.indicator.geo.timezone,keyword,core,,America/Argentina/Buenos_Aires,Time zone.
8.12.0-dev+exp,true,threat,threat.indicator.id,keyword,extended,array,[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37],ID of the indicator
8.12.0-dev+exp,true,threat,threat.indicator.ip,ip,extended,,1.2.3.4,Indicator IP address
8.12.0-dev+exp,true,threat,threat.indicator.last_seen,date,extended,,2020-11-05T17:25:47.000Z,Date/time indicator was last reported.
8.12.0-dev+exp,true,threat,threat.indicator.marking.tlp,keyword,extended,,CLEAR,Indicator TLP marking
Expand Down
16 changes: 16 additions & 0 deletions experimental/generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18960,6 +18960,22 @@ threat.indicator.geo.timezone:
original_fieldset: geo
short: Time zone.
type: keyword
threat.indicator.id:
dashed_name: threat-indicator-id
description: "The ID of the indicator used by this threat to conduct behavior commonly\
\ modeled using MITRE ATT&CK\xAE. This field can have multiple values to allow\
\ for the identification of the same indicator across systems that use different\
\ ID formats.\nWhile not required, a common approach is to use a STIX 2.x indicator\
\ ID."
example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]'
flat_name: threat.indicator.id
ignore_above: 1024
level: extended
name: indicator.id
normalize:
- array
short: ID of the indicator
type: keyword
threat.indicator.ip:
dashed_name: threat-indicator-ip
description: Identifies a threat indicator as an IP address (irrespective of direction).
Expand Down
16 changes: 16 additions & 0 deletions experimental/generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21632,6 +21632,22 @@ threat:
original_fieldset: geo
short: Time zone.
type: keyword
threat.indicator.id:
dashed_name: threat-indicator-id
description: "The ID of the indicator used by this threat to conduct behavior\
\ commonly modeled using MITRE ATT&CK\xAE. This field can have multiple values\
\ to allow for the identification of the same indicator across systems that\
\ use different ID formats.\nWhile not required, a common approach is to use\
\ a STIX 2.x indicator ID."
example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]'
flat_name: threat.indicator.id
ignore_above: 1024
level: extended
name: indicator.id
normalize:
- array
short: ID of the indicator
type: keyword
threat.indicator.ip:
dashed_name: threat-indicator-ip
description: Identifies a threat indicator as an IP address (irrespective of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,10 @@
}
}
},
"id": {
"ignore_above": 1024,
"type": "keyword"
},
"ip": {
"type": "ip"
},
Expand Down
4 changes: 4 additions & 0 deletions experimental/generated/elasticsearch/legacy/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6727,6 +6727,10 @@
}
}
},
"id": {
"ignore_above": 1024,
"type": "keyword"
},
"ip": {
"type": "ip"
},
Expand Down
11 changes: 11 additions & 0 deletions generated/beats/fields.ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11595,6 +11595,17 @@
description: The time zone of the location, such as IANA time zone name.
example: America/Argentina/Buenos_Aires
default_field: false
- name: indicator.id
level: extended
type: keyword
ignore_above: 1024
description: "The ID of the indicator used by this threat to conduct behavior\
\ commonly modeled using MITRE ATT&CK\xAE. This field can have multiple values\
\ to allow for the identification of the same indicator across systems that\
\ use different ID formats.\nWhile not required, a common approach is to use\
\ a STIX 2.x indicator ID."
example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]'
default_field: false
- name: indicator.ip
level: extended
type: ip
Expand Down
1 change: 1 addition & 0 deletions generated/csv/fields.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,7 @@ ECS_Version,Indexed,Field_Set,Field,Type,Level,Normalization,Example,Description
8.12.0-dev,true,threat,threat.indicator.geo.region_iso_code,keyword,core,,CA-QC,Region ISO code.
8.12.0-dev,true,threat,threat.indicator.geo.region_name,keyword,core,,Quebec,Region name.
8.12.0-dev,true,threat,threat.indicator.geo.timezone,keyword,core,,America/Argentina/Buenos_Aires,Time zone.
8.12.0-dev,true,threat,threat.indicator.id,keyword,extended,array,[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37],ID of the indicator
8.12.0-dev,true,threat,threat.indicator.ip,ip,extended,,1.2.3.4,Indicator IP address
8.12.0-dev,true,threat,threat.indicator.last_seen,date,extended,,2020-11-05T17:25:47.000Z,Date/time indicator was last reported.
8.12.0-dev,true,threat,threat.indicator.marking.tlp,keyword,extended,,CLEAR,Indicator TLP marking
Expand Down
16 changes: 16 additions & 0 deletions generated/ecs/ecs_flat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18891,6 +18891,22 @@ threat.indicator.geo.timezone:
original_fieldset: geo
short: Time zone.
type: keyword
threat.indicator.id:
dashed_name: threat-indicator-id
description: "The ID of the indicator used by this threat to conduct behavior commonly\
\ modeled using MITRE ATT&CK\xAE. This field can have multiple values to allow\
\ for the identification of the same indicator across systems that use different\
\ ID formats.\nWhile not required, a common approach is to use a STIX 2.x indicator\
\ ID."
example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]'
flat_name: threat.indicator.id
ignore_above: 1024
level: extended
name: indicator.id
normalize:
- array
short: ID of the indicator
type: keyword
threat.indicator.ip:
dashed_name: threat-indicator-ip
description: Identifies a threat indicator as an IP address (irrespective of direction).
Expand Down
16 changes: 16 additions & 0 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21552,6 +21552,22 @@ threat:
original_fieldset: geo
short: Time zone.
type: keyword
threat.indicator.id:
dashed_name: threat-indicator-id
description: "The ID of the indicator used by this threat to conduct behavior\
\ commonly modeled using MITRE ATT&CK\xAE. This field can have multiple values\
\ to allow for the identification of the same indicator across systems that\
\ use different ID formats.\nWhile not required, a common approach is to use\
\ a STIX 2.x indicator ID."
example: '[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]'
flat_name: threat.indicator.id
ignore_above: 1024
level: extended
name: indicator.id
normalize:
- array
short: ID of the indicator
type: keyword
threat.indicator.ip:
dashed_name: threat-indicator-ip
description: Identifies a threat indicator as an IP address (irrespective of
Expand Down
4 changes: 4 additions & 0 deletions generated/elasticsearch/composable/component/threat.json
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,10 @@
}
}
},
"id": {
"ignore_above": 1024,
"type": "keyword"
},
"ip": {
"type": "ip"
},
Expand Down
4 changes: 4 additions & 0 deletions generated/elasticsearch/legacy/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -6685,6 +6685,10 @@
}
}
},
"id": {
"ignore_above": 1024,
"type": "keyword"
},
"ip": {
"type": "ip"
},
Expand Down
14 changes: 14 additions & 0 deletions schemas/threat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,20 @@
The name of the indicator's provider.
example: lrz_urlhaus

- name: indicator.id
level: extended
type: keyword
short: ID of the indicator
description: >
The ID of the indicator used by this threat to conduct behavior commonly modeled using MITRE ATT&CK®.
This field can have multiple values to allow for the identification of the same indicator across systems
that use different ID formats.

While not required, a common approach is to use a STIX 2.x indicator ID.
example: "[indicator--d7008e06-ab86-415a-9803-3c81ce2d3c37]"
normalize:
- array

- name: software.id
level: extended
type: keyword
Expand Down
Loading