Search found 2 matches

by m4rk
23 Aug 2019, 13:33
Forum: General Discussion (csf)
Topic: CSF and PSAD
Replies: 1
Views: 2071

Re: CSF and PSAD

Further to my original post, the documentation of PSAD states: The main requirement for an iptables policy to be compatible with psad is simply that iptables logs packets. This is commonly accomplished by adding rules to the INPUT and FORWARD chains like so: # iptables -A INPUT -j LOG # iptables -A ...
by m4rk
19 Aug 2019, 09:26
Forum: General Discussion (csf)
Topic: CSF and PSAD
Replies: 1
Views: 2071

CSF and PSAD

I was thinking about also using PSAD on my server in conjunction with FWSnort (which converts a bunch of snort rules into IPTables rules). If using UFW then extra steps need to be taken for the two to play nicely together ( https://gist.github.com/netson/c45b2dc4e835761fbccc#usingpsadandufw ). I'm j...