We detect when your DNS records change outside our editor — and show you exactly what changed
DNS Drift
DNS drift occurs when records change without going through your intended management interface. This can happen for several reasons:
- Direct Access: Someone logs into the registrar or DNS provider directly.
- Shadow Automation: A script modifies records via a different API.
- Security Breach: An attacker compromises your DNS provider credentials.
- Access Management: You forgot a contractor still had access from six months ago.
How it Works
We take periodic snapshots of your DNS zone as it appears from authoritative nameservers. When we detect a difference between the expected state (last known snapshot) and the live state, we create a drift event.
Drift Event Details
Each alert contains the specific data you need to investigate:
- Record type (e.g., A, MX, CNAME)
- Record name
- Change type (Added, Modified, or Deleted)
- Old value $\rightarrow$ New value
- Detection timestamp
Management & Resolution
You receive an alert immediately. In the dashboard, unacknowledged drift events appear as a warning badge on your domain.
- Review: Examine the event details in the dashboard.
- Acknowledge: If the change was intentional, acknowledge it. This updates the baseline snapshot and stops the alerting.
- Remediate: If the change was unauthorized, you know exactly what to revert to secure your zone.
>
DNS drift is when records change without going through your intended management interface. Someone logs into the registrar directly. A script modifies records via a different API. An attacker compromises your DNS provider credentials. Or you just forgot you gave a contractor access six months ago.
We take periodic snapshots of your DNS zone as it appears from authoritative nameservers. When we detect a difference between the expected state (last known snapshot) and the live state, we create a drift event:
- Record type
- Record name
- Change type (added/modified/deleted)
- Old value → new value
- Detection timestamp
You get an alert immediately. In the dashboard, unacknowledged drift events show up as a warning badge on your domain. You can review each event, and if the change was intentional, acknowledge it — which updates the baseline snapshot so it stops alerting. If it wasn't intentional, you know exactly what to fix.
Think of it as `git diff` for your DNS zone, running continuously.
DNS Drift
DNS drift occurs when records change without going through your intended management interface. This can happen for several reasons:
- Direct Access: Someone logs into the registrar or DNS provider directly.
- Shadow Automation: A script modifies records via a different API.
- Security Breach: An attacker compromises your DNS provider credentials.
- Access Management: You forgot a contractor still had access from six months ago.
How it Works
We take periodic snapshots of your DNS zone as it appears from authoritative nameservers. When we detect a difference between the expected state (last known snapshot) and the live state, we create a drift event.
Drift Event Details
Each alert contains the specific data you need to investigate:
- Record type (e.g., A, MX, CNAME)
- Record name
- Change type (Added, Modified, or Deleted)
- Old value $\rightarrow$ New value
- Detection timestamp
Management & Resolution
You receive an alert immediately. In the dashboard, unacknowledged drift events appear as a warning badge on your domain.
- Review: Examine the event details in the dashboard.
- Acknowledge: If the change was intentional, acknowledge it. This updates the baseline snapshot and stops the alerting.
- Remediate: If the change was unauthorized, you know exactly what to revert to secure your zone.
>