Skip to content

Commit f77312a

Browse files
authored
ti_{cif3,recordedfuture}: map threat.indicator.geo.location as geo_point (#4552)
1 parent a4c5df2 commit f77312a

File tree

8 files changed

+15
-12
lines changed

8 files changed

+15
-12
lines changed

packages/ti_cif3/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.3.1"
3+
changes:
4+
- description: Use ECS definition for `threat.indicator.geo.location`.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4552
27
- version: "0.3.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/ti_cif3/data_stream/feed/fields/ecs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,7 @@
9595
- external: ecs
9696
name: threat.indicator.geo.country_iso_code
9797
- external: ecs
98-
name: threat.indicator.geo.location.lat
99-
- external: ecs
100-
name: threat.indicator.geo.location.lon
98+
name: threat.indicator.geo.location
10199
- external: ecs
102100
name: threat.indicator.geo.region_name
103101
- external: ecs

packages/ti_cif3/docs/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ CIFv3 `confidence` field values (0..10) are converted to ECS confidence (None, L
9393
| threat.indicator.first_seen | The date and time when intelligence source first reported sighting this indicator. | date |
9494
| threat.indicator.geo.country_iso_code | Country ISO code. | keyword |
9595
| threat.indicator.geo.location | Longitude and latitude. | geo_point |
96-
| threat.indicator.geo.location.lat | Longitude and latitude. | geo_point |
97-
| threat.indicator.geo.location.lon | Longitude and latitude. | geo_point |
9896
| threat.indicator.geo.region_name | Region name. | keyword |
9997
| threat.indicator.geo.timezone | The time zone of the location, such as IANA time zone name. | keyword |
10098
| threat.indicator.ip | Identifies a threat indicator as an IP address (irrespective of direction). | ip |

packages/ti_cif3/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: ti_cif3
33
title: "Collective Intelligence Framework v3"
4-
version: "0.3.0"
4+
version: "0.3.1"
55
release: beta
66
license: basic
77
description: "Ingest threat indicators from a Collective Intelligence Framework v3 instance with Elastic Agent."

packages/ti_recordedfuture/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.4.1"
3+
changes:
4+
- description: Use ECS definition for `threat.indicator.geo.location`.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/4552
27
- version: "1.4.0"
38
changes:
49
- description: Update package to ECS 8.5.0.

packages/ti_recordedfuture/data_stream/threat/fields/ecs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@
6565
- external: ecs
6666
name: threat.indicator.as.organization.name
6767
- external: ecs
68-
name: threat.indicator.geo.location.lat
69-
- external: ecs
70-
name: threat.indicator.geo.location.lon
68+
name: threat.indicator.geo.location
7169
- external: ecs
7270
name: threat.indicator.geo.country_iso_code

packages/ti_recordedfuture/docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,7 @@ An example event for `threat` looks as following:
197197
| threat.indicator.file.hash.sha512 | SHA512 hash. | keyword |
198198
| threat.indicator.first_seen | The date and time when intelligence source first reported sighting this indicator. | date |
199199
| threat.indicator.geo.country_iso_code | Country ISO code. | keyword |
200-
| threat.indicator.geo.location.lat | Longitude and latitude. | geo_point |
201-
| threat.indicator.geo.location.lon | Longitude and latitude. | geo_point |
200+
| threat.indicator.geo.location | Longitude and latitude. | geo_point |
202201
| threat.indicator.ip | Identifies a threat indicator as an IP address (irrespective of direction). | ip |
203202
| threat.indicator.last_seen | The date and time when intelligence source last reported sighting this indicator. | date |
204203
| threat.indicator.marking.tlp | Traffic Light Protocol sharing markings. | keyword |

packages/ti_recordedfuture/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ti_recordedfuture
22
title: Recorded Future
3-
version: "1.4.0"
3+
version: "1.4.1"
44
release: ga
55
description: Ingest threat intelligence indicators from Recorded Future risk lists with Elastic Agent.
66
type: integration

0 commit comments

Comments
 (0)