hijack_change_monitor
Monitor DNS records against a stored baseline to detect added, removed, or changed records. On first run, creates a baseline; subsequent runs diff against it.
Instructions
Monitor DNS record changes by comparing current records against a stored baseline. On first run (no baseline), returns the current state as a JSON baseline. On subsequent runs, diffs against the provided baseline to detect added, removed, or changed records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain to monitor for DNS changes (e.g. example.com) | |
| baseline | No | JSON string of the previous baseline (output from a prior run). If omitted, the tool returns the current DNS state as the initial baseline. |