File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ source: |
1313 regex.imatch(.path,
1414 '^/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/app/[\w?a-fA-F0-9-]+/(?:latest|view|access)$'
1515 )
16-
1716 // Contains social engineering keywords in path
1817 and regex.icontains(.path,
1918 'DOCUMENT|SECURE|REVIEW|SHARED|FILE|VIEW|ACCESS|MESSAGE'
@@ -22,22 +21,11 @@ source: |
2221 and regex.imatch(.path,
2322 '.*/(?:latest|current|view|access|open|v[0-9]+)$'
2423 )
25-
2624 // Not legitimate file sharing services
2725 and not .domain.root_domain in $free_file_hosts
2826 )
2927 )
3028 )
31-
32- // Not from highly trusted domains with valid DMARC
33- and (
34- (
35- sender.email.domain.root_domain in $high_trust_sender_root_domains
36- and not coalesce(headers.auth_summary.dmarc.pass, false)
37- )
38- or sender.email.domain.root_domain not in $high_trust_sender_root_domains
39- )
40-
4129attack_types :
4230 - " Credential Phishing"
4331 - " BEC/Fraud"
@@ -53,4 +41,4 @@ detection_methods:
5341id : " c85e1c9b-37ce-503d-a983-af72e0a0fe48"
5442og_id : " 0b8e7164-2184-54ef-ad2a-39760720effb"
5543testing_pr : 3708
56- testing_sha : 9c9820584a0cac75e4adebb89f04fc0f7e19f76f
44+ testing_sha : e98109587803fd690e78839484dabdae663a6264
You can’t perform that action at this time.
0 commit comments