You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rules/integrations/aws/exfiltration_sns_email_subscription_by_rare_user.toml
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -7,20 +7,22 @@ updated_date = "2024/11/01"
7
7
[rule]
8
8
author = ["Elastic"]
9
9
description = """
10
-
Identifies when an SNS topic is subscribed to by an email address by a user whom does not typically perform this action. Adversaries may subscribe to an SNS topic to collect sensitive information or exfiltrate data via an external email address.
10
+
Identifies when an SNS topic is subscribed to by an email address by a user whom does not typically perform this action.
11
+
Adversaries may subscribe to an SNS topic to collect sensitive information or exfiltrate data via an external email
12
+
address.
11
13
"""
12
14
false_positives = [
13
15
"""
14
-
Legitimate users may subscribe to SNS topics for legitimate purposes. Ensure that the subscription is authorized and the subscription email address is known before taking action.
16
+
Legitimate users may subscribe to SNS topics for legitimate purposes. Ensure that the subscription is authorized and
17
+
the subscription email address is known before taking action.
15
18
""",
16
19
]
17
20
from = "now-9m"
18
21
index = ["filebeat-*", "logs-aws.cloudtrail-*"]
19
22
language = "kuery"
20
23
license = "Elastic License v2"
21
24
name = "AWS SNS Email Subscription by Rare User"
22
-
note = """
23
-
## Triage and Analysis
25
+
note = """## Triage and Analysis
24
26
25
27
### Investigating AWS SNS Email Subscription by Rare User
26
28
@@ -56,9 +58,7 @@ This rule identifies when an SNS topic is subscribed to by an email address by a
56
58
For further guidance on managing and securing SNS topics in AWS environments, refer to the [AWS SNS documentation](https://docs.aws.amazon.com/sns/latest/dg/welcome.html) and AWS best practices for security.
0 commit comments