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 lowercase normaliser to ECS fields which support security incident response process #2287

Open
mbudge opened this issue Oct 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@mbudge
Copy link
Contributor

mbudge commented Oct 3, 2023

Hi,

Here's an example of fields where we believe there is a strong use case to apply the lowercase normaliser.

host.name
host.domain
user.domain
user.name
related.user
related.hosts
url.registered_domain
dns.question.name
dns.question.registered_domain
email addresses
hashes like md5, sha1 and sha256 can be upper or lowercase
process.name
process.executable
threat.indicator.url.domain
url.domain

An example of why this is useful is our IT team pass usernames round in uppercase, whereas our security analyst team have to search logs in lowercase. Applying the lowercase normaliser will make these fields case insensitive. This reduces the chance of human error. These fields can be different cases in the log data. Applying the lowercase normaliser will improve usability.

Thanks

@mbudge mbudge added the enhancement New feature or request label Oct 3, 2023
@mbudge
Copy link
Contributor Author

mbudge commented Aug 6, 2024

Any update on this?

Absolute minimum add it to

host.name
user.name
user.target.name

Users are constantly missing logs during investigations because of this.....

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

No branches or pull requests

1 participant