File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ name : " Attachment: ICS file with meeting prefix"
2+ description : " Detects incoming messages with a single ICS calendar file attachment that has a filename starting with 'meeting_'."
3+ type : " rule"
4+ severity : " high"
5+ source : |
6+ type.inbound
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')
11+ )
12+ attack_types :
13+ - " BEC/Fraud"
14+ - " Credential Phishing"
15+ tactics_and_techniques :
16+ - " Social engineering"
17+ detection_methods :
18+ - " File analysis"
19+ - " Header analysis"
20+ id : " 5800490c-1a6f-5435-b593-a505507cca09"
21+ og_id : " 383a5810-0b85-55a8-ac9b-e7135823317b"
22+ testing_pr : 3756
23+ testing_sha : 6804bc83f3a0701a88d228259ea79e5d0a824d36
You can’t perform that action at this time.
0 commit comments