-
Notifications
You must be signed in to change notification settings - Fork 203
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
added sigma v2 exists modifier support #1400
Conversation
@hitenkoku Thanks for this! sorry I merged the other PR so I think there is a conflict now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirmed it works :) LGTM!!🚀
I checked by following rule!
eventcreate /t INFORMATION /id 1 /d "abc"
hayabusa.exe csv-timeline -l --timeline-offset 10m -r test.yml -w -a -A
title: exists TEST
id: 0550d910-7787-4892-9791-c1c6a26ec16a
status: test
author: TEST
logsource:
product: windows
category: application
detection:
selection:
EventID: 1
Channel|exists: true
#Channel|exists: false
condition: selection
level: informational
also there is no diff compared with main.
https://github.com/Yamato-Security/hayabusa/actions/runs/10416679653
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fukusuket Thanks for testing! @hitenkoku LGTM! Thanks so much!
What Changed