Spike in AWS Error Messages

A machine learning job detected a significant spike in the rate of a particular error in the CloudTrail messages. Spikes in error messages may accompany attempts at privilege escalation, lateral movement, or discovery.

Elastic rule (View on GitHub)

 1[metadata]
 2creation_date = "2020/07/13"
 3maturity = "production"
 4min_stack_comments = "AWS integration breaking changes, bumping version to ^2.0.0"
 5min_stack_version = "8.9.0"
 6updated_date = "2023/10/24"
 7integration = ["aws"]
 8
 9[rule]
10anomaly_threshold = 50
11author = ["Elastic"]
12description = """
13A machine learning job detected a significant spike in the rate of a particular error in the CloudTrail messages. Spikes
14in error messages may accompany attempts at privilege escalation, lateral movement, or discovery.
15"""
16false_positives = [
17    """
18    Spikes in error message activity can also be due to bugs in cloud automation scripts or workflows; changes to cloud
19    automation scripts or workflows; adoption of new services; changes in the way services are used; or changes to IAM
20    privileges.
21    """,
22]
23from = "now-60m"
24interval = "15m"
25license = "Elastic License v2"
26machine_learning_job_id = "high_distinct_count_error_message"
27name = "Spike in AWS Error Messages"
28note = """## Triage and analysis
29
30### Investigating Spike in AWS Error Messages
31
32CloudTrail logging provides visibility on actions taken within an AWS environment. By monitoring these events and understanding what is considered normal behavior within an organization, you can spot suspicious or malicious activity when deviations occur.
33
34This rule uses a machine learning job to detect a significant spike in the rate of a particular error in the CloudTrail messages. Spikes in error messages may accompany attempts at privilege escalation, lateral movement, or discovery.
35
36#### Possible investigation steps
37
38- Examine the history of the error. If the error only manifested recently, it might be related to recent changes in an automation module or script. You can find the error in the `aws.cloudtrail.error_code field` field.
39- Investigate other alerts associated with the user account during the past 48 hours.
40- Validate the activity is not related to planned patches, updates, or network administrator activity.
41- Examine the request parameters. These may indicate the source of the program or the nature of the task being performed when the error occurred.
42    - Check whether the error is related to unsuccessful attempts to enumerate or access objects, data, or secrets.
43- Considering the source IP address and geolocation of the user who issued the command:
44    - Do they look normal for the calling user?
45    - If the source is an EC2 IP address, is it associated with an EC2 instance in one of your accounts or is the source IP from an EC2 instance that's not under your control?
46    - If it is an authorized EC2 instance, is the activity associated with normal behavior for the instance role or roles? Are there any other alerts or signs of suspicious activity involving this instance?
47- Consider the time of day. If the user is a human (not a program or script), did the activity take place during a normal time of day?
48- Contact the account owner and confirm whether they are aware of this activity if suspicious.
49- If you suspect the account has been compromised, scope potentially compromised assets by tracking servers, services, and data accessed by the account in the last 24 hours.
50
51### False positive analysis
52
53- Examine the history of the command. If the command only manifested recently, it might be part of a new automation module or script. If it has a consistent cadence (for example, it appears in small numbers on a weekly or monthly cadence), it might be part of a housekeeping or maintenance process. You can find the command in the `event.action field` field.
54- The adoption of new services or the addition of new functionality to scripts may generate false positives.
55
56### Related Rules
57
58- Unusual City For an AWS Command - 809b70d3-e2c3-455e-af1b-2626a5a1a276
59- Unusual Country For an AWS Command - dca28dee-c999-400f-b640-50a081cc0fd1
60- Unusual AWS Command for a User - ac706eae-d5ec-4b14-b4fd-e8ba8086f0e1
61- Rare AWS Error Code - 19de8096-e2b0-4bd8-80c9-34a820813fff
62
63### Response and remediation
64
65- Initiate the incident response process based on the outcome of the triage.
66- Disable or limit the account during the investigation and response.
67- Identify the possible impact of the incident and prioritize accordingly; the following actions can help you gain context:
68    - Identify the account role in the cloud environment.
69    - Assess the criticality of affected services and servers.
70    - Work with your IT team to identify and minimize the impact on users.
71    - Identify if the attacker is moving laterally and compromising other accounts, servers, or services.
72    - Identify any regulatory or legal ramifications related to this activity.
73- Investigate credential exposure on systems compromised or used by the attacker to ensure all compromised accounts are identified. Reset passwords or delete API keys as needed to revoke the attacker's access to the environment. Work with your IT teams to minimize the impact on business operations during these actions.
74- Check if unauthorized new users were created, remove unauthorized new accounts, and request password resets for other IAM users.
75- Consider enabling multi-factor authentication for users.
76- Review the permissions assigned to the implicated user to ensure that the least privilege principle is being followed.
77- Implement security best practices [outlined](https://aws.amazon.com/premiumsupport/knowledge-center/security-best-practices/) by AWS.
78- Take the actions needed to return affected systems, data, or services to their normal operational levels.
79- Identify the initial vector abused by the attacker and take action to prevent reinfection via the same vector.
80- Using the incident response data, update logging and audit policies to improve the mean time to detect (MTTD) and the mean time to respond (MTTR).
81
82## Setup
83
84The AWS Fleet integration, Filebeat module, or similarly structured data is required to be compatible with this rule.
85"""
86references = ["https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html"]
87risk_score = 21
88rule_id = "78d3d8d9-b476-451d-a9e0-7a5addd70670"
89severity = "low"
90tags = ["Domain: Cloud", "Data Source: AWS", "Data Source: Amazon Web Services", "Rule Type: ML", "Rule Type: Machine Learning", "Resources: Investigation Guide"]
91type = "machine_learning"

Triage and analysis

Investigating Spike in AWS Error Messages

CloudTrail logging provides visibility on actions taken within an AWS environment. By monitoring these events and understanding what is considered normal behavior within an organization, you can spot suspicious or malicious activity when deviations occur.

This rule uses a machine learning job to detect a significant spike in the rate of a particular error in the CloudTrail messages. Spikes in error messages may accompany attempts at privilege escalation, lateral movement, or discovery.

Possible investigation steps

  • Examine the history of the error. If the error only manifested recently, it might be related to recent changes in an automation module or script. You can find the error in the aws.cloudtrail.error_code field field.
  • Investigate other alerts associated with the user account during the past 48 hours.
  • Validate the activity is not related to planned patches, updates, or network administrator activity.
  • Examine the request parameters. These may indicate the source of the program or the nature of the task being performed when the error occurred.
    • Check whether the error is related to unsuccessful attempts to enumerate or access objects, data, or secrets.
  • Considering the source IP address and geolocation of the user who issued the command:
    • Do they look normal for the calling user?
    • If the source is an EC2 IP address, is it associated with an EC2 instance in one of your accounts or is the source IP from an EC2 instance that's not under your control?
    • If it is an authorized EC2 instance, is the activity associated with normal behavior for the instance role or roles? Are there any other alerts or signs of suspicious activity involving this instance?
  • Consider the time of day. If the user is a human (not a program or script), did the activity take place during a normal time of day?
  • Contact the account owner and confirm whether they are aware of this activity if suspicious.
  • If you suspect the account has been compromised, scope potentially compromised assets by tracking servers, services, and data accessed by the account in the last 24 hours.

False positive analysis

  • Examine the history of the command. If the command only manifested recently, it might be part of a new automation module or script. If it has a consistent cadence (for example, it appears in small numbers on a weekly or monthly cadence), it might be part of a housekeeping or maintenance process. You can find the command in the event.action field field.
  • The adoption of new services or the addition of new functionality to scripts may generate false positives.
  • Unusual City For an AWS Command - 809b70d3-e2c3-455e-af1b-2626a5a1a276
  • Unusual Country For an AWS Command - dca28dee-c999-400f-b640-50a081cc0fd1
  • Unusual AWS Command for a User - ac706eae-d5ec-4b14-b4fd-e8ba8086f0e1
  • Rare AWS Error Code - 19de8096-e2b0-4bd8-80c9-34a820813fff

Response and remediation

  • Initiate the incident response process based on the outcome of the triage.
  • Disable or limit the account during the investigation and response.
  • Identify the possible impact of the incident and prioritize accordingly; the following actions can help you gain context:
    • Identify the account role in the cloud environment.
    • Assess the criticality of affected services and servers.
    • Work with your IT team to identify and minimize the impact on users.
    • Identify if the attacker is moving laterally and compromising other accounts, servers, or services.
    • Identify any regulatory or legal ramifications related to this activity.
  • Investigate credential exposure on systems compromised or used by the attacker to ensure all compromised accounts are identified. Reset passwords or delete API keys as needed to revoke the attacker's access to the environment. Work with your IT teams to minimize the impact on business operations during these actions.
  • Check if unauthorized new users were created, remove unauthorized new accounts, and request password resets for other IAM users.
  • Consider enabling multi-factor authentication for users.
  • Review the permissions assigned to the implicated user to ensure that the least privilege principle is being followed.
  • Implement security best practices outlined by AWS.
  • Take the actions needed to return affected systems, data, or services to their normal operational levels.
  • Identify the initial vector abused by the attacker and take action to prevent reinfection via the same vector.
  • Using the incident response data, update logging and audit policies to improve the mean time to detect (MTTD) and the mean time to respond (MTTR).

Setup

The AWS Fleet integration, Filebeat module, or similarly structured data is required to be compatible with this rule.

References

Related rules

to-top