Re: Rename root to avoid hacking?

From: Vilmos Soti (vilmos_at_soti.ca)
Date: 09/22/05

  • Next message: Michael Heiming: "Re: Rename root to avoid hacking?"
    Date: 21 Sep 2005 20:15:46 -0700
    
    

    Noozer <dont.spam@me.here> wrote:

    > If I rename root, it eliminates a known user for a hacker to try to break in
    > as.

    Another thing I was thinking about was to rename /bin/sh to something
    else since a lot of exploits contain an 'exec /bin/sh' in some form.

    But I discarded the idea, since while it could be a relative effective
    way to stop automated attacks, it would also render my box unusable
    since a lot of legal (on my box) programs also have 'exec /bin/sh'.

    Renaming root or /bin/sh is not the best way to protect your box.
    It will cause a lot of headache, and at the end, you will undo your
    "security" change.

    Vilmos


  • Next message: Michael Heiming: "Re: Rename root to avoid hacking?"

    Relevant Pages

    • Re: Rename File name (logs and mdb)
      ... the database, rename the files and reattach. ... EXEC sp_detach_db 'MyDatabase' ... SQL Server MVP ...
      (microsoft.public.sqlserver.programming)
    • Re: Problem with java Rename function in solaris platform.
      ... Rename is just that. ... intended for moving files from drive to drive. ... exec a platform specific script that does it. ...
      (comp.lang.java.programmer)
    • RE: Renaming the SQL Server PC
      ... exec sp_addserver 'newservername', 'local' ... rename pc and restart ... "Brian" wrote: ... > has the same name as the PC, will I have to rename the SQL instance also? ...
      (microsoft.public.sqlserver.server)
    • Re: Automatically create table name
      ... the sp_rename stored procedure can help you: ... exec sp_rename 'Customer_20050708', 'Customer_20050709' ... > I want to rename table automatically .How can i do this? ... Prev by Date: ...
      (microsoft.public.sqlserver.dts)
    • Re: Looking for a way to include Pyhtho scripting INSIDE a python program
      ... Python can interpret arbitrary python code with exec statement. ... user's code because it's a big security risk. ... Is it possible to create a nested interpreter like you can do in some ...
      (comp.lang.python)