Overview
YiyanBot is a crawler associated with Baidu, used for automated web access associated with Baidu’s Yiyan or ERNIE assistant.
Its primary user-agent pattern is YiyanBot; related patterns include Baidu Yiyan crawler; a representative HTTP user-agent is YiyanBot.
YiyanBot is unverified with Medium confidence. The identity type is Observed.
Robots.txt behavior for YiyanBot is not confirmed. Do not treat a user-agent-only rule as guaranteed enforcement.
The token is observed as an AI-related crawler identity, but its current canonical status and operator-published network verification are not established.
Treat the user-agent as an identity claim. Corroborate it with operator-controlled IP ranges, reverse DNS, signed-request evidence, or current documentation when available.
Identity
- User-Agent Pattern
-
YiyanBot - Aliases
- Baidu Yiyan crawler
- HTTP Agent Examples
-
YiyanBot - Robots Token
- YiyanBot
- Identity Type
- Observed
- Evidence Method
- Match `YiyanBot` and corroborate the request with current Baidu documentation, operator-controlled network data, reverse DNS, or signed-request evidence when available.
Classification
- Type
- AI
- Kind
- Crawler
- Family
- Baidu ERNIE
- Operator
- Baidu
- Company
- Baidu
- Purpose
- AI indexing or training
Behavior and handling
- Common Use
- automated web access associated with Baidu's Yiyan or ERNIE assistant
- Detection Notes
- Detect primarily by `YiyanBot`; related patterns include `Baidu Yiyan crawler`; representative HTTP user-agent: `YiyanBot`. User-agent strings can be copied, so corroborate with stronger evidence before granting trust.
- Respects robots.txt
- Unknown
- Spoofing Risk
- YiyanBot has high spoofing risk because its user-agent can be copied and the current evidence is observation-based; do not trust it by name alone.
- Risk
- Neutral
- Recommended Handling
- Monitor
Rules and controls
- Robots.txt Snippet
-
# Robots.txt behavior is unconfirmed. Monitor first and use stronger controls when enforcement is required. - Apache Rule
-
RewriteCond %{HTTP_USER_AGENT} "YiyanBot" [NC] RewriteRule ^ - [F,L] - Nginx Rule
-
if ($http_user_agent ~* "YiyanBot") { return 403; }