sherlock
Sherlock is an open-source automated username search tool maintained by the Sherlock Project community on GitHub. It is designed to check the existence of a given username across hundreds of social media and web platforms. The tool is widely used by security researchers, journalists, and law enforcement for legitimate OSINT (Open Source Intelligence) investigations. It is not a search engine crawler but a targeted automated agent. The project repository at github.com/sherlock-project/sherlock has over 50,000 stars and is actively developed with regular updates.
Sherlock sends concurrent HTTP GET requests to a predefined list of over 400 social networks (e.g., Twitter, GitHub, Instagram, Reddit) as defined in its YAML configuration file. By default, it uses up to 20 concurrent workers using Python's asyncio library, but this can be tuned. Requests originate from the user's public IP address with no fixed range. The default User-Agent string is "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36". It may also include an "X-Requested-With: XMLHttpRequest" header. The tool follows HTTP redirects and handles rate limiting (HTTP 429) by pausing and retrying after a configurable delay. It determines username existence primarily by HTTP status codes: 200 indicates found, 404 indicates not found.
Sherlock does not parse or respect robots.txt restrictions because it targets specific user profile endpoints rather than crawling entire sites. Most of the queried platforms already apply their own rate limits and blocking at the application layer. The tool's official documentation advises users to respect each site's terms of service and to implement appropriate delays to avoid being blocked.
The primary indicator is a burst of rapid, sequential HTTP GET requests to multiple social media username-check URLs (e.g., "/username" on each site) from the same IP within a few seconds. The User-Agent is a generic Chrome string, but the inclusion of the "X-Requested-With: XMLHttpRequest" header is a common fingerprint. Additionally, the tool sends an "Accept-Language: en-US,en;q=0.9" header and does not request images or other resources, making the traffic pattern distinct from normal browsing.
Data collected includes the existence status of a username on each platform, associated profile URLs, and sometimes response page titles or status codes. This data is used for OSINT analysis, digital footprint mapping, impersonation detection, and investigative reporting. Results are typically output as JSON or CSV files. The data is not used for AI training or search indexing.
Sherlock is rate-limited because its concurrent request pattern can generate dozens of requests per second from a single IP, resembling a low-grade DDoS attack. Threshold-based blocking (e.g., more than 10 requests per second to profile endpoints) is justified to protect backend infrastructure and ensure equal access for all users.
Similar Threats
Free Bot Analysis
Find out exactly how much of your traffic is automated — and which bots are draining your bandwidth and skewing your analytics.
Run Free Bot Scan →No credit card required · Results in minutes
ⓘ 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.
Stay up to date with the latest from Boteraser.
We use cookies to improve your experience on our site. By using our site, you consent to cookies.
Manage your cookie preferences below:
Essential cookies enable basic functions and are necessary for the proper function of the website.
CloudFlare provides web performance and security solutions, enhancing site speed and protecting against threats.
Service URL: developers.cloudflare.com (opens in a new window)
These cookies are needed for adding comments on this website.
These cookies are used for managing login functionality on this website.
Statistics cookies collect information anonymously. This information helps us understand how visitors use our website.
Google Analytics is a powerful tool that tracks and analyzes website traffic for informed marketing decisions.
Service URL: policies.google.com (opens in a new window)
You can find more information in our Cookie Policy and Privacy Policy.