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

[Filebeat] Threatintel compatibility updates #27323

Merged
merged 9 commits into from
Sep 7, 2021
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
12 changes: 6 additions & 6 deletions filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -152067,23 +152067,23 @@ type: keyword

--

*`threatintel.indicator.ip`*::
*`threatintel.indicator.reference`*::
+
--
Identifies a threat indicator as an IP address (irrespective of direction).
Reference URL linking to additional information about this indicator.


type: ip
type: keyword

--

*`threatintel.indicator.domain`*::
*`threatintel.indicator.ip`*::
+
--
Identifies a threat indicator as a domain (irrespective of direction).
Identifies a threat indicator as an IP address (irrespective of direction).


type: keyword
type: ip

--

Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/modules/threatintel.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Abuse.ch URL Threat Intel is mapped to the following ECS fields.
[options="header"]
|==============================================================
| URL Threat Intel Fields | ECS Fields
| url | threat.indicator.url.full
| url | threatintel.indicator.url.full
| date_added | @timestamp
| host | threatintel.indicator.ip/domain
|==============================================================
Expand Down Expand Up @@ -473,7 +473,7 @@ Anomali ThreatStream fields are mapped to the following ECS fields:
| date_first | threatintel.indicator.first_seen
| date_last | threatintel.indicator.last_seen
| detail | tags
| domain | threatintel.indicator.domain
| domain | threatintel.indicator.url.domain
| email | threatintel.indicator.email.address
| itype<<a,[1]>> | threatintel.indicator.type
| lat | threatintel.indicator.geo.location.lat
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/module/threatintel/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Abuse.ch URL Threat Intel is mapped to the following ECS fields.
[options="header"]
|==============================================================
| URL Threat Intel Fields | ECS Fields
| url | threat.indicator.url.full
| url | threatintel.indicator.url.full
| date_added | @timestamp
| host | threatintel.indicator.ip/domain
|==============================================================
Expand Down Expand Up @@ -468,7 +468,7 @@ Anomali ThreatStream fields are mapped to the following ECS fields:
| date_first | threatintel.indicator.first_seen
| date_last | threatintel.indicator.last_seen
| detail | tags
| domain | threatintel.indicator.domain
| domain | threatintel.indicator.url.domain
| email | threatintel.indicator.email.address
| itype<<a,[1]>> | threatintel.indicator.type
| lat | threatintel.indicator.geo.location.lat
Expand Down
Loading