Forum Moderators: open
IP from Germany with no website. All it did was look at robots.txt.
All Google has about it are other people's logs. Interesting that search on Google shows ExoticCrawler always connected with "Mozilla/4.0 (compatible; MSIE 5.5; Windows XP)". Guess it's a MSIE 5.5 Windows XP thing. Another MSIECrawler?
Mozilla/4.7 [en] (X11; I; SunOS 5.8 sun4u)
checking for robots.txt I do not think it has anything to do with a real MSIE as "Windows XP" is not a valid Windows identifier for MSIE (it would be "Windows NT 5.1") Banned the whole range after the first issue.
Here's my robots.txt
User-Agent: NPBot
User-agent: psbot
User-Agent: vspider
User-agent: naver
Disallow: /
If I were to ban it it would be with htaccess using this:
RewriteCond %{HTTP_USER_AGENT} ^ExoticCrawler
But since it looked at robots.txt I could add it there.
Why would it just look at robots.txt if not going to spider the site? Why would it look at robots.txt if it is a bad bot?