Closed salvogs closed 2 years ago
I am afraid this PR does not address #5. This is because your check IMHO should be applied
Let me rephrase the need. Suppose you protect port 22 but you do not want to protect port 80 as it has to be open to everyone. If somebody has been blocked on port 22 you want also to block him on port 80. What needs to be done (and this is an open discussion) in order to become a honeypot is the following
We'll discuss this during the next lecture
I am afraid this PR does not address #5. This is because your check IMHO should be applied
Let me rephrase the need. Suppose you protect port 22 but you do not want to protect port 80 as it has to be open to everyone. If somebody has been blocked on port 22 you want also to block him on port 80. What needs to be done (and this is an open discussion) in order to become a honeypot is the following
We'll discuss this during the next lecture
This PR resolve #5. If flow banned on port X, src_addr/dst_addr are added in blacklist ( with addresses parsed from config file).