-
Notifications
You must be signed in to change notification settings - Fork 207
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
Support Ordered Temporal Proximity correlation #1533
Conversation
diff check
|
I checked #1447 (comment) sample rule! case1 detecttitle: Successful password spray
id: 23179f25-6fce-4827-bae1-b219deaf563a
author: yamatosecurity
correlation:
type: temporal_ordered
rules:
- many_failed_logins
- successful_login
case2 (not detect)title: Successful password spray
id: 23179f25-6fce-4827-bae1-b219deaf563a
author: yamatosecurity
correlation:
type: temporal_ordered
rules:
- successful_login
- many_failed_logins
|
temporal_ordered
@fukusuket Thanks!! Great work! I noticed one bug. When
But when set to the default
It only seems to work when |
@YamatoSecurity
|
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 Everything looks good now! Thanks again!
What Changed
temporal
rule's time windows detection logic, which has also been corrected.Evidence
Integration-Test
https://github.com/Yamato-Security/hayabusa/actions/runs/12445888496
I would appreciate it if you could check it out when you have time🙏