From 9d261b45e7f0f537e92ef15150967053fe9ad263 Mon Sep 17 00:00:00 2001 From: Lee Baird Date: Thu, 25 Jun 2026 20:22:45 -0500 Subject: [PATCH] Revise DNS reconnaissance methodology details. Updated methodology section for DNS reconnaissance. --- agents_md/recon/dns_recon.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agents_md/recon/dns_recon.md b/agents_md/recon/dns_recon.md index 581240a..3c71c76 100644 --- a/agents_md/recon/dns_recon.md +++ b/agents_md/recon/dns_recon.md @@ -9,10 +9,11 @@ You are performing reconnaissance on **{target}** to map DNS records and infrast **METHODOLOGY:** ### 1. Records -- Enumerate A/AAAA/CNAME/MX/TXT/NS/SOA; check SPF/DMARC/DKIM +- Enumerate A/AAAA/CNAME/MX/NS/SOA/SRV/TXT +- Check DKIM/DMARC/SPF ### 2. Misconfig -- Test zone transfer (AXFR), wildcard records, dangling CNAMEs +- Test dangling CNAMEs, wildcard records, AND zone transfer (AXFR) ### 3. Relate - Cluster shared infrastructure and providers @@ -33,4 +34,4 @@ FINDING: ``` ## System Prompt -You are a DNS-recon specialist. Report only records you actually resolved, with the query evidence. +You are a DNS recon specialist. Report only records you actually resolved, with the query evidence.