Live Status Check

Is Shodan Down?

Real-time status check for Shodan. See if it's just you or everyone experiencing issues.

🔄
Checking Shodan...
Testing connection to www.shodan.io
https://www.shodan.io ↗

About Shodan

Shodan is the search engine for internet-connected devices, used by security researchers to find exposed servers, IoT devices, and industrial control systems.

Category: Recon  |  Website: www.shodan.io

What to Do If Shodan Is Down

01
Wait a few minutes and try again. Most outages are resolved within 5-15 minutes.
02
Check the official status page or social media accounts for outage announcements.
03
Try accessing from a different network, VPN, or device to rule out local issues.
04
Clear your browser cache and DNS cache with ipconfig /flushdns or sudo systemd-resolve --flush-caches.
05
Try a different DNS resolver like 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google).
06
Check DownDetector for community reports about Shodan.

Frequently Asked Questions

We attempt to load a resource from Shodan directly from your browser. If the resource loads successfully, the service is up. If it fails, it may be down or blocking cross-origin requests. This is a client-side check from your location.
Some websites block cross-origin resource loading for security. In these cases, our check may report "unreachable" even though the site is functioning. Try clicking the direct link to verify.
Shodan is a recon service. Visit their website at www.shodan.io for current pricing and availability information.
The status is checked in real-time each time you visit this page. Click "Recheck Now" to run a fresh check. The result reflects reachability from your current network location.

Shodan in depth — what you need to know

Shodan is the search engine for internet-connected devices — continuously scans the public internet, indexes responses from every IP address and port, and provides searchable access to that data. Used by security researchers to find exposed services, by attackers for reconnaissance, by defenders for attack-surface monitoring, by journalists for stories about IoT exposure. Shodan's data and APIs are core infrastructure for offensive and defensive security.

When Shodan is down, the impact is felt across multiple workflows: web search interface (interactive queries via shodan.io), API endpoints (programmatic access from scripts and security platforms), monitoring services (Shodan Monitor for alerting on changes to your attack surface), scan-on-demand (paid feature to scan specific IPs immediately). Different components have separate failure modes — the API can be slow or rate-limited while the web UI works, or vice versa.

Shodan does not publish a comprehensive status page. Status verification typically depends on testing reachability directly (this checker), checking the @shodanhq Twitter account for announcements, or community reports on Twitter and Reddit. For Shodan-dependent workflows, the absence of a public status page makes building reliable monitoring harder.

Five real-world scenarios involving Shodan

Attack surface monitoring (your own organisation)

Continuous monitoring of your IP space for unexpected exposures (open services, leaked credentials, expired certificates) — Shodan is one of the standard tools. Outages create monitoring gaps. Have multiple sources (Censys, internal scanning) to reduce single-source dependency.

Recon during pentest engagements

Shodan is core recon tooling for external pentests — quickly identifies exposed services, technology stacks, geographic distribution. When Shodan is down, switch to alternative sources (Censys, ZoomEye) and direct scanning to maintain recon momentum.

Threat hunting for known-bad infrastructure

Shodan queries help identify infrastructure matching attacker patterns (specific server signatures, typosquat domains hosting fake login pages, exposed C2 infrastructure). Outages affect hunting timelines but rarely critical-path; threat hunting is typically batch work.

Academic / journalism research

Researchers studying internet-wide patterns (IoT exposure, ICS/SCADA visibility, exposed databases) rely on Shodan data. Outages delay research but rarely critical-path. Have alternative sources documented for reproducibility.

Bug bounty target enumeration

Bug bounty hunters use Shodan to find in-scope assets and identify potentially-vulnerable services. Outages slow enumeration. Backup sources (Censys, in-house scanning of in-scope ranges) maintain momentum during Shodan outages.

Common mistakes & edge cases

Single-source dependency on Shodan for attack surface monitoring

Shodan is one source among many. Defenders relying entirely on Shodan miss things Shodan does not see (recently-changed assets, services Shodan misclassifies, geographic regions where Shodan has limited coverage). Use Shodan plus Censys plus internal scanning.

Trusting Shodan results without recency check

Shodan data has age. The "last seen" timestamp matters — service may have been removed since the scan but Shodan still shows it. For current-state verification, scan the target directly with Nmap or similar.

Querying Shodan publicly for sensitive recon

Shodan's API logs queries to your account. Using your authenticated Shodan account for recon on sensitive targets creates an audit trail. For sensitive engagements, use unauthenticated queries (limited but no audit trail) or alternative sources.

Burning through Shodan API quota with poorly-targeted queries

Shodan API has query rate limits and credit-based pricing. Broad queries (port:80) consume quota quickly. Refine queries before running at scale; use search filters to narrow scope.

Not understanding Shodan's scan timing

Shodan continuously scans but specific port/host combinations are not necessarily scanned daily. Time between Shodan scans varies — common ports updated more frequently, obscure ports less often. Understand the data freshness for your specific use case.

Reporting outages without checking Twitter community first

Shodan has no comprehensive status page. Twitter is the primary status communication channel. Check @shodanhq and community reports before reporting issues — usually widespread issues are already known.

Frequently Asked Questions about Shodan

Use the live checker above to test reachability of shodan.io. Shodan does not publish a comprehensive status page — for outage updates check the @shodanhq Twitter account and community reports on Reddit r/netsec and Twitter. The API and web UI can have separate issues; test both if you depend on either.
Shodan is a search engine that indexes responses from every public IP address and port. Continuously scans the internet, banner-grabs services, and provides searchable access via web UI and API. Used for security research, attack surface monitoring, threat intelligence, academic studies of internet-wide patterns.
All three provide internet-wide scan data with searchable interfaces. Shodan is the largest and most well-known. Censys (https://search.censys.io) has different sensor coverage and timing — sometimes catches things Shodan misses and vice versa. ZoomEye is China-based with different geographic perspective. Mature workflows use 2-3 of these sources for redundancy and coverage.
Varies by port and service. Common services on common ports (80, 443, 22, 25, 21) are scanned more frequently — typically days. Obscure ports may be scanned weekly or less. The "last seen" timestamp on each result indicates when Shodan last verified the service was up. For current-state verification, scan the target directly.
Yes — Shodan has a free tier with limited queries per month. Free tier is sufficient for casual lookups; serious research or production monitoring requires paid subscription (Membership, Small Business, Enterprise tiers with different query limits and features).
A paid feature that continuously monitors specified IP ranges and alerts on changes (new services, removed services, new vulnerabilities discovered). Useful for organisational attack surface monitoring. Outages affect alerting; have alternative monitoring (Censys, internal scanning) for redundancy.
Yes — authenticated queries are logged to your Shodan account. For sensitive recon where audit trail is a concern, use unauthenticated queries (severely limited) or alternative sources. Some users maintain separate Shodan accounts for different research contexts.
Shodan supports a query language: port:3389 for RDP, product:nginx for nginx servers, country:US for US-located, org:"Company Name" for specific organisation. Combine with boolean operators. The Shodan documentation has full query reference and examples.
Yes — paid feature. Trigger an immediate scan of specific IPs through the API. Useful for confirming current state when standard scan timing is too slow. Counts against query quota at higher rate than search queries.
Shodan API enforces query and bandwidth limits per subscription tier. Best practices: cache results when possible (avoid re-querying the same data), refine queries to return less data (specific filters vs broad searches), batch operations where possible, monitor your quota usage in the Shodan dashboard.