Skip to content

Commit

Permalink
Add registered_domain
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Aug 26, 2019
1 parent b448de3 commit d5c8cf1
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 154 deletions.
6 changes: 6 additions & 0 deletions x-pack/winlogbeat/module/sysmon/config/winlogbeat-sysmon.js
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,12 @@ var sysmon = (function () {
ignore_missing: true,
fail_on_error: false,
})
.RegisteredDomain({
ignore_failure: true,
ignore_missing: true,
field: "dns.question.name",
target_field: "dns.question.registered_domain",
})
.Add(translateDnsQueryStatus)
.Add(splitDnsQueryResults)
.Add(setProcessNameUsingExe)
Expand Down
Loading

0 comments on commit d5c8cf1

Please sign in to comment.