Skip to content

Commit 5625c13

Browse files
[PR #3556] modified rule: Impersonation: Social Security Administration (SSA)
1 parent b11fed0 commit 5625c13

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

detection-rules/3556_impersonation_social_security_admin.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,6 @@ source: |
3535
)
3636
)
3737
)
38-
// display name or subject references a statement
39-
or (
40-
any([sender.display_name, subject.subject],
41-
regex.icontains(strings.replace_confusables(.),
42-
'(Digital|(e[[:punct:]]?))\s?Statements?.{0,10}(Generated|Created|Issued|Ready)'
43-
)
44-
// or the Login.gov SSO service
45-
or strings.icontains(strings.replace_confusables(.), "login.gov")
46-
)
47-
// with SSA impersonation in the body
48-
and strings.icontains(body.current_thread.text,
49-
'Social Security Administration'
50-
)
51-
)
5238
)
5339
// Contains a link
5440
and length(body.links) >= 1
@@ -113,4 +99,4 @@ detection_methods:
11399
id: "cec70a4b-bb82-55ff-8542-22e92fc38afb"
114100
og_id: "6196767e-6264-5833-96f3-d1e34424d7b5"
115101
testing_pr: 3556
116-
testing_sha: 74b9a1290b1da0be13f05b6fd89468c44642a52d
102+
testing_sha: c8c16cbf4c42c6d164bb581e1339ab6e502a2656

0 commit comments

Comments
 (0)