Skip to main content

linux - Has this server been compromised?

itemprop="text">

A friend is running a VPS
(CentOS)




His business partner was the
sysadmin but has left him high and dry to look after the system. So, I've been asked to
help out in fixing an apparent spam problem. His IP address got blacklisted for
unsolicited mail. I'm not sure where to look for a problem, but I started with netstat
to see what open connections were running. It looks to me like he has remote hosts
connected to his SMTP server. Here's the
output:



 Active Internet
connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State
tcp 0 0 78.153.208.195:imap 86-40-60-183-dynamic.:10029 ESTABLISHED

tcp 0 0 78.153.208.195:imap 86-40-60-183-dynamic.:10010 ESTABLISHED

tcp 0 1 78.153.208.195:35563 news.avanport.pt:smtp SYN_SENT
tcp 0
0 78.153.208.195:35559 vip-us-br-mx.terra.com:smtp TIME_WAIT
tcp 0 0
78.153.208.195:35560 vip-us-br-mx.terra.com:smtp TIME_WAIT
tcp 1 1
78.153.208.195:imaps 86-40-60-183-dynamic.:11647 CLOSING

tcp 1 1
78.153.208.195:imaps 86-40-60-183-dynamic.:11645 CLOSING
tcp 0 0
78.153.208.195:35562 mx.a.locaweb.com.br:smtp TIME_WAIT
tcp 0 0
78.153.208.195:35561 mx.a.locaweb.com.br:smtp TIME_WAIT
tcp 0 0
78.153.208.195:imap 86-41-8-64-dynamic.b-:49446 ESTABLISHED



Does this indicate
that his server may be acting as an open relay? Mail should only be outgoing from
localhost.



Apologies for my lack of knowledge
but I don't work on linux in my day
job.




/>

EDIT:
Here's
some output from /var/log/maillog which looks like it may be
the result of spam. If it appears to be the case to others, where should I look next to
investigate a root cause? I put the server IP through www.checkor.com and it came back
clean.



Jun 29 00:02:13
vps-1001108-595 qmail: 1309302133.721674 status: local 0/10 remote 9/20
Jun 29
00:02:13 vps-1001108-595 qmail: 1309302133.886182 delivery 74116: deferral:
200.147.36.15_does_not_like_recipient./Remote_host_said:_450_4.7.1_Client_host_rejected:_cannot_find_your_hostname,_[78.153.208.195]/Giving_up_on_200.147.36.15./
Jun
29 00:02:13 vps-1001108-595 qmail: 1309302133.886255 status: local 0/10 remote
8/20
Jun 29 00:02:13 vps-1001108-595 qmail: 1309302133.898266 delivery 74115:
deferral:
187.31.0.11_does_not_like_recipient./Remote_host_said:_450_4.7.1_Client_host_rejected:_cannot_find_your_hostname,_[78.153.208.195]/Giving_up_on_187.31.0.11./
Jun
29 00:02:13 vps-1001108-595 qmail: 1309302133.898327 status: local 0/10 remote
7/20
Jun 29 00:02:14 vps-1001108-595 qmail: 1309302134.137833 delivery 74111:
deferral:
Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/

Jun
29 00:02:14 vps-1001108-595 qmail: 1309302134.137914 status: local 0/10 remote
6/20
Jun 29 00:02:19 vps-1001108-595 qmail: 1309302139.903536 delivery 74000:
failure:
209.85.143.27_failed_after_I_sent_the_message./Remote_host_said:_550-5.7.1_[78.153.208.195_______1]_Our_system_has_detected_an_unusual_rate_of/550-5.7.1_unsolicited_mail_originating_from_your_IP_address._To_protect_our/550-5.7.1_users_from_spam,_mail_sent_from_your_IP_address_has_been_blocked./550-5.7.1_Please_visit_http://www.google.com/mail/help/bulk_mail.html_to_review/550_5.7.1_our_Bulk_Email_Senders_Guidelines._e25si1385223wes.137/
Jun
29 00:02:19 vps-1001108-595 qmail: 1309302139.903606 status: local 0/10 remote
5/20
Jun 29 00:02:19 vps-1001108-595 qmail-queue-handlers[15501]: Handlers
Filter before-queue for qmail started
...


EDIT
#2

Here's the output of netstat -p
with the imap and imaps lines removed.
I also removed my own ssh
session



Active Internet
connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name

tcp 0 1 78.153.208.195:40076
any-in-2015.1e100.net:smtp SYN_SENT 24096/qmail-remote.
tcp 0 1
78.153.208.195:40077 any-in-2015.1e100.net:smtp SYN_SENT 24097/qmail-remote.

udp 0 0 78.153.208.195:48515 125.64.11.158:4225 ESTABLISHED
20435/httpd


EDIT />As it turns out, the server had been hacked due to a vulnerability in OSCommerce
and a number of PHP scripts were being run by remote clients to send mail. This was due
to the security settings of 777 on the
/var/www/vhosts//httpdocs/images
directory



Answer





This,



tcp 0 0
78.153.208.195:imap
86-40-60-183-dynamic.:10029



is
an external connection using IMAP to read mail from a mailbox on your
server.



This,



tcp
0 1 78.153.208.195:35563 news.avanport.pt:smtp
SYN_SENT


is your
server sending outbound SMTP mail to
news.avanport.pt




Without knowing more
about what it is and is not supposed to be doing, neither of those things are initially
suspicious.



You will need to use mailqueue,
check out /var/log/mail* and the mail config to work out if it's right or not, or
provide more info in the question.


Comments

Popular posts from this blog

linux - iDRAC6 Virtual Media native library cannot be loaded

When attempting to mount Virtual Media on a iDRAC6 IP KVM session I get the following error: I'm using Ubuntu 9.04 and: $ javaws -version Java(TM) Web Start 1.6.0_16 $ uname -a Linux aud22419-linux 2.6.28-15-generic #51-Ubuntu SMP Mon Aug 31 13:39:06 UTC 2009 x86_64 GNU/Linux $ firefox -version Mozilla Firefox 3.0.14, Copyright (c) 1998 - 2009 mozilla.org On Windows + IE it (unsurprisingly) works. I've just gotten off the phone with the Dell tech support and I was told it is known to work on Linux + Firefox, albeit Ubuntu is not supported (by Dell, that is). Has anyone out there managed to mount virtual media in the same scenario?

ubuntu - Monitoring CPU, Mem, disk, on a single server

I've been looking for a simple starter solution for monitoring my [currently] single server hosted solution. Other than Nagios and similar, are there other good (simple) solutions people are using? Answer Everything depends on what you want. For example Munin is very simple, you can install and configure it in less then 10 minutes (on one server), it can sends alarms, make graphs from monitoring cpu, mem. apache connections, eaccellerator, disk io and many many more (it has many plugins). But if you are planning in future get some more machines, munin may not be enough. For example in munin you cant monitor state of individual processes, can't monitor changes in files (for security purpose). So if you wanna only see what is the utilization of basics parameters on your server and don't plan to buy some more servers Munin is what you are looking for, but if you wanna be alarmed when some of your service is down, take more control on what is happeninig on...

hp proliant - Smart Array P822 with HBA Mode?

We get an HP DL360 G8 with an Smart Array P822 controller. On that controller will come a HP StorageWorks D2700 . Does anybody know, that it is possible to run the Smart Array P822 in HBA mode? I found only information about the P410i, who can run HBA. If this is not supported, what you think about the LSI 9207-8e controller? Will this fit good in that setup? The Hardware we get is used but all original from HP. The StorageWorks has 25 x 900 GB SAS 10K disks. Because the disks are not new I would like to use only 22 for raid6, and the rest for spare (I need to see if the disk count is optimal or not for zfs). It would be nice if I'm not stick to SAS in future. As OS I would like to install debian stretch with zfs 0.71 as file system and software raid. I have see that hp has an page for debian to. I would like to use hba mode because it is recommend, that zfs know at most as possible about the disk, and I'm independent from the raid controller. For us zfs have many benefits, ...