This bot doesn\'t respect nofollow noindex in robots.txt.
nofollow noindex
I have this in robots.txt:
User-agent: Msnbot Disallow: / User-Agent: Msnbot/2.0b
Based on Block by useragent or empty referer you could something like this in your .htaccess
Options +FollowSymlinks RewriteEngine On RewriteBase / SetEnvIfNoCase User-Agent "^Msnbot" ban_agent Deny from env=ban_agent