Results 1 to 8 of 8

Thread: Tired of hackers

  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Dec 2003
    Posts
    46

    Default Tired of hackers

    Hi:

    I'm tired of security holes in PHP scripts of my customers.
    I'm tired of that holes makes system to start UDP attacks to other systems.

    Is there any solution ? Is there any restrictive rules to prevent this ?

    I'm open to ANYTHING

    I have test so many things (monitors, nessus-like software, mod_security and other mods)... Please.. i'm open !!!

    Suggestions ? Maybe i do not know the existence of a super software that everybody uses

  2. #2
    cPanel Partner NOC cPanel Partner NOC Badge AndyReed's Avatar
    Join Date
    May 2004
    Location
    Minneapolis, MN
    Posts
    2,223

    Default

    Addressing security issues is one of those cases where "an ounce of prevention is worth a pound of cure". A hacker could do untold damage if they get into your system or network. And because hackers learn their trade in underground electronic communities, if one finds a way into your system you can bet that they'll let everyone else know about it.

    Insecure scripts can be used as a back door to access your server, regardless. You need to patch and then upgrade these scripts. In addition, unless you have good set of rules and your applications including mod_security and other firewalls are configured properly, your server will be an open gate to hackers and spammers.
    Andy Reed
    CCNA, RHCE, and Ubuntu Technologist
    ServerTune.com

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Dec 2003
    Posts
    46

    Default

    is there any "blocker" of mass outgoing traffic ?

    i mean

    most of out-attacks from a compromised host run through DNS port.
    is there any way to detect a massive outgoing traffic through that port ?

    because obviously you can not disable it :P

  4. #4
    Member
    Join Date
    Apr 2002
    Posts
    223

    Default

    Hire a system administrator.

  5. #5
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Dec 2003
    Posts
    46

    Default

    seriously...

    maybe some program that detects a sudden growth of outgoing traffic...

  6. #6
    Member
    Join Date
    Jul 2003
    Posts
    278

    Default

    APF with egress filtering.

  7. #7
    Member netwrkr's Avatar
    Join Date
    Apr 2003
    Posts
    203

    Default

    No 'magic' security bullet exists. Typically the best approach is by layering multiple security features and hopefully through more trial and error you will come up with a workable solution that will mitigate the majority of issues you've experienced.

    Some quick suggestions:

    APF
    tcpwrappers
    noexec /var/tmp and /tmp
    remove /dev/shm from /etc/fstab
    mod_security <--research rules others have successfully used on this forum
    strong passwords
    PHP Openbase_dir protection
    PHP suexec
    change permissions on your compilers
    Don't permit ssh (even jailshell) access

    etc etc.

    It's not an easy task, nor something you can do once and forget about it.

    Hope that helps.

    Tom
    Thomas Petersen
    Myriad Network
    http://www.myriadnetwork.com

  8. #8
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Dec 2003
    Posts
    46

    Default

    i can not believe there's no program like that.

    Ok to that security patches, or to try to fix security holes...
    but what i mean is... ONCE hackers have compromised the server...

    is there any tool to detect a sudden grow of traffic in any port ?

    something like bwm-ng...
    but bwm-ng does not ALARM when some K'b is reached .... :P

Similar Threads

  1. SQLite and PHP -- Tired
    By wahabkhan in forum cPanel & WHM Discussions
    Replies: 10
    Last Post: 10-01-2007, 05:26 PM
  2. Where do i report hackers?
    By AbeFroman in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 04-01-2002, 08:33 PM