DCSO / fever

fast, extensible, versatile event router for Suricata's EVE-JSON format
Other
50 stars 8 forks source link

Passive DNS data should include authorities fields #42

Open satta opened 5 years ago

satta commented 5 years ago

ISC's passive DNS specification paper suggests to also include the RRs from the Authorities section in the response packet in the RRsets considered for inclusion in the database. FEVER currently only includes the Answers section in the data sent to the server. We should adjust our behaviour to match the one in the paper.

satta commented 4 years ago

Suricata will get support for more DNS data from its parser: OISF/suricata#5331 We need to make sure that this does not impact the DNS parser and pDNS aggregator and also make use of the additional information.