Skip to content

FoxSecIntel/DNS-analysis

Repository files navigation

🧠 DNS-analysis

A collection of simple Bash scripts for performing DNS reconnaissance and discovery. Useful for OSINT, threat hunting, vulnerability management, and network security reviews.


🚀 Features

  • Perform NS, MX, A, AAAA, TXT, and CNAME lookups
  • Age of the domain
  • Get whois and domain metadata
  • Quickly parse DNS responses

📦 Requirements

These scripts are designed to run on Linux/macOS systems with common CLI tools:

  • dig
  • host
  • whois
  • awk, sed, grep

🛠️ Usage

All scripts are Bash. No install needed.

Example:

bash dns-lookup.sh example.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages