1DNSWASHER(1) PowerDNS Authoritative Server DNSWASHER(1)
2
3
4
6 dnswasher - A PowerDNS nameserver debugging tool
7
9 dnswasher INFILE [INFILE] OUTFILE
10
12 dnswasher takes one or more INFILEs in PCAP format and writes out OUT‐
13 FILE also in PCAP format, while obfuscating end-user IP addresses.
14
15 This is useful to share data with third parties while attempting to
16 protect the privacy of your users.
17
18 The INFILEs must be of identical PCAP type.
19
20 Please check the output of dnswasher to make sure no customer IP
21 addresses remain. Also realize that sufficient data could allow indi‐
22 viduals to be re-identified based on the domain names they care about.
23
25 --decrypt,-d Undo IPCipher encryption of IP addresses
26 --help, -h Show summary of options. --key,-k
27 Base64 encoded 128-bit key for IPCipher --passphrase,-p
28 Passphrase that will be used to derive an IPCipher key --version,-v
29 Output version
30
32 pcap(3PCAP), tcpdump(8)
33
35 PowerDNS.COM BV
36
38 2001-2019, PowerDNS.COM BV
39
40
41
42
43 Feb 06, 2021 DNSWASHER(1)