netstinky: IDS for detecting IoCs on your network

Signed-off-by: Andrew Mackintosh <amackint@waikato.ac.nz>

Maintainer: me / @null-cipher
Compile tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4
                Hyper-V VM / x86_64, OpenWrt 19.07.4
Run tested: Raspberry Pi 3 / brcm2708-bcm2710, OpenWrt 19.07.4
            Hyper-V VM / x86_64, OpenWrt 19.07.4

Description:
The NetStinky IDS is a component of the NetStinky suite of tools. It
monitors the traffic on the LAN interfaces of your router for
Indications of Compromise (IoCs), drawn from an auto-updating list of
definitions. IoCs are subsequently reported to the NetStinky smartphone
applications.
This commit is contained in:
Andrew Mackintosh
2020-10-28 20:43:37 +00:00
parent 6a7ea2e42a
commit 00441c6724
3 changed files with 134 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
config netstinky 'ids'
option interface 'lan'
option port '8089'
option updatehost 'netstinky-api.wand.net.nz'
option updateport '15000'
option sslnoverify 'false'