Skip to content

roymartinezblanco/Akamai-DNS-Audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akamai-DNS-Audit

This script will audit a list of DNS records to see if they are On Akamai's CDN.

Sample Output

Prerequisites

No especial requirements for this just that you have "dig" and "grep" on your machine.

  • Dig
  • grep

Usage

sh AkamaiDig.sh [List of Domains]

Here is an example:

sh AkamaiDig.sh roymartinez.com www.akamai.com

This Script will optionally create a file on your ~/Download folder

Export results to a file?(Y/N).

The output is the exact same as as shown here.

Domains within Akamai:
======================

www.akamai.com

Domains not pointed to an Akamai edgehostname:
=============================================

roymartinez.dev

About

Give this script a list of domains and it will check its DNS to see if they are on Akamai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages