Skip to content

Commit

Permalink
Update impersonation_netflix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscode authored Sep 18, 2023
1 parent 574b4f4 commit 30fad59
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions detection-rules/impersonation_netflix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,16 @@ source: |
strings.icontains(body.current_thread.text, "expir"),
strings.icontains(body.current_thread.text, "payment")
)
and length(body.links) > 0
and not any(body.links,
.href_url.domain.root_domain in ("netflix.com", "dvd.com", "netflixfamily.com")
)
)
)
and length(body.links) > 0
and not any(body.links,
.href_url.domain.root_domain in ("netflix.com", "dvd.com", "netflixfamily.com")
)
and sender.email.domain.root_domain not in ('netflix.com', 'dvd.com', 'netflixfamily.com')
and sender.email.email not in $recipient_emails
attack_types:
- "Credential Phishing"
tactics_and_techniques:
Expand Down

0 comments on commit 30fad59

Please sign in to comment.