Skip to content

Commit

Permalink
Update impersonation_quickbooks.yml (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomequipd authored Nov 13, 2024
1 parent e89856e commit 611f985
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions detection-rules/impersonation_quickbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ source: |
)
or strings.ilike(body.current_thread.text, "*invoice*")
)
and any(ml.logo_detect(beta.message_screenshot()).brands,
.name == "Quickbooks" and .confidence in ("medium", "high")
and (
any(ml.logo_detect(beta.message_screenshot()).brands,
.name == "Quickbooks" and .confidence in ("medium", "high")
)
or strings.icontains(body.current_thread.text, 'Powered by QuickBooks')
)
and sender.email.domain.root_domain not in~ (
'intuit.com',
Expand Down

0 comments on commit 611f985

Please sign in to comment.