Overview
Qwen-User is a fetcher associated with Alibaba Cloud, used for fetching pages in response to Qwen user requests.
Its primary user-agent pattern is Qwen-User; related patterns include Alibaba Qwen user fetcher; a representative HTTP user-agent is Qwen-User.
Qwen-User is unverified with Medium confidence. The identity type is Observed.
Robots.txt applicability for Qwen-User depends on whether the request is autonomous or user-triggered. Do not treat a robots.txt rule as guaranteed enforcement.
Alibaba Cloud does not currently publish a request-verification method for this specific identity.
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
-
Qwen-User - Aliases
- Alibaba Qwen user fetcher
- HTTP Agent Examples
-
Qwen-User - Robots Token
- Qwen-User
- Identity Type
- Observed
- Evidence Method
- Match `Qwen-User` and corroborate the request with current Alibaba Cloud documentation, operator-controlled network data, reverse DNS, or signed-request evidence when available.
Classification
- Type
- AI
- Kind
- Fetcher
- Family
- Qwen
- Operator
- Alibaba Cloud
- Company
- Alibaba Cloud
- Purpose
- User-triggered AI retrieval
Behavior and handling
- Common Use
- fetching pages in response to Qwen user requests
- Detection Notes
- Detect primarily by `Qwen-User`; related patterns include `Alibaba Qwen user fetcher`; representative HTTP user-agent: `Qwen-User`. User-agent strings can be copied, so corroborate with stronger evidence before granting trust.
- Respects robots.txt
- Depends
- Spoofing Risk
- Qwen-User 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 applicability depends on request context. Use stronger controls when enforcement is required. - Apache Rule
-
RewriteCond %{HTTP_USER_AGENT} "Qwen\-User" [NC] RewriteRule ^ - [F,L] - Nginx Rule
-
if ($http_user_agent ~* "Qwen\-User") { return 403; }