Hostname
urlsand.com
Last fetched
urlsand.com resolves to 3 IPv4 addresses operated by UPCLOUD - UpCloud Ltd in IT. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
urlsand.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 194.39.109.114 | 194.39.109.0/24 | AS202053 | UPCLOUD - UpCloud Ltd | IT |
| 45.95.210.140 | 45.95.210.0/24 | AS3302 | AS-RETELIT-IRIDEOS - Retelit Digital Services S.p.A. | IT |
| 185.91.71.250 | 185.91.71.0/24 | AS31034 | ARUBA-ASN - Aruba S.p.A. | IT |
WHOIS identity
- Registrar
- iana:168
- Organization
- libraesva srl
- Contact emails
Subdomains
5 observed subdomains of urlsand.com.
Web-graph footprint
Distinct hostnames that link to or from urlsand.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from urlsand.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "urlsand.com"})-[: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.