File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,8 @@ source: |
99 .file_extension in~ ('ics')
1010 or .content_type in ("application/ics", "text/calendar")
1111 ),
12- (
13- regex.contains(.file_name, "meeting_[a-zA-Z]{5}")
14- or regex.contains(.file_name, "meeting_[a-zA-Z0-9]{5}")
15- )
16- and not (
17- regex.contains(.file_name, "meeting_invit[eation]")
18- or regex.contains(.file_name, "meeting_request")
19- )
12+ regex.icontains(.file_name, 'meeting_[a-zA-Z0-9]{5}\.')
13+ and not .file_name == "meeting_invite.ics"
2014 )
2115attack_types :
2216 - " BEC/Fraud"
@@ -29,4 +23,4 @@ detection_methods:
2923id : " 5800490c-1a6f-5435-b593-a505507cca09"
3024og_id : " 383a5810-0b85-55a8-ac9b-e7135823317b"
3125testing_pr : 3756
32- testing_sha : a1be97c3fcabbeef10ba61b4303d04670fc91b41
26+ testing_sha : ec155d88e1f9a24eecf4dfd1b63d2d2b8192b613
You can’t perform that action at this time.
0 commit comments