Sample rules
AWS Route 53 Domain Transferred to Another Account
- source: elastic
- technicques:
- T1098
Description
Identifies when a request has been made to transfer a Route 53 domain to another AWS account.
Detection logic
event.dataset:aws.cloudtrail and event.provider:route53.amazonaws.com and event.action:TransferDomainToAnotherAwsAccount and event.outcome:success
AWS Route 53 Domain Transferred to Another Account
- source: sigma
- technicques:
- t1098
Description
Detects when a request has been made to transfer a Route 53 domain to another AWS account.
Detection logic
condition: selection
selection:
eventName: TransferDomainToAnotherAwsAccount
eventSource: route53.amazonaws.com