Hostname
ishrt.shop
Last fetched
ishrt.shop resolves to 5 IPv4 addresses operated by ANTBOX1-AS-AP - Antbox Networks Limited in CN.
Nutrition Label
Resolution chain
ishrt.shop resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.187.34.128 | 108.187.34.0/24 | AS138995 | ANTBOX1-AS-AP - Antbox Networks Limited | CN |
| 149.104.34.27 | 149.104.34.0/23 | AS40065 | CNSERVERS - CNSERVERS LLC | SG |
| 154.194.65.82 | 154.194.64.0/23 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
| 45.202.214.28 | 45.202.214.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
| 45.202.215.60 | 45.202.215.0/24 | AS40065 | CNSERVERS - CNSERVERS LLC | HK |
WHOIS identity
No WHOIS records are currently associated with ishrt.shop in WhisperGraph.
Subdomains
1 observed subdomain of ishrt.shop.
| Subdomain |
|---|
| www.ishrt.shop |
Web-graph footprint
Distinct hostnames that link to or from ishrt.shop in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from ishrt.shop.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ishrt.shop"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.