Hi there!
Recently I’ve been trying to upgrade from Zeek 3 to the latest Zeek 5 version.
When I look at the dns.log on both versions, Zeek 5 log is a bit smaller.
I noticed that version 5 is missing the lines where the answers field is unknown type=65 and unknown type=64. for some reason Zeek doesn’t show it on version 5
example of one of the missing lines:
fields:
ts,uid,id.orig_h,id.orig_p,id.resp_h,id.resp_p,proto,trans_id,rtt,query,qclass,qclass_name,qtype,qtype_name,rcode,rcode_name,AA,TC,RD,RA,Z,answers,TTLs,rejected
values:
1.67413E+12,Ceo7KR1yJmyzdJMrQ8,192.168.10.1,60977,8.8.8.8,53,udp,38370,-,facebook.com,-,-,-,-,0,NOERROR,F,F,F,T,0,,300,F
Why Zeek 5 doesn’t show those lines in dns.log?