Skip to content

[Enhancement] Add Related Code Signature Fields #2570

@MakoWish

Description

@MakoWish

Summary

I would like to request the officialization (is that a real word?) of related.code_signature.* fields into ECS.

Motivation:

There have been quite a few occasions where I want to find any file, DLL, or process that has a certain digital signature. As it is now, I have to do or operations on dll.code_signature.subject_name, file..code_signature.subject_name, and process.code_signature.subject_name. It would be easier to just look at a related.code_signature.subject_name as I often do for things like user names and IP addresses.

Detailed Design:

Provide additional details around the design of the proposed changes.

  • Field names
    • related.code_signature.*
  • Example values for the fields
    • related.code_signature.subject_name: Google LLC
    • related.code_signature.trusted: true
    • etc.
  • Suggested appropriate datatypes
    • Same as already exist in the code_signature schema.
  • Any example events that map to the proposed use case(s)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions