Skip to content

Commit

Permalink
Update impersonation_human_resources.yml (#859)
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 17, 2023
1 parent 42b48f5 commit 27c64a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection-rules/impersonation_human_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source: |
and any(ml.nlu_classifier(body.current_thread.text).entities, .name == "urgency")
and (
any(ml.nlu_classifier(body.current_thread.text).intents, .name != "benign")
and not length(ml.nlu_classifier(body.current_thread.text).intents) == 0
or length(ml.nlu_classifier(body.current_thread.text).intents) == 0 // not benign but not malicious either
)
and (
profile.by_sender().prevalence in ("new", "outlier")
Expand Down

0 comments on commit 27c64a7

Please sign in to comment.