AWS Route 53 Domain Transfer Lock Disabled via CloudTrail DisableDomainTransferLock
Alerts when Route 53 domain transfer protection is removed through DisableDomainTransferLock events in CloudTrail.
FreeUnreviewedSigmalowv1
aws-route-53-domain-transfer-lock-disabled-via-cloudtrail-disabledomaintransferl-3940b5f1
title: AWS Route 53 Domain Transfer Lock Disabled via CloudTrail DisableDomainTransferLock
id: fe6d1dfd-c3f9-4539-8026-eb066ebed44c
status: test
description: This rule flags CloudTrail events where the Route 53 API operation DisableDomainTransferLock is called for a domain. Disabling the transfer lock can enable domain transfers away from the current registrar, which is a common prerequisite for persistence and account/identity-related domain takeovers. It relies on AWS CloudTrail telemetry that includes the eventSource and eventName for the DisableDomainTransferLock action.
references:
- https://github.com/elastic/detection-rules/blob/c76a39796972ecde44cb1da6df47f1b6562c9770/rules/integrations/aws/persistence_route_53_domain_transfer_lock_disabled.toml
- https://docs.aws.amazon.com/Route53/latest/APIReference/API_Operations_Amazon_Route_53.html
- https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_DisableDomainTransferLock.html
- https://github.com/SigmaHQ/sigma/blob/master/rules/cloud/aws/cloudtrail/aws_route_53_domain_transferred_lock_disabled.yml
author: Elastic, Austin Songer @austinsonger, Huntrule Team
date: 2021-07-22
modified: 2022-10-09
tags:
- attack.persistence
- attack.privilege-escalation
- attack.credential-access
- attack.t1098
logsource:
product: aws
service: cloudtrail
detection:
selection:
eventSource: route53.amazonaws.com
eventName: DisableDomainTransferLock
condition: selection
falsepositives:
- A domain transfer lock may be disabled by a system or network administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment. Activity from unfamiliar users or hosts should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
level: low
license: DRL-1.1
related:
- id: 3940b5f1-3f46-44aa-b746-ebe615b879e0
type: derived
What it detects
This rule flags CloudTrail events where the Route 53 API operation DisableDomainTransferLock is called for a domain. Disabling the transfer lock can enable domain transfers away from the current registrar, which is a common prerequisite for persistence and account/identity-related domain takeovers. It relies on AWS CloudTrail telemetry that includes the eventSource and eventName for the DisableDomainTransferLock action.
Known false positives
- A domain transfer lock may be disabled by a system or network administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment. Activity from unfamiliar users or hosts should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.