meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux:ids [2024/04/26 13:18] – created niziak | linux:ids [2024/04/26 15:04] (current) – niziak | ||
---|---|---|---|
Line 4: | Line 4: | ||
* suricata | * suricata | ||
* Suricata + extras: [[https:// | * Suricata + extras: [[https:// | ||
+ | |||
+ | ===== suricata ===== | ||
+ | |||
+ | Only logs alerts. Need other tool to grep logs and send emails. | ||
+ | |||
+ | <file txt / | ||
+ | alert udp !$DHCP_SERVERS 67 -> any 68 (msg:" | ||
+ | #alert udp !$DHCP_SERVERS 67 -> 255.255.255.255 any (msg: " | ||
+ | </ | ||
+ | |||
+ | ===== SELKS ===== | ||
+ | |||
+ | 3 method of installation: | ||
+ | * source | ||
+ | * docker image | ||
+ | * debian based ISO distro | ||
+ | |||
+ | |||