Results 1 to 8 of 8

Thread: I think there is a rootkit on my machine! :(

  1. #1
    Join Date
    Nov 2008
    Beans
    10

    Angry I think there is a rootkit on my machine! :(

    I was get some problems on my system, as i said here before, and i was think of a netwotk-manager problem!

    here it is:
    Hi there,
    I was upgraded My Kubuntu 8.04 (with mixed KDE 4.1.2) to Kubuntu 8.10, 2 days ago!

    yesterday, wireless connection to my ADSL/Access Point dropped periodic and get connected again.
    today my connection dropped and it cannot connect again! even Wired Connection! and my laptop cannot connect to network!
    after that, i ask for it on Kubuntu IRC channel, and they say remove /etc/network/interface file, and restart system.
    so, it connected again. but just for a while!
    and after that I have to restart NetworkManager service to get connect again! and after a while my connection dropped and cannot connect until i restart NetworkManager service.

    My system is Dell Inspiron 6400 Laptop.

    Is there any idea?
    but, after we checked some issues, i think it's another problem:

    it is my iptables -L output, when i connected to network/internet:

    http://paste.gnudownload.org/show/2640

    but, I doesn't set anything for it!!!

    and when i do "sudo iptables -F" and clear all rules, my connection gets dropped!!

    and after reconnecting, the "iptables -L" output is the same as before!

    help me please...

    how can i check who changes iptables values!?!

  2. #2
    Join Date
    Feb 2006
    Beans
    118
    Distro
    Dapper Drake Testing/

    Re: I think there is a rootkit on my machine! :(

    If you think you have a rootkit, install and run rkhunter and see what it gives you.

  3. #3
    Join Date
    Nov 2008
    Beans
    10

    Re: I think there is a rootkit on my machine! :(

    Quote Originally Posted by Blairboy View Post
    If you think you have a rootkit, install and run rkhunter and see what it gives you.
    no, it seems, it's another problem.

  4. #4
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: I think there is a rootkit on my machine! :(

    Your default policy for each chain is set to "DROP". If you flush the rules, then of course your internet won't work because it's dropping everything.

    I think this will take care of it.
    Code:
    sudo ufw disable
    If something is loading iptables rules when your network starts, check what scripts you have configured. Which frontends have you installed?
    Code:
    ls /etc/network/if-*up.d

  5. #5
    Join Date
    Nov 2008
    Beans
    10

    Cool Re: I think there is a rootkit on my machine! :(

    Quote Originally Posted by cdenley View Post
    Your default policy for each chain is set to "DROP". If you flush the rules, then of course your internet won't work because it's dropping everything.

    I think this will take care of it.
    Code:
    sudo ufw disable
    it was disabled before.

    Quote Originally Posted by cdenley View Post
    If something is loading iptables rules when your network starts, check what scripts you have configured. Which frontends have you installed?
    Code:
    ls /etc/network/if-*up.d
    finally i checked and saw FireStarter sets that rules

    and i remove it,
    but i still have problem on Wireless connection.

    it seems, it's a bug of new Ubuntu/Kubuntu as i searched and found so many people with this issue!
    but there isn't any response to this!

  6. #6
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: I think there is a rootkit on my machine! :(

    Quote Originally Posted by mehrdadm View Post
    it was disabled before.



    finally i checked and saw FireStarter sets that rules

    and i remove it,
    but i still have problem on Wireless connection.

    it seems, it's a bug of new Ubuntu/Kubuntu as i searched and found so many people with this issue!
    but there isn't any response to this!
    Did you verify that the rules are no longer being loaded? You have to either purge (not remove) the package, or delete the script.

  7. #7
    Join Date
    Nov 2008
    Beans
    10

    Re: I think there is a rootkit on my machine! :(

    Quote Originally Posted by cdenley View Post
    Did you verify that the rules are no longer being loaded? You have to either purge (not remove) the package, or delete the script.
    I think i purge it!
    and it's scripts no longer exists!
    sometime i check my iptables, and it's clear!

  8. #8
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: I think there is a rootkit on my machine! :(

    Quote Originally Posted by mehrdadm View Post
    I think i purge it!
    and it's scripts no longer exists!
    sometime i check my iptables, and it's clear!
    Then you are probably having a network configuration problem. Are you using the NetworkManager applet to configure your network? Do you require a "manual configuration"? The only bug I've experienced with it is you cannot edit the automatically generated device profiles, even though they let you try. Try deleting the devices, then create new ones with the correct MAC address.
    Code:
    ifconfig -a|grep HWaddr

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
  •