Slashdot Mirror


The "Google Hack" Honeypot

An anonymous reader writes "On the heels of Google Hacking for Penetration Testers, and Johnny Long's talks at Blackhat/Defcon over the weekend, comes the "Google Hack" Honeypot, a honeypot designed to lure in malicious search engine activity. They had a second release of their tools on monday, according to their site."

15 of 108 comments (clear)

  1. Re:Guh? by Anonymous Coward · · Score: 1, Informative

    no, its designed to trick search engine h4x0r3z into thinking they found a real exploitable site when in fact its a fake honeypot.

    and then from this we can learn about what these h4x0r3z are doing and how to stop them

  2. Re:Guh? by solive1 · · Score: 5, Informative

    No, this serves to find out how people are using Google to attempt to take control of your stuff (site, servers, etc). By learning more about the methods of attack, we can figure out how to prevent these attacks.

    It's the usual hacking cycle brought to the search engine scene. Malicious hackers find ways to penetrate, and this will try to find a way to stop it. When it's stopped, the hackers will just move on to another way. Later, rinse, repeat.

  3. Re:huh? by Compholio · · Score: 4, Informative

    http://ghh.sourceforge.net/userfaq.php

    A honeypot is, to quote Lance Spitzner founder of the Honeynet Project:

    "An information system resource whose value lies in unauthorized or illicit use of that resource."

    Simply put a honeypot is something that appears to be vulnerable, but in reality is recording illicit use by malicious attackers.

    GHH allows administrators to track malicious hosts: observe who is perpetrating the attack and how it is being executed via the log. The data generated by this, or any other honeypot can be used to deny future access to attackers, notify service providers of attacks originating from their networks or act as an input for statistical analysis.

  4. My Explanation by SuperJason · · Score: 4, Informative

    If I'm understanding it correctly, this is a system to keep out the users that are using google hacks. If someone finds your site because of a search string that matches a certain signature, I'm guessing that you could ban them. So if they find your site by searching for "top secret alien government technology", you can ban that user.

    Here is a FAQ question from their site:
      What is a honeypot?
    A honeypot is, to quote Lance Spitzner founder of the Honeynet Project:

    "An information system resource whose value lies in unauthorized or illicit use of that resource."

    Simply put a honeypot is something that appears to be vulnerable, but in reality is recording illicit use by malicious attackers.

    GHH allows administrators to track malicious hosts: observe who is perpetrating the attack and how it is being executed via the log. The data generated by this, or any other honeypot can be used to deny future access to attackers, notify service providers of attacks originating from their networks or act as an input for statistical analysis.

  5. Re:Huh? Not all of these... by jdreed1024 · · Score: 4, Informative
    Still haven't gotten access to much of anything that I'm not supposed to. Heck, there are plenty of websites offering e-mail through SquirrelMail. Whatever...

    That's precisely the point of a Honeypot. It's something that looks like it might be a vulnerability, but isn't. SquirrelMail had a bunch of vulnerabilities, including an SQL injection vulnerability. These sites get themselves added to Google, and thus get pulled up when someone searches for a site to exploit, but they can't actually be exploited. However, the Honeypot site now has the remote IP address, browser being used, and whatever info it feels like collecting on the bad guys.

    Read the FAQ, it explains a lot.

    --
    There is no sig, there is only Zuul.
  6. Re:The question isn't is it good but why do it? by nantoka · · Score: 2, Informative

    tearing down barriers is not always good. some of these hacks are used by pornographers to phish for whoever (including kids) by evading familiy filters etc. I found a hack (a word) that will return zero results for legitimate sites but about 5,000 related to highly unnatural acts. if you are in google, you are one word away from reading the site descriptions of these sites. kind of makes you think twice about whether it's ever safe to hit the "im feeling lucky" button.

  7. Google hacking and honeypots explained by I.M.O.G. · · Score: 5, Informative
    "GOOGLE HACKING"

    Google hacking is the process of reconnaisance with a target, through the use of google.

    What this means, is that an attacker has a target, he can use google to find information/vulnerabilities of this target without actually ever touching the target at all, thereby giving no warning.

    It's a much "safer" way of reconnaisance than directly going to a page and attempting trial and error attacks... The attacked has no idea there is any reconnaisance taking place, yet the attacker is finding more and more information about exploiting their target.

    "HONEYPOTS"

    Honeypots are designed to be in a controlled vulnerable state. You set up a server with known vulernabilities and put it in a controlled area of your network. Depending on the software used, there are various levels of interaction the honeypot will allow. Complicated honeypots can replicate a large network, recording all activities of the attacker and keeping their interest for longer. Simple honeypots only allow basic actions, and the attacker will become bored more quickly and you will get less information./P.

  8. Re:OK, I'll admit my density. by Anonymous Coward · · Score: 1, Informative

    From the site These insecure tools, when combined with the power of a search engine and index which Google provides, results in a convenient attack vector for malicious users. GHH is a tool to combat this threat.

    Hackers use google to uncover these site's vulnerabilities. Thats all Google has to do with it!

  9. Honeypot Explained by spood · · Score: 4, Informative

    There seems to be a lot of confusion about how this works. You need to understand two things to understand the GHH - first what a 'Google Hack' is in the first place, and second how to create a honeypot to record malicious behavior.

    First, a quick summary of Google hacking: Google obviously has a huge cache of URLs. If a vulnerability is published that can be identified by a URI string, then you can simple Google that URI to identify vulnerable hosts. The GHH main page has a list of the current vulnerability signatures that it tracks.

    In order to make a honeypot for this malicious behavior, you simply have to set up a Web server to respond appropriately to each of these linked URLs and have it be indexed by Google (not a trival task, but still quite doable). You can then track referring requests from Google by IP address, etc...

    In order to defeat this type of tracking, an attacker could strip off the Referer header using an automated tool or a proxy, then route through an Onion router or some other anonymous proxy, but at least the server would still have some metrics to identify the relative freqency of attackers reaching the site through a "Google Hack."

    --
    ---- Just another spud server.
  10. Re:huh? by kevcol · · Score: 2, Informative

    Then read the packages FAQ. And focus on this paragraph:

    Why should I implement Google Hack Honeypot on my site?

    GHH allows you to safely monitor attempts by malicious attackers to compromise your security. The logging functions that GHH implements allows you, the administrator, to do what you like with the information. You can use the attack database to gather statistics on would-be-attackers, report activities to appropriate authorities and temporarily or permanently deny access to resources.

  11. Re:Tools by pizzaman100 · · Score: 3, Informative
    Naw

    Results 1 - 10 of about 5,010 for penetration honeypot tool with Safesearch on. (0.40 seconds)

    (and that was the google safe search)

  12. My Explanation by omiee · · Score: 5, Informative

    try this search in Google: intitle:index.of "parent directory" *.mp3 This will turn out all mp3s out there on webservers that have directorylisting mistakenly turned on now you can change this to any file type, or any other specific filter that you are looking for. Thats "Google Hacks" in my books.. The honeypot would be to check for those kinds of searches and figure out how to counter them.

  13. Re:what is this about? by Anonymous Coward · · Score: 1, Informative

    Let me show by example.

    Let's say you have a website that runs SomeSoftware v1.0.

    Now let's say SomeSoftware v1.0 has an exploit that allows anyone to gain administrative priviledges to the software.

    If a hacker knows SomeSoftware has this vunlerability, if he wants to have some fun, all he needs to do is Google for "SomeSoftware" to find any website running SomeSoftware! Then he can mess with it.

    Now what the honeypot does, is it masquerades as one of these sites. It'll look just like SomeSoftware in a Google search result, but when a hacker clicks on the result, the honeypot will log his visit and anything that he does on the fake site.

  14. Re:Silly tool by Monkeyman334 · · Score: 2, Informative

    Sheesh, read the article. When there's a vulnerability in say, phpBB, and a haX0r wants to find it, they can just search google for the vulnerable version. So if you want to find a haX0r, just find a dude that searches google for vulnerable versions of phpBB. That's an example which has nothing to do with files that shouldn't be viewed or invisible links.

    Also, if Google can find those files so can any other web-crawler.

    Ugh.

  15. Re:Ok but say goodbye to your traffic by johnnytv · · Score: 1, Informative

    not at all, all this does is disallow certain directories, not all. In the case of .htpasswd I agree, but that would be set for only certain directories that authenticated users needed to access, not for applications

    --
    Install, Then Run