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

case insensitive support for regex in elastic_ecs #1569

Closed
subbyte opened this issue Aug 29, 2023 · 0 comments
Closed

case insensitive support for regex in elastic_ecs #1569

subbyte opened this issue Aug 29, 2023 · 0 comments

Comments

@subbyte
Copy link
Member

subbyte commented Aug 29, 2023

Is your feature request related to a problem? Please describe.
Currently, the elastic_ecs connector does not support case insensitive flag like /abc/i or /(?i)abc/, and hunters need to write command_line MATCHES '([Vv][Ii][Rr][Uu][Ss])'.

Describe the solution you'd like
From syntax, we expect users to write command_line MATCHES '(?i)virus'. After checking more into Elasticsearch docs, we found the most feasible solution to do it in stix-shifter is to unfold (?i) in translation and keep the transmission as current implementation.

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

No branches or pull requests

1 participant