Skip to content

Add dns string length fields which are useful for detecting dns-infiltration and dns-exfiltration  #992

Open
@mbudge

Description

@mbudge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.9.0enhancementNew feature or requestreadyIssues we'd like to address in the future.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions