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

add origin_referrer_url, origin_url and zone_identifier to the process attribute #1517

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

AsuNa-jp
Copy link

@AsuNa-jp AsuNa-jp commented Oct 25, 2024

Changes

This PR adds the following attributes.

  • process.origin_referrer_url
  • process.origin_url
  • process.zone_identifier

Details

Generally, a process is generated from an executable file. Therefore, the process model naturally includes attributes containing information about the originating executable file. In this PR, we are adding the following three attributes to further extend the originating executable file details.

  • process.origin_referrer_url
  • process.origin_url
  • process.zone_identifier

The name of these attributes and where to add it were decided after consulting with @joe-desimone and @trisch-me.

The meaning of each field is explained in detail in the PR below.

Merge requirement checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants