Page 1 of 1

Who send file?

Posted: 2020/10/16 20:35:35
by hack3rcon
Hello,
On CentOS, how can I find the files that sending from my server?

Thank you.

Re: Who send file?

Posted: 2020/10/16 21:40:48
by lightman47
Log files would answer your question I'd think. If it was vsftp then I would expect that log to show what happened. If you don't actually know HOW it arrived, perhaps a 'grep' of /var/log/messages or /var/log/secure or other appropriate logs. CentOS 'logs the dickens' out of things so it should show up in some log.

Re: Who send file?

Posted: 2020/10/17 15:58:49
by hack3rcon
lightman47 wrote:
2020/10/16 21:40:48
Log files would answer your question I'd think. If it was vsftp then I would expect that log to show what happened. If you don't actually know HOW it arrived, perhaps a 'grep' of /var/log/messages or /var/log/secure or other appropriate logs. CentOS 'logs the dickens' out of things so it should show up in some log.
How about Spying programs? Which tools can help me?