Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 2 of 2

Thread: Securing Services

  1. #1
    stealthhosts is offline Senior Member
    Join Date
    Jul 2005
    Posts
    208

    Default Securing Services

    ----------------------------------------
    This article is provided free by
    Stealth IT Solutions Limited
    It is free for non-distribution only.
    Due to the nature of this data it may
    not be edited, no data may be removed
    including this text.
    With thanks to admin0
    myshashi2010@yahoo.com
    No responsibility is accepted or implied
    Proceed at your own risk
    ------http://www.stealthhosts.com-------

    Why should I secure services ?

    When your server is not running any unnecessary daemon, and all those running up2date, it will divert the hacker out from your system. To the hacker, it is saying "nothing of intrest here buddy!, no extra daemons to hack, and those daemons that are there, are all updated. Better luck elsewhere"


    --------------------------------------------------------------------------------

    redhat & fedora

    Note:

    I would suggest that you move/delete all those unneeded startup scripts from /etc/init.d and move them to some other location like /home/somewhere/init.d_moved/ with a chmod to 000 and if necessary link the original to /dev/null from /etc/rc?.d/


    ntsysv


    By default installation, services like anacron. autofs, echo, isdn, keytable, kudzu, lpd, telnet etc are running, which are safe to be disabled in the web server. The more daemon you run, the more likely of an exploit and your server being a target.

    NEVER disable network and ssh or else, you will not be able to login to the server.

    Please run/enable only which is necessary and needed.

    If you have a backup or personal system, just enable a minimum of cron, network, SSH, syslog and random.

    --------------------------------------------------------------------------------

    debian:


    the startup scripts are controlled via /etc/rc?.d/

    the main scripts are at /etc/init.d/

    --------------------------------------------------------------------------------
    freebsd


    on BSD systems, services that start at boot time is controlled by /etc/rc.conf. This configuration file overrides the defaults in /etc/defaults/rc.conf. Many of these services may already be disabled, so first check the defaults file /etc/defaults/rc.conf , then use commands in the override file /etc/rc.conf to disable services that you don't need.

    Code:
    cp /etc/defaults/rc.conf /etc/defaults/rc.conf.backup
    
    cp /etc/rc.conf /etc/rc.conf.backup

    now, edit the file as per your requirements

  2. #2
    ovi Guest

    Default Hello

    Thanks for this valued information, some day ago I have think what services should I have to remove from Fedora.

    Ovi

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SEO services ?
    By OldDarkstarAccount in forum General Webmaster Talk
    Replies: 2
    Last Post: 10-21-2007, 05:53 PM
  2. I am offerring some new services.
    By OldWelshGuy in forum Marketplace (all other buy/sell/wanted)
    Replies: 9
    Last Post: 09-22-2007, 08:08 PM
  3. Securing PHP & CGI
    By stealthhosts in forum Computer and Software Forum
    Replies: 0
    Last Post: 08-06-2005, 10:45 PM
  4. Securing Ports
    By stealthhosts in forum Computer and Software Forum
    Replies: 0
    Last Post: 08-06-2005, 10:37 PM
  5. securing php against harnful functions
    By stealthhosts in forum Computer and Software Forum
    Replies: 0
    Last Post: 08-06-2005, 09:44 PM

Bookmarks

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
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124