Skip to content

Commit 498fa0c

Browse files
alexo-nanoaidenmitchellmorriscodezoomequipd
authored
Update credential_phishing_corporate_services_impersonation_with_susp… (#3489)
Co-authored-by: Aiden Mitchell <[email protected]> Co-authored-by: Sam Scholten <[email protected]> Co-authored-by: Brandon Murphy <[email protected]>
1 parent b8081e5 commit 498fa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection-rules/credential_phishing_corporate_services_impersonation_with_suspicious_link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ source: |
5353
// or HR department language found in body via NLU
5454
or any(ml.nlu_classifier(body.current_thread.text).entities,
5555
.name in ("org", "sender")
56-
and regex.icontains(.text, '\bhr\b', 'human resources')
56+
and regex.icontains(.text, '\bhr\b', 'human resources', 'operations department')
5757
)
5858
)
5959

0 commit comments

Comments
 (0)