https://github.com/fcambus/statzone
DNS zone file analyzer targeted at TLD zones
https://github.com/fcambus/statzone
dns dnssec statistics tld zone
Last synced: 3 months ago
JSON representation
DNS zone file analyzer targeted at TLD zones
- Host: GitHub
- URL: https://github.com/fcambus/statzone
- Owner: fcambus
- License: bsd-2-clause
- Created: 2015-08-02T21:00:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T14:24:08.000Z (over 3 years ago)
- Last Synced: 2023-03-12T02:33:04.376Z (over 2 years ago)
- Topics: dns, dnssec, statistics, tld, zone
- Language: C++
- Homepage: https://www.statdns.com
- Size: 188 KB
- Stars: 50
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
# StatZone
StatZone is a DNS zone file analyzer targeted at TLD zones.
After analyzing a zone, it returns counts for: IPv4 and IPv6 glue records,
NS records (total and uniques), DS records, DNSSEC signed domains, IDNs
domains, and total number of domains.It is currently used to generate TLD Zone File Statistics on [StatDNS][1].
StatZone is written with security in mind, and has also been extensively
fuzzed using AFL and Honggfuzz. Experimental seccomp support is available
for selected architectures and can be enabled by setting the `ENABLE_SECCOMP`
variable to `1` when invoking CMake.## Dependencies
StatZone uses the CMake build system.
## Building
mkdir build
cd build
cmake ..
makeStatZone has been successfully built and tested on OpenBSD and Linux with
both Clang and GCC.## Usage
statzone [-hv] zonefile
If file is a single dash (`-'), statzone reads from the standard input.
The options are as follows:
-h Display usage.
-v Display version.StatZone outputs results to **stdout**.
TLD zone files for .arpa can be found on [Internic FTP site][2], .se and
.nu zones are available through AXFR at zonedata.iis.se.## Features
Currently implemented features:
- Counting IPv4 and IPv6 glue
- Counting name servers (total and unique)
- Counting DS records
- Counting DNSSEC signed domains
- Counting IDNs domains
- Counting domains## License
StatZone is released under the BSD 2-Clause license. See `LICENSE` file for
details.## Author
StatZone is developed by Frederic Cambus.
- Site: https://www.cambus.net
## Resources
GitHub: https://github.com/fcambus/statzone
[1]: https://www.statdns.com
[2]: https://www.internic.net/domain/