alphasoc / nfr

A lightweight tool to score network traffic and flag anomalies
https://alphasoc.com
Other
122 stars 19 forks source link

Support Bro dns.log processing #48

Closed chrisforce1 closed 6 years ago

chrisforce1 commented 6 years ago

If we can process the Bro dns.log format (by reading the file from the local filesystem) we can deploy NFR onto Bro IDS sensors and Corelight appliances to submit data to our API for scoring. The schema is described here and we just need to pick up the ts, id.orig_h, query, and qtype_name values for each query.

krhubert commented 6 years ago

Done. https://github.com/alphasoc/nfr/commit/fc39fbbbcec2010f1b405eead0366cb2109a3408