We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb13ed3 commit 0d7a062Copy full SHA for 0d7a062
detection-rules/3756_attachment_ics_meeting_invite.yml
@@ -7,7 +7,7 @@ source: |
7
and length(attachments) == 1
8
and any(attachments,
9
.file_extension == "ics"
10
- and regex.match(.file_name, '(meeting_)[-azA-z0-9]{5}\.ics')
+ and regex.icontains(.file_name, "meeting_[a-z0-9]{5}")
11
)
12
attack_types:
13
- "BEC/Fraud"
@@ -20,4 +20,4 @@ detection_methods:
20
id: "5800490c-1a6f-5435-b593-a505507cca09"
21
og_id: "383a5810-0b85-55a8-ac9b-e7135823317b"
22
testing_pr: 3756
23
-testing_sha: 6804bc83f3a0701a88d228259ea79e5d0a824d36
+testing_sha: 583c8d9c4bc5a51c4a2b68ecd3ea429f5a41be2b
0 commit comments