Skip to content

Commit

Permalink
New Insights (Sender Prevalence && Sender previously flagged maliciou…
Browse files Browse the repository at this point in the history
…s or spam) (#905)
  • Loading branch information
morriscode authored Nov 2, 2023
1 parent 753b9ae commit 1350b13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions insights/sender/prevalence.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: "Sender Prevalence"
type: "query"
source: |
profile.by_sender().prevalence
severity: "informational"
5 changes: 5 additions & 0 deletions insights/sender/profile_any_malicious_or_spam.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name: "Sender previously flagged as malicious or spam"
type: "query"
source: |
profile.by_sender().any_messages_malicious_or_spam == true
severity: "high"

0 comments on commit 1350b13

Please sign in to comment.