Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ source: |
)
)
)
or regex.imatch(body.current_thread.text, '[0o]ne\s?dr[il1]ve.*')
or regex.imatch(strings.replace_confusables(body.current_thread.text),
'[0o]ne\s?dr[il1]ve.*'
)
// or one drive is in the subject with a freefile host, additional suspicious language, or suspicious display text
or (
regex.icontains(strings.replace_confusables(subject.subject),
Expand Down Expand Up @@ -114,7 +116,6 @@ source: |
and strings.contains(sender.display_name, "via")
)
and not profile.by_sender().any_messages_benign

attack_types:
- "Credential Phishing"
tactics_and_techniques:
Expand Down