Skip to content

Commit

Permalink
Update link_fake_thread_nlu_financial_request.yml (#860)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Scholten <[email protected]>
  • Loading branch information
aidenmitchell and morriscode authored Oct 30, 2023
1 parent 706fad6 commit 2cb8baa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions detection-rules/link_fake_thread_nlu_financial_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ severity: "medium"
source: |
type.inbound
and length(body.links) < 10
// suspicious link
and any(body.links,
.href_url.domain.root_domain not in $tranco_1m
and .href_url.domain.domain not in $umbrella_1m
)
// fake thread check
and (strings.istarts_with(subject.subject, "RE:") or strings.istarts_with(subject.subject, "FWD:"))
Expand Down

0 comments on commit 2cb8baa

Please sign in to comment.