mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user