sublime-rules
sublime-rules copied to clipboard
Update brand_impersonation_ms_planner.yml
Added the latest attack pattern.
Changed:
and regex.icontains(.display_text,
**"(go.?to|view|show|display|access|open.?in) (team|planner|group|task|browser)"**
// and this one
and (
**1** of (
strings.ilike(body.current_thread.text, "*assigned*new team*"),
strings.ilike(body.current_thread.text, "*Microsoft Office 365*"),
strings.ilike(body.current_thread.text, "*internal planner*"),
**strings.ilike(body.current_thread.text, "*internal task*")**
)
Description
Missed the latest spear phishings.
Thank you! Just running a hunt now to confirm that this is safe to ship; will merge if that looks good.