Skip to content

Commit

Permalink
fix windows hayabusa event monitoring (#42)
Browse files Browse the repository at this point in the history
### Problem Description  
Currently, `Windows.Hayabusa.Monitoring` is broken, as evident from the
following log output:

![Log
Screenshot](https://github.com/user-attachments/assets/e8e1248d-59bf-49f2-b60f-e3c1f8390ac6)

The logs indicate that the `Windows.Sigma.BaseEvents` object does not
support the `DateAfter` or `DateBefore` parameters.

---

### Proposed Solution  
This pull request removes the unsupported `DateAfter` and `DateBefore`
parameters from `Windows.Hayabusa.Monitoring` to resolve the issue.

---
  • Loading branch information
enes-keskin authored Dec 3, 2024
1 parent 3481f21 commit 4a3f630
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/windows_hayabusa_event_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ QueryTemplate: |
FROM Artifact.Windows.Sigma.BaseEvents(
ROOT=ROOT, RuleLevel=RuleLevel, RuleStatus=RuleStatus,
RuleTitleFilter=RuleTitleFilter, RuleExclusions=RuleExclusions,
DateAfter=DateAfter, DateBefore=DateBefore,
SigmaRules=Rules, NTFS_CACHE_TIME=NTFS_CACHE_TIME)
# Many rules are broken and have bad field mappings. The following
Expand Down

0 comments on commit 4a3f630

Please sign in to comment.