Unusual City For an AWS Command

A machine learning job detected AWS command activity that, while not inherently suspicious or abnormal, is sourcing from a geolocation (city) that is unusual for the command. This can be the result of compromised credentials or keys being used by a threat actor in a different geography than the authorized user(s).

Elastic rule (View on GitHub)

  1[metadata]
  2creation_date = "2020/07/13"
  3integration = ["aws"]
  4maturity = "production"
  5updated_date = "2024/06/18"
  6
  7[rule]
  8anomaly_threshold = 50
  9author = ["Elastic"]
 10description = """
 11A machine learning job detected AWS command activity that, while not inherently suspicious or abnormal, is sourcing from
 12a geolocation (city) that is unusual for the command. This can be the result of compromised credentials or keys being
 13used by a threat actor in a different geography than the authorized user(s).
 14"""
 15false_positives = [
 16    """
 17    New or unusual command and user geolocation activity can be due to manual troubleshooting or reconfiguration;
 18    changes in cloud automation scripts or workflows; adoption of new services; expansion into new regions; increased
 19    adoption of work from home policies; or users who travel frequently.
 20    """,
 21]
 22from = "now-2h"
 23interval = "15m"
 24license = "Elastic License v2"
 25machine_learning_job_id = "rare_method_for_a_city"
 26name = "Unusual City For an AWS Command"
 27setup = """## Setup
 28
 29This rule requires the installation of associated Machine Learning jobs, as well as data coming in from AWS.
 30
 31### Anomaly Detection Setup
 32
 33Once the rule is enabled, the associated Machine Learning job will start automatically. You can view the Machine Learning job linked under the "Definition" panel of the detection rule. If the job does not start due to an error, the issue must be resolved for the job to commence successfully. For more details on setting up anomaly detection jobs, refer to the [helper guide](https://www.elastic.co/guide/en/kibana/current/xpack-ml-anomalies.html).
 34
 35### AWS Integration Setup
 36The AWS integration allows you to collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
 37
 38#### The following steps should be executed in order to add the Elastic Agent System integration "aws" to your system:
 39- Go to the Kibana home page and click “Add integrations”.
 40- In the query bar, search for “AWS” and select the integration to see more details about it.
 41- Click “Add AWS”.
 42- Configure the integration name and optionally add a description.
 43- Review optional and advanced settings accordingly.
 44- Add the newly installed “aws” to an existing or a new agent policy, and deploy the agent on your system from which aws log files are desirable.
 45- Click “Save and Continue”.
 46- For more details on the integration refer to the [helper guide](https://www.elastic.co/docs/current/integrations/aws).
 47"""
 48note = """## Triage and analysis
 49
 50### Investigating Unusual City For an AWS Command
 51
 52CloudTrail 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.
 53
 54This rule uses a machine learning job to detect an AWS API command that while not inherently suspicious or abnormal, is sourcing from a geolocation (city) that is unusual for the command. This can be the result of compromised credentials or keys used by a threat actor in a different geography than the authorized user(s).
 55
 56Detection alerts from this rule indicate an AWS API command or method call that is rare and unusual for the geolocation of the source IP address.
 57
 58#### Possible investigation steps
 59
 60- Identify the user account involved and the action performed. Verify whether it should perform this kind of action.
 61    - Examine the user identity in the `aws.cloudtrail.user_identity.arn` field and the access key ID in the `aws.cloudtrail.user_identity.access_key_id` field, which can help identify the precise user context.
 62    - The user agent details in the `user_agent.original` field may also indicate what kind of a client made the request.
 63- Investigate other alerts associated with the user account during the past 48 hours.
 64- Validate the activity is not related to planned patches, updates, or network administrator activity.
 65- Examine the request parameters. These might indicate the source of the program or the nature of its tasks.
 66- Considering the source IP address and geolocation of the user who issued the command:
 67    - Do they look normal for the calling user?
 68    - 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?
 69    - 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?
 70- 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?
 71- Contact the account owner and confirm whether they are aware of this activity if suspicious.
 72- 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.
 73
 74### False positive analysis
 75
 76- False positives can occur if activity is coming from new employees based in a city with no previous history in AWS.
 77- 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.
 78
 79### Related Rules
 80
 81- Unusual Country For an AWS Command - dca28dee-c999-400f-b640-50a081cc0fd1
 82- Unusual AWS Command for a User - ac706eae-d5ec-4b14-b4fd-e8ba8086f0e1
 83- Rare AWS Error Code - 19de8096-e2b0-4bd8-80c9-34a820813fff
 84- Spike in AWS Error Messages - 78d3d8d9-b476-451d-a9e0-7a5addd70670
 85
 86### Response and remediation
 87
 88- Initiate the incident response process based on the outcome of the triage.
 89- Disable or limit the account during the investigation and response.
 90- Identify the possible impact of the incident and prioritize accordingly; the following actions can help you gain context:
 91    - Identify the account role in the cloud environment.
 92    - Assess the criticality of affected services and servers.
 93    - Work with your IT team to identify and minimize the impact on users.
 94    - Identify if the attacker is moving laterally and compromising other accounts, servers, or services.
 95    - Identify any regulatory or legal ramifications related to this activity.
 96- 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.
 97- Check if unauthorized new users were created, remove unauthorized new accounts, and request password resets for other IAM users.
 98- Consider enabling multi-factor authentication for users.
 99- Review the permissions assigned to the implicated user to ensure that the least privilege principle is being followed.
100- Implement security best practices [outlined](https://aws.amazon.com/premiumsupport/knowledge-center/security-best-practices/) by AWS.
101- Take the actions needed to return affected systems, data, or services to their normal operational levels.
102- Identify the initial vector abused by the attacker and take action to prevent reinfection via the same vector.
103- 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).
104"""
105references = ["https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html"]
106risk_score = 21
107rule_id = "809b70d3-e2c3-455e-af1b-2626a5a1a276"
108severity = "low"
109tags = [
110    "Domain: Cloud",
111    "Data Source: AWS",
112    "Data Source: Amazon Web Services",
113    "Rule Type: ML",
114    "Rule Type: Machine Learning",
115    "Resources: Investigation Guide",
116]
117type = "machine_learning"

Triage and analysis

Investigating Unusual City For an AWS Command

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 an AWS API command that while not inherently suspicious or abnormal, is sourcing from a geolocation (city) that is unusual for the command. This can be the result of compromised credentials or keys used by a threat actor in a different geography than the authorized user(s).

Detection alerts from this rule indicate an AWS API command or method call that is rare and unusual for the geolocation of the source IP address.

Possible investigation steps

  • Identify the user account involved and the action performed. Verify whether it should perform this kind of action.
    • Examine the user identity in the aws.cloudtrail.user_identity.arn field and the access key ID in the aws.cloudtrail.user_identity.access_key_id field, which can help identify the precise user context.
    • The user agent details in the user_agent.original field may also indicate what kind of a client made the request.
  • 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 might indicate the source of the program or the nature of its tasks.
  • 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

  • False positives can occur if activity is coming from new employees based in a city with no previous history in AWS.
  • 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.
  • 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
  • Spike in AWS Error Messages - 78d3d8d9-b476-451d-a9e0-7a5addd70670

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).

References

Related rules

to-top