Skip to content

Commit

Permalink
Change to break rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mwudka committed Jan 8, 2025
1 parent 186157a commit 8d72202
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions detection-rules/impersonation_sharepoint_fake_file_share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ type: "rule"
severity: "medium"
source: |
type.inbound
and false
// Sharepoint body content looks like this
and (
Expand Down
1 change: 1 addition & 0 deletions detection-rules/link_microsoft_low_reputation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ severity: "medium"
source: |
type.inbound
and 0 < length(body.links) < 50
// change to trigger ci
// suspicious link
and any(body.links,
(
Expand Down

0 comments on commit 8d72202

Please sign in to comment.