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

Thread: Multiple Ip Addresses Trying To Connect To My Machine

  1. #1
    Join Date
    Sep 2009
    Location
    California U.S.A.
    Beans
    398

    Multiple Ip Addresses Trying To Connect To My Machine

    Last night I decided to fire up etherape and there are about 100 - 200 ip addresses trying to connect to my machine. I do not know what to do. Have I been compromised? Is there a way to stop them? I closed my web browser, email client, basically any internet program and the problem still persists. I ran a rootkit check and came up with this
    Code:
        /usr/bin/dpkg                                            [ Warning ]
        /usr/bin/dpkg-query                                      [ Warning ]
    
        /usr/bin/ldd                                             [ Warning ]
       
        /usr/bin/lynx                                            [ Warning ]
    
        /usr/bin/lynx.cur                                        [ Warning ]
    
        /usr/sbin/inetd                                          [ Warning ]
    
        /usr/sbin/rsyslogd                                       [ Warning ]
    
    Checking for enabled inetd services                      [ Warning ]
    Checking /dev for suspicious file types                  [ Warning ]
        Checking for hidden files and directories                [ Warning ]
    I am not sure if it is a rootkit or just standard bot type activity against my ip. Any help would be greatly appreciated.

    Here are some of the ip addresses
    Code:
    109.205.252.203
    114.37.135.202
    118.243.234.87
    121.166.140.150
    224.0.0.251
    There are many more. Thanks in advance.

  2. #2
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Were you running a bittorrent client at the time?

  3. #3
    Join Date
    Sep 2009
    Location
    California U.S.A.
    Beans
    398

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Quote Originally Posted by cariboo907 View Post
    Were you running a bittorrent client at the time?
    No, that is with all internet applications closed. Not really sure what's going on.

  4. #4
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Do you have any listening services ?

    Code:
    sudo lsof -i -n -P
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  5. #5
    Join Date
    Sep 2009
    Location
    California U.S.A.
    Beans
    398

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Quote Originally Posted by bodhi.zazen View Post
    Do you have any listening services ?

    Code:
    sudo lsof -i -n -P
    Here is the result from sudo lsof -i -n -P

    Code:
    COMMAND    PID        USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
    avahi-dae  957       avahi   13u  IPv4   4407      0t0  UDP *:5353 
    avahi-dae  957       avahi   14u  IPv4   4408      0t0  UDP *:48791 
    exim4     1484 Debian-exim    3u  IPv4   5088      0t0  TCP 127.0.0.1:25 (LISTEN)
    exim4     1484 Debian-exim    4u  IPv6   5089      0t0  TCP [::1]:25 (LISTEN)
    inetd     1502        root    4u  IPv4   5110      0t0  TCP *:21 (LISTEN)
    cupsd     1586        root    6u  IPv6   5571      0t0  TCP [::1]:631 (LISTEN)
    cupsd     1586        root    7u  IPv4   5572      0t0  TCP 127.0.0.1:631 (LISTEN)
    dhclient  1871        root    5u  IPv4   7452      0t0  UDP *:68 
    clock-app 2041    dodo3773   22u  IPv4  54348      0t0  TCP 192.168.1.5:56829->24.143.207.97:80 (ESTABLISHED)
    evolution 2577    dodo3773   50u  IPv4  16408      0t0  TCP 192.168.1.5:59819->74.125.155.109:993 (ESTABLISHED)
    evolution 2577    dodo3773   59u  IPv4  16445      0t0  TCP 192.168.1.5:59820->74.125.155.109:993 (ESTABLISHED)
    firefox-4 2578    dodo3773   45u  IPv4  55865      0t0  TCP 192.168.1.5:38690->66.102.7.101:80 (ESTABLISHED)
    I have Firefox and Evolution Open right now.

  6. #6
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Port 21 is usually an ftp server of some sort.

    Did you install something like that?
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  7. #7
    Join Date
    Sep 2009
    Location
    California U.S.A.
    Beans
    398

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Quote Originally Posted by CharlesA View Post
    Port 21 is usually an ftp server of some sort.

    Did you install something like that?
    I searched for ftp in installed applications and I only found 2 packages that seem relevant one is called
    "ftp"
    and the other is called
    "proftpd-basic"

    Do you think it could be related to one of these? Should I uninstall them and see if the problem is still there?

  8. #8
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    proftpd-basic is an ftp server. Do you remember installing it?
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  9. #9
    Join Date
    Sep 2009
    Location
    California U.S.A.
    Beans
    398

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    Quote Originally Posted by CharlesA View Post
    proftpd-basic is an ftp server. Do you remember installing it?
    I don't. But I do tinker with my system a lot. So there is a good chance that I did. Probably while installing something else that might have needed it.
    I will remove it and reboot and check back in.

  10. #10
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Multiple Ip Addresses Trying To Connect To My Machine

    I do not see anything of concern in that output.

    inetd is listening on port 21 , part of exim I am guessing

    https://wiki.ubuntu.com/InetdUsage

    http://www.gnu.org/software/inetutils/

    What incoming connections are you worried about ? Where do you see them ? Logs ?
    Last edited by bodhi.zazen; December 19th, 2010 at 11:58 PM.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •