I am warned from my VPS provider that my server sends a lot of SSH SYN Attack to other servers, but I have no idea how to deal with it.
Here's the detail my provider sent me:
- Where can I find the logs that record all of these attack in my server?
- How do I deal with this (find the script that send these request) step by step ?
Finally I find the script.
ps -ef
I found 10 processes named./u2000 &
, I thought it was wired.ls -l /prod/PID/exe
I find it links toTomcat/bin/u2000
.