This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |