CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    "Hacked by 'Cyb3r Kill3r' " - ??????

    Well we got the fright of our life today, as one of our clients called to inform us that his homepage (that is hosted and developed by us) has been tagged ..

    Well it was not too long before we were able to remove the tag from the site, and now a investigation is underway to find out how he got in...

    Has anyone come across this tag, and perhaps got any info to share about him/her/them that do these tags ?

    Thanks..

    Gremmy..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  2. #2
    Join Date
    Aug 2007
    Location
    Birmingham, UK
    Posts
    360

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    If this is a server hosting multiple sites and only this site was affected then I would look at the username/password used by this particular customer. It may just have been a brute force dictionary break-in. In that case your logs should be able to show you this of course!

  3. #3
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    Did it look like this?
    http://searchlimos.net/photos/

    They claim to be turkish and iranian.

    They have these emails on their site:
    [email protected]
    [email protected]
    Last edited by HairyMonkeyMan; July 17th, 2008 at 05:58 AM.
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

  4. #4
    Join Date
    Sep 2006
    Posts
    95

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    I've come across that handle actually, about a year ago I think. A friend of mine had
    his website hosted by some free hosting company hacked by these guys.
    The company wasn't very friendly about telling more about it though except that 'they were investigating it and #*($& like that'
    On Error Kill(User)

  5. #5
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    Well so far we've been going through the logs and cant find where he got in from .... Also our logins have a 3 wrong password lockup system.. We suspect that he may have hacked another server that had the logins for the hosted site. This client has logins to be able to do update's themselves, and think that the details were stored somewhere on one of there systems..

    And it was only one page of one site on a server that has several sites on it..

    We were lucky, and managed to get the site back up in less than an hour..
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

  6. #6
    Join Date
    Nov 2006
    Posts
    146

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    a lot of them come from www.digitalgangster.com.
    If this post helps you out, please rate it!

  7. #7
    Join Date
    May 2002
    Posts
    10,943

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    In web development, you have to be ready for this. In fact, there is a simple procedure to find out if the problem exists on your end, or your host provider's end.

    • Determine time of attack. This can usually be found by when the hacked file was last updated, or first updated with the newly hacked content.
    • Check your access logs. You will find GET, PUT, and POST as your access log methods. Find all PUT and POST methods around the time of attack.
    • Trace the access. Find out from what IP address the access came and if using POST, what script on your site they used to gain access. If you don't find anything, it will be your host provider's problem.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  8. #8
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    Re: "Hacked by 'Cyb3r Kill3r' " - ??????

    After a long invesigation, and repeated testing, we found how the site was hacked...

    SQL Injection...

    We have a number of sites that we are hosting, But developed by the client, that we have found to be vunrable to SQL Injection attacks..

    Steps are now been taken to fix...
    Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
    WPF Articles : 3D Animation 1 , 2 , 3
    Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
    Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
    All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured