Microsoft Data Access
Bot User-Agent:microsoft-data-access
🤖 Overview
Microsoft Data Access is a legitimate automated agent operated by Microsoft Corporation, primarily deployed as the core WebDAV client component within Windows operating systems (including Windows Explorer, Windows Search, and Microsoft Office), as documented in Microsoft’s official WebDAV protocol implementation guidance. Its purpose is not to crawl or index web content for search or AI training, but rather to facilitate remote file access, synchronization, and management over HTTP/HTTPS using the WebDAV protocol (RFC 4918), enabling users to interact with remote file shares as if they were local folders. This bot is distinct from search engine crawlers like Bingbot and is instead a client-side driver that initiates requests on behalf of end‑user actions, such as opening a file from a SharePoint library or mapping a network drive over WebDAV.
🌐 Technical Behavior
The agent communicates exclusively via the WebDAV protocol, issuing PROPFIND, GET, PUT, MKCOL, COPY, and MOVE requests as required by the user’s file operations, as described in the Microsoft WebDAV redirector documentation (available at docs.microsoft.com/en-us/windows/win32/webdav/). It does not perform automated crawls in the traditional sense; instead, request frequency mirrors the user’s browsing activity — for example, expanding a directory in Windows Explorer triggers a PROPFIND request for that folder’s content. The bot uses HTTPS by default when available and sources its connections from Microsoft’s own IP address ranges published in the Azure IP Ranges and Service Tags file (www.microsoft.com/en-us/download/details.aspx?id=56519). Each request includes a Depth header (0, 1, or infinity) and a User-Agent string that identifies the client as part of the Windows operating system. On systems with Windows Search indexing enabled, the agent may also issue silent GET requests to local WebDAV endpoints to generate preview thumbnails or search‑index content, which can appear aggressive to servers not expecting such behavior.
📋 robots.txt Compliance
By design, Microsoft Data Access does not parse or honor robots.txt because it is a general‑purpose file system client, not a crawler — Microsoft’s documentation makes no reference to robots.txt in the context of the WebDAV redirector. Administrators should not rely on robots.txt to control its access; instead, they should use authentication (e.g., NTLM, Basic) and IP allowlists to restrict WebDAV endpoints. Despite this, some third‑party implementations of WebDAV servers that integrate with Microsoft clients may attempt to check robots.txt, but the official Microsoft client does not.
🔍 Detection Indicators
The primary identifier is the User-Agent string: Microsoft Data Access Internet Publishing Provider (often followed by a version, e.g., Microsoft Data Access Internet Publishing Provider WebDAV). A second common variant is Microsoft-WebDAV-MiniRedir, used by the mini‑redirector in Windows Explorer. Behavioral fingerprints include the use of PROPFIND with Depth: 1 or Depth: infinity, and the inclusion of Translate: f header in GET requests to retrieve file metadata without content. Other headers like Authorization (Basic or NTLM) and Overwrite (for PUT/MOVE) are typical. No additional identifying headers beyond standard HTTP fields are used.
📊 Data Usage
The agent does not collect data for analytics, AI training, or search indexing; its sole purpose is to enable real‑time remote file access and management for end users. All data transmitted is the direct result of user‑initiated actions — opening, saving, copying, or renaming files on WebDAV‑enabled servers (such as SharePoint, ownCloud, or generic WebDAV shares). No data is retained or sent to Microsoft servers; the agent simply relays files between the client and the server.
⚙️ Rate Limiting Policy
Rate limiting is recommended for Microsoft Data Access because a single user browsing a large folder tree can trigger dozens of PROPFIND requests in seconds, potentially overwhelming non‑optimized WebDAV servers. A threshold‑based blocking policy (e.g., limit requests per IP to 20 per second) is appropriate without permanently blocking the agent, as it remains a legitimate client needed for normal file access.
Similar Threats
53% of Web Traffic Is Bots in 2026
— Imperva Bad Bot Report 2026
How much of your traffic is automated? Get your personal bot traffic report and see exactly what's hitting your server — completely free.
📊 Get My Bot ReportSign up in seconds · No card required
ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the bots listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.