Sample rules
AWS Route 53 Domain Transfer Lock Disabled
- source: elastic
- technicques:
- T1098
Description
Identifies when a transfer lock was removed from a Route 53 domain. It is recommended to refrain from performing this action unless intending to transfer the domain to a different registrar.
Detection logic
event.dataset:aws.cloudtrail and event.provider:route53.amazonaws.com and event.action:DisableDomainTransferLock and event.outcome:success
AWS Route 53 Domain Transfer Lock Disabled
- source: sigma
- technicques:
- t1098
Description
Detects when a transfer lock was removed from a Route 53 domain. It is recommended to refrain from performing this action unless intending to transfer the domain to a different registrar.
Detection logic
condition: selection
selection:
eventName: DisableDomainTransferLock
eventSource: route53.amazonaws.com