-
Notifications
You must be signed in to change notification settings - Fork 212
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
[bug] #1615
Comments
@AhmetPayaslioglu Also, Do commands other than csv-timeline work correctly? |
@AhmetPayaslioglu It looks like you are trying to only run Sysmon rules. Are you sure you have sysmon logs? What happens if you run all the rules by not specifying the |
Hi, Thank you both for your responses. I followed your instructions step by step. As you suggested, I downloaded and tested the latest version: https://github.com/Yamato-Security/hayabusa/releases/tag/v3.1.0. However, I encountered the same issue with the csv-timeline command and got 0 detection results. Additionally, you asked me to run other commands besides csv-timeline. As an example, I executed the computer-metrics command:
Yes, I have Sysmon, but I still performed the test as you requested: .\hayabusa-3.1.0-win-x64.exe csv-timeline -d C:\Users\test\Desktop\hayabusatest2\testeventlogs -o output4.csv -H output4.html -w However, the result did not change. I still got 0 detections. |
Describe the bug
Hi, When I run Hayabusa on event logs collected from my own machine, I get a CSV output with a size of 0. Additionally, when I check the HTML report, I confirm that the number of detections is 0. However, this seems impossible because when I run it on other servers and clients in the same environment, I get thousands of detections. Something is going wrong when I run it for my client, and it produces a 0 output. I couldn't understand the issue. I don't receive any errors when running Hayabusa. How can I identify the problem?
Step to Reproduce
I run hayabusa on powershell like this:
.\hayabusa-2.19.0-win-x64.exe csv-timeline -d C:\Users\test\Desktop\hayabusatest\testeventlogs -r C:\Users\test\Desktop\hayabusatest\rules\sigma\sysmon -o output1.csv -H output1.html -w
Expected behavior
My expectation is to see hundreds of detections, just like the other devices in the same environment. This is because all machines receive the same policies, which means I should be seeing similar false positives (FPs).
Screenshots
Environment (please complete the following information):
Thanks for this amazing tool!
The text was updated successfully, but these errors were encountered: