alphasoc / nfr

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

Support Suricata eve.json DNS processing #49

Closed chrisforce1 closed 6 years ago

chrisforce1 commented 6 years ago

Similar to https://github.com/alphasoc/nfr/issues/48, we need to support local pickup and processing of DNS events from Suricata eve.json. The schema is described here and we should look for "type": "query" events and then pull timestamp, source (IP), rrname, and rrtype values to send to the API for scoring.