Skip to content

Commit

Permalink
Merge pull request #771 from Yamato-Security/make-alert-level-concise…
Browse files Browse the repository at this point in the history
…-for-correlation-referenced-rules

make the levels consistent for correlation referenced rules
  • Loading branch information
YamatoSecurity authored Nov 13, 2024
2 parents e96b1bb + fab2d39 commit 375de85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ detection:
IpAddress: "-"
condition: selection and not filter
falsepositives:
level: informational
level: medium
ruletype: Hayabusa

sample-evtx: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ detection:
- TargetUserName|endswith: "$"
condition: selection and not filter
falsepositives:
level: informational
level: medium
ruletype: Hayabusa

sample-evtx: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ detection:
- IpAddress: "-"
condition: selection and not filter
falsepositives:
level: informational
level: medium
ruletype: Hayabusa

0 comments on commit 375de85

Please sign in to comment.