Overview
yisouspider is operated by Shenma Search and is used for Crawling mobile-oriented web content for Shenma Search.
Its documented identity is yisouspider. The robots.txt token is yisouspider.
It follows robots.txt rules addressed to yisouspider.
Match the exact yisouspider token and corroborate it with Shenma-controlled documentation, source-network ownership, and consistent crawl behavior.
Identity
- User-Agent Pattern
-
yisouspider - Aliases
- Shenma spider; Yisou spider
- HTTP Agent Examples
-
yisouspider - Robots Token
- yisouspider
- Identity Type
- Officially documented
- Evidence Method
- Match the exact yisouspider token and corroborate it with Shenma-controlled documentation, source-network ownership, and consistent crawl behavior.
Classification
- Type
- Search
- Kind
- Crawler
- Family
- Shenma
- Operator
- Shenma Search
- Company
- UCWeb / Alibaba Group
- Purpose
- Mobile search indexing
Behavior and handling
- Common Use
- Crawling mobile-oriented web content for Shenma Search.
- Detection Notes
- Shenma's official webmaster guidance identifies yisouspider as its crawler and asks sites to permit search-engine crawling through robots.txt.
- Respects robots.txt
- Yes
- Spoofing Risk
- The token is easy to copy and currently lacks a published cryptographic identity mechanism; verify network and behavior.
- Risk
- Neutral
- Recommended Handling
- Depends
Rules and controls
- Robots.txt Snippet
-
User-agent: yisouspider Disallow: / - Apache Rule
-
RewriteCond %{HTTP_USER_AGENT} yisouspider [NC] RewriteRule .* - [F,L] - Nginx Rule
-
if ($http_user_agent ~* "yisouspider") { return 403; }