Twiceler


Owner of the robot : Cuill, Inc.

Country : USA

Robot type : search engine

Description : Twiceler is the experimental robot of Cuill, a young company that pioneers a new approach to search. It is led by former IBM and Google engineers.

    User Agent transmitted to the visited web server :

    • Mozilla/5.0 (Twiceler-0.9 http://www.cuill.com/twiceler/robot.html)

    IP address range :

    • from 64.0.0.0 to 64.3.255.255 (cuill.com xo.net)
      (last visit in April 2008)
    • from 38.0.0.0 to 38.255.255.255 (cuill.com)
      (last visit in April 2008)
    • from 208.36.0.0 to 208.37.255.255 (cuill.com)
      (last visit in December 2007)

    Access control options understood by the robot :

    • robots.txt

    User Agent to use in the robots.txt file : twiceler

    URL for more information : http://www.cuill.com/twiceler/robot.html

    8 Responses to “Twiceler”

    1. Tõnu Samuel says:

      Twiceler is broken. Today it went closed loop and made many queries per second agains front page of my site. Had to block IP. Even tried to call this company and mailed. NOTHING.

    2. Alexander Higginsd says:

      This Bot is identified as a search engine, when and where can or will the results be available for visitors? Is there anymore information on the type of search engine. I assumme it will be available to the general public?

    3. Marcos says:

      They don’t obey robots. They don’t stop from hammering your site. They hit your site a zillion thousand times a day. They claim to be a search engine but where’s the page to search for something? BS. My site just went offline due to excess bandwidth due to this thing. I sent them an e-mail but I am honestly not expecting much.

    4. Jean-Luc says:

      If you don’t like this bot, block it with these lines at the top of your .htaccess file:

      Options +FollowSymlinks
      RewriteEngine on

      RewriteCond %{HTTP_USER_AGENT} twiceler
      RewriteRule ^.*$ - [F]

    5. blah says:

      Twiceler has to be the most retarded bot ever.
      Instead of just blocking them (like the comment above), do a 301 redirect to their own site. Hopefully the bot is broken enough so that it will visit their own site instead.

      RewriteEngine on
      RewriteCond %{HTTP_USER_AGENT} ^Mozilla/5(.*)Twiceler
      RewriteRule . http://www.cuill.com/your_bot_sucks [R=301]

    6. Darcy says:

      Their crawler is pure garbage. It’s crawling one of my sites with all kinds of garbage query strings and made up URL’s.

      I’d say it’s more likely that it’s surfing for security holes.

      They are obviously a bunch of flakes as they are just internet noise.

    7. JAG says:

      well this week i’ve been visited by that crap and i want to kick it out of our site…
      but, i’m really new, and don’t know where to find this .htaccess file you mentioned before.

    8. Jean-Luc says:

      .htaccess files can only be used with Apache web servers. In most cases, the .htaccess file is placed in the top directory of the web site. Search for .htaccess in Google and you will find a lot of information.


     

    Leave a Reply