Hey guys, I’m working on a threat detection system system to go with the filter lists that I provide. The system is dependent on routers reporting what they are dropping. If you would like to join in, here is the code you need.
I’m in the VERY early stages right now.
Currently I’m just collecting the data and building analytics to understand what is really a threat and what is just noise.
I’m using Graylog as a collection / processing system, then passing the relevant hits to a proprietary app that makes the choice on banning the source. Right now it’s using a weighted system… number of source hits vs the port it’s hitting.
you can see some of the stats here: https://threat.intrustech.com/ user: guest and password: guest1234
The data isn’t clean right now - as I keep flushing the database every few hours when I make commits to the code.