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

dsl: relative event fields as values #172

Closed
banditopazzo opened this issue Apr 18, 2023 · 0 comments · Fixed by #181
Closed

dsl: relative event fields as values #172

banditopazzo opened this issue Apr 18, 2023 · 0 comments · Fixed by #181

Comments

@banditopazzo
Copy link
Member

We should introduce support for use relative event fields as values. I wanted a rule to detect the suspicious action of an executable deleting itself from the filesystem, example:

- name: Executable delete itself
  type: FileDeleted
  condition: payload.filename == header.image

At the current state is not possible to create this type of rules, because the argument of the condition need to be static.

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

Successfully merging a pull request may close this issue.

1 participant