Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Malware in Linux

  1. #1
    Join Date
    Feb 2008
    Location
    Pretoria, South Africa
    Beans
    66
    Distro
    Ubuntu 9.10 Karmic Koala

    Malware in Linux

    I have unexplained internet activity which is depleting my bandwidth and I can't stop it. It is not auto updating, I switched that off. It appears to be continual DNS requests originating from my pc. Can't tell which process. browsers, email, etc all closed.

    Please help I'm so frustrated!

  2. #2
    Join Date
    Dec 2007
    Location
    Shepperton, UK.
    Beans
    2,489
    Distro
    Ubuntu Development Release

    Re: Malware in Linux

    You could try using
    Code:
    sudo netstat -pant
    in terminal. This will show what IPs are being used. From there you can find out more about the IP with
    Code:
    whois IP.Ad.dr.es
    (enter the actual number after whois).
    Are you running via wireless ? It may just be communication with the router or the signal may be poor - please post the output of
    Code:
    iwconfig
    Are you using a firewall ? Please take a look at this.
    Intel E5700 G41 8Gb Xubuntu 13.10, Ubuntu 13.4, WinXP.
    Revo R3610 Win7 Pro, Ubuntu 13.04

    Absolute Beginners Compiz-fusion wiki Local Weather

  3. #3
    Join Date
    Feb 2008
    Location
    Pretoria, South Africa
    Beans
    66
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Malware in Linux

    Hi Kevbert

    I am not in front of my pc at this moment, so I'll try that later when I get home. What I have done so far is as follows:



    System Details:
    Intel Quad Core, Ubuntu Karmic 9.10 (64-bit), 4Gb RAM

    Short Description:
    I have unexplained internet activity which is using up my bandwidth. About 6 KiB/s receiving and 2.5 KiB/s Sending in about 10s - 30s continuous bursts. I don't have auto-updating. It seems to have started about a week or two ago, depleting about 950 Mb.

    Long Description:
    I have so far:
    - Closed all ports on my router
    - Installed Firestarter (Firewall)
    - Installed EtherApe (Graphical Network Traffic Display)
    - Installed Wireshark (Packet sniffer/analyser)

    I have determined that the traffic seems to be originating from my computer and the only way I can stop it is to use the Lock firewall option on Firestarter, but then all traffic is blocked and I can't use any network.

    With Wireshark I determined that it seems to be DNS requests for an address simply called "A" and then responses are received saying that name doesn't exist.

    I created a new account on my pc to see if it happens there as well and it does.

    Consequence:
    I don't how to stop it and reinstalling is not so easy since I have lot's of software and limited bandwidth. I can't leave my PC running as I normally do otherwise my bandwidth is used up. I only have 2Gb / month currently.

  4. #4
    Join Date
    May 2007
    Location
    United Kingdom
    Beans
    2,803
    Distro
    Ubuntu Development Release

    Re: Malware in Linux

    I am highly doubtful that it is malware.
    Though i've not seen anything in the forums about this before =\

    Try a reinstall.

    And 2GB a month limit is sad It makes me cry.

  5. #5
    Join Date
    Aug 2008
    Beans
    Hidden!

    Re: Malware in Linux

    Quote Originally Posted by skymera View Post
    And 2GB a month limit is sad It makes me cry.
    That's South Africa for you

    revanb - what's your network setup? Are there other PCs in the house - are you using ADSL - how are you connected to the ADSL modem (ethernet/wireless) - that kind of detail.

  6. #6
    Join Date
    Feb 2008
    Location
    Pretoria, South Africa
    Beans
    66
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Malware in Linux

    Yup, the limit makes me sad too, but I'm stuck with it right now.

    I'm going to try to solve it before I reinstall, because I have so much software which will then have to be reinstalled.

  7. #7
    Join Date
    Feb 2008
    Location
    Pretoria, South Africa
    Beans
    66
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Malware in Linux

    Secretcode

    I am using DSL through a Billion Router. I have other PC's too, but the main one which normally is always on is connected through a wired connection.

    I have SSH and VSFTP servers running on the computer as well as a script which takes snapshots of security cameras every 5 minutes

  8. #8
    Join Date
    Aug 2008
    Beans
    Hidden!

    Re: Malware in Linux

    And the extra traffic is definitely coming from your machine? It seems weird that even bursts of DNS lookups could amount to 950MB in two weeks.

  9. #9
    Join Date
    Nov 2007
    Location
    U.S.A.
    Beans
    Hidden!
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Re: Malware in Linux

    Quote Originally Posted by revanb View Post
    Yup, the limit makes me sad too, but I'm stuck with it right now.

    I'm going to try to solve it before I reinstall, because I have so much software which will then have to be reinstalled.
    This should speed things up for you a bit...

    http://ubuntuforums.org/showthread.php?t=1310795
    The trouble with having an open mind is that people keep coming along and sticking things in it - Opus

  10. #10
    Join Date
    Mar 2006
    Location
    Denmark - Copenhagen
    Beans
    2,165

    Re: Malware in Linux

    Try installing ntop.

    Code:
    sudo apt-get install ntop
    And visit the stat page.. I think the default is:
    http://localhost:3000/

    It has detailed overview about in and out going connections

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •