@@ -65,7 +65,9 @@ source: |
65
65
'* had a passion for music*',
66
66
'* appreciates music*',
67
67
"* special piece*",
68
- "* a lot of meaning*"
68
+ "* a lot of meaning*",
69
+ "* profound sentimental*",
70
+ '* will cherish*'
69
71
)
70
72
)
71
73
and (
@@ -84,7 +86,8 @@ source: |
84
86
'* indicate your interest *',
85
87
'* to someone you know *',
86
88
'* know someone who *',
87
- '* someone you know would *'
89
+ '* someone you know would *',
90
+ '* someone who will *'
88
91
)
89
92
or regex.icontains(body.current_thread.text,
90
93
'if you[^\r\n]{0,20}(?:(?:might|will|would) be|are)[^\r\n]{0,20}interested',
@@ -177,7 +180,9 @@ source: |
177
180
'* had a passion for music*',
178
181
'* appreciates music*',
179
182
"* special piece*",
180
- "* a lot of meaning*"
183
+ "* a lot of meaning*",
184
+ "* profound sentimental*",
185
+ '* will cherish*'
181
186
)
182
187
)
183
188
and (
@@ -195,7 +200,8 @@ source: |
195
200
'* indicate your interest *',
196
201
'* to someone you know *',
197
202
'* know someone who *',
198
- '* someone you know would *'
203
+ '* someone you know would *',
204
+ '* someone who will *'
199
205
)
200
206
or regex.icontains(file.parse_text(.).text,
201
207
'if you[^\r\n]{0,20}(?:(?:might|will|would) be|are)[^\r\n]{0,20}interested',
@@ -240,7 +246,6 @@ source: |
240
246
)
241
247
// person provides piano lessons and offers to give a Roland baby-grand away
242
248
and not sender.email.domain.root_domain == 'ridleyacademy.com'
243
-
244
249
attack_types :
245
250
- " BEC/Fraud"
246
251
tactics_and_techniques :
@@ -252,4 +257,4 @@ detection_methods:
252
257
id : " 23e1ab26-3449-5907-ab19-650797e9c12d"
253
258
og_id : " 1a91a203-b1fe-52b7-9f71-cecdbf5cdce0"
254
259
testing_pr : 3035
255
- testing_sha : af7640680da35aa0d1f3ad7728f1db48febed384
260
+ testing_sha : 9861dd2f8ac484f8407560ac0b28725f1046d641
0 commit comments