Skip to content

Commit b1a5059

Browse files
authored
add destination.domain as part of the alert (#650)
1 parent 3e44dcb commit b1a5059

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed

custom_documentation/doc/endpoint/alerts/windows/windows_malicious_behavior_alert.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ This alert occurs when a Malicious Behavior alert occurs.
5454
| data_stream.dataset |
5555
| data_stream.namespace |
5656
| data_stream.type |
57+
| destination.domain |
5758
| destination.ip |
5859
| destination.port |
5960
| dll.*<br /><br />dll contains dll data from the primary event in Events. It can contain any fields that any other events includes within the dll fieldset. |

custom_documentation/src/endpoint/data_stream/alerts/windows/windows_malicious_behavior_alert.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ fields:
5959
- data_stream.dataset
6060
- data_stream.namespace
6161
- data_stream.type
62+
- destination.domain
6263
- destination.ip
6364
- destination.port
6465
- dll.*

custom_subsets/elastic_endpoint/alerts/rule_detection_event.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fields:
88
fields: "*"
99
destination:
1010
fields:
11+
domain: {}
1112
geo:
1213
fields: "*"
1314
base:

package/endpoint/data_stream/alerts/fields/fields.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2898,6 +2898,14 @@
28982898
type: group
28992899
default_field: true
29002900
fields:
2901+
- name: domain
2902+
level: core
2903+
type: keyword
2904+
ignore_above: 1024
2905+
description: 'The domain name of the destination system.
2906+
2907+
This value may be a host name, a fully qualified domain name, or another host naming format. The value may derive from the original event or be added from enrichment.'
2908+
example: foo.example.com
29012909
- name: geo.city_name
29022910
level: core
29032911
type: keyword

package/endpoint/docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ sent by the endpoint.
421421
| data_stream.dataset | Data stream dataset name. | constant_keyword |
422422
| data_stream.namespace | Data stream namespace. | constant_keyword |
423423
| data_stream.type | Data stream type. | constant_keyword |
424+
| destination.domain | The domain name of the destination system. This value may be a host name, a fully qualified domain name, or another host naming format. The value may derive from the original event or be added from enrichment. | keyword |
424425
| destination.geo.city_name | City name. | keyword |
425426
| destination.geo.continent_code | Two-letter code representing continent's name. | keyword |
426427
| destination.geo.continent_name | Name of the continent. | keyword |

schemas/v1/alerts/rule_detection_event.yaml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)