Open
Description
Hi
I logged this pull request in the beats repo a while ago.
Add dns.string.length to improve detection's of dns exfil and tunnelling - Enhancement #20669
elastic/beats#20669
Would it be possible to add the following fields in ECS?
dns.string.length.question.name: int
dns.string.length.answers.data: int array
dns.string.length.question.name is the length of the dns.question.name string
dns.string.length.answers.data is a string array of the dns.answers.data string lengths.
Please refer to 20669 for more information on why this might be useful.
Thanks