DNS Index

Overview
DNS Index provides advanced DNS zone file analysis. Users can input a domain to see its DNS records, security scan results, email configuration checks (SPF/DKIM/DMARC), and even cloud detection. It’s aimed at network/security professionals.
Features
- Record Analysis: Displays A, MX, CNAME, and other records.
- Security Scan: Highlights vulnerabilities or misconfigurations.
- Email Checks: Validates SPF, DKIM, DMARC for given domains.
- Cloud Detection: Identifies cloud provider records.
Tech Stack
- Backend: Node.js / Express.js
- DNS Engine: Cloudflare API or DNS libraries for querying records
- Frontend: React.js (with form input and result tables)
- Styling: Tailwind CSS
Usage
Visit the site and enter a domain to analyze. For local development:
- Clone:
git clone https://github.com/sahaib/dns-index.git. - Install:
npm install. - Run:
npm run dev. - Access the app at
localhost:3000and use the analysis form.