Skip to content

Instantly share code, notes, and snippets.

View prdonahue's full-sized avatar

Patrick R. Donahue prdonahue

View GitHub Profile
@prdonahue
prdonahue / caa.sh
Last active May 16, 2017 16:23
Alexa Top 1mm w/CAA records
$ go get github.com/zmap/zdns/zdns
$ wget http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
$ unzip top-1m.csv.zip
$ cat top-1m.csv | cut -d',' -f2 | zdns CAA > caa.json
$ grep CAA caa.json | wc -l
172
$ grep CAA caa.json | jq . | pbcopy