Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 6 of 6

Thread: Anonymous users created by googlebot?

  1. #1
    Jeep is offline Junior Member
    Join Date
    Sep 2009
    Posts
    3

    Default Anonymous users created by googlebot?

    We have a moderately secure site where no one can access any storefront pages or data until they have logged in. There are only 3 admin users who can create new customer accounts, users cannot.

    Over a period of 3 days, four records were added to our customer table with no information provided. the only fields that are populated are the GUIDs, dates, and lastIP address. For example: 66.249.67.21 and 66.249.67.47

    These IP addresses appear as googlebot. Is there some way Google can bypass admin credentials and create phantom customer records when searching? Since we're not yet trying to attract new customers to our B2B site there's no need for Google to crawl the site. Is there a security hole that we should address?

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    How do you have the site locked down? Google isn't 'bypassing' any credentials but if the site is accessible, it can crawl around the site and might 'click' any of the options that create an anonymous customer record for their visit. If you want to prevent that entirely, you'll need to either make the site unreachable entirely (maybe set Windows auth credentials on it) or modify the robots.txt to keep bots out.

  3. #3
    nizam_adnsf is offline Junior Member
    Join Date
    Oct 2009
    Posts
    8

    Default users created by bots

    Hi,
    I'm having similar problem. Yahoo, Google and couple of other Search Engines are continously browsing the product details page resulting a *blank* record in customer table. on an average 1 customer record is getting created for every 3 seconds - this is annoying.

    Any insight to avoid this ? I've 8.0 ML Source.

    Thanks.

  4. #4
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    There's not really a way to prevent that that isn't going to keep the bots from indexing your site entirely, which is generally not something you want. Those anonymous records don't hurt anything and if you're performing the monthly maintenance regularly through the admin site they shouldn't build up too horribly bad. If you prefer you can set up a DB trigger/scheduled event to clear out anonymous records periodically, just keep in mind that if a genuine anonymous customer (one who just hasn't registered or logged in yet) is browsing your site and has items in the cart when those records are wiped, they'll lose them and have to add them again.

  5. #5
    Dimmer is offline Member
    Join Date
    May 2008
    Location
    London
    Posts
    40

    Default

    We have notices some 10,000 annonymous accounts been created all by the same ip, I can only assume its a bot or somebody up to no good.

    What exactly has to happen for an annonymous acocunt to be created? and other than block ther ip (shutting the door after the fact) does anyone have any ideas to prevent this?
    Alan
    Version (Code/DB): AspDotNetStorefront ML 7.1.0.0/7.1.1.0 - with modifications
    www.stuff-uk.net

  6. #6
    DotNetDevelopments is offline Senior Member
    Join Date
    Jul 2008
    Location
    Harlow / Essex / UK
    Posts
    619

    Default

    use your robot.txt file to block addtocart.aspx, Make all links that add items to the basket rel="nofollow".

    This is how we stop any bots creating anon customers but allow them to crawl the site.
    =====
    Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
    Execution Mode: 64 Bit
    Dot Net Developments - E-commerce By Experience