Skip to content

Queries zone based on parameters given and validates RRSIGs

Notifications You must be signed in to change notification settings

danboykis/checkdnssec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

This tiny throw-away utility queries a zone based on given parameters and 
verifies every queried RR set for a valid RRSIG.

Suppose I want to verify that nist.gov's SOA, A and MX records have proper RRSIG records.

java -jar checkdnssec-1.0-SNAPSHOT-jar-with-dependencies.jar -z nist.gov. --ns=ns1.nist.gov. -Dnist.gov.:A -Dnist.gov.:SOA -Dnist.gov.:MX

-z stands for zone name
--ns stands for nameserver.
-D precedes the name-type pair you want to verify

To build checkdnssec:
mvn assembly:assembly

LICENSE
This software is put in public domain. 
It's free to share, modify, sell, manipulate, burn, whatever. If you see fit, credit me accordingly. If not, I am fine with that too.

About

Queries zone based on parameters given and validates RRSIGs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages