get_txt_records
Retrieve TXT records for any domain to analyze DNS configurations, verify domain ownership, or examine security policies through DNS reconnaissance.
Instructions
Get TXT records for a domain.
Args: domain: The domain name to query (e.g., example.com) ctx: Request context
Returns: Formatted string containing TXT records
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}