Skip to content

Commit 72fb345

Browse files
[PR #3050] modified rule: Brand Impersonation: Salesforce
1 parent e3bcd56 commit 72fb345

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

detection-rules/3050_brand_impersonation_salesforce.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ source: |
2121
"elevatesalesforce.com", // unrelated but name in domain
2222
"salesforceben.com", // salesforce newsletter
2323
"connectwithsal.com", // levenshtein
24-
"smartsheet.com" // used by salesforce
24+
"smartsheet.com", // used by salesforce
25+
"hic-salesforce.com", // third party salesforce partner
26+
"aspiresalesforceconsultancy.net", // third party salesforce partner
27+
"kestoneglobal.biz", // third party
28+
"salesforceeurope.com", // outsourced salesforce staffing
29+
"salesforcerecruiter.com" // outsourced salesforce staffing
2530
)
2631
or sender.email.domain.domain in ("salesforce.rxsavingssolutions.com") // unrelated but legit domain
2732
)
@@ -34,8 +39,8 @@ source: |
3439
or regex.icontains(subject.subject, "(training|bootcamp)")
3540
)
3641
and headers.auth_summary.dmarc.pass
37-
)
38-
// email from own domain with salesforce notification
42+
)
43+
// email from own domain with salesforce notification
3944
or (
4045
sender.email.domain.root_domain in $org_domains
4146
and not headers.auth_summary.dmarc.pass
@@ -65,4 +70,4 @@ detection_methods:
6570
id: "c5f0e666-81f0-5d17-a470-12ab75113631"
6671
og_id: "736dfb87-1f99-5cdb-aefc-392257376f3d"
6772
testing_pr: 3050
68-
testing_sha: ac8c7a84e5ee302772c0619c2a69201a99b15ad2
73+
testing_sha: 74f6f20e9fc90e4e0f69ceba192f60d02adbbd1e

0 commit comments

Comments
 (0)