Skip to content

Commit 9541c7e

Browse files
authored
Update recon_recipients_bccd_undisclosed.yml
1 parent 2381c37 commit 9541c7e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

detection-rules/recon_recipients_bccd_undisclosed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ source: |
1515
and (
1616
length(subject.base) <= 10
1717
or (
18-
strings.ilike(subject.base, "*checking*", "*testing*")
18+
(
19+
strings.ilike(subject.base, "*checking*", "*testing*")
20+
or subject.base == body.current_thread.text
21+
)
1922
and length(subject.base) <= 25
2023
)
2124
)

0 commit comments

Comments
 (0)