Skip to content

Hostname

sky.restaurant

Last fetched

sky.restaurant resolves to 1 IPv4 address operated by AS5606 in RO. WHOIS lists iana:1647 as the registrar.

Nutrition Label

WHISPER CANON · sky.restaurantRouting diversity1.5/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/sky.restaurant

Resolution chain

sky.restaurant resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
92.114.2.4992.114.2.0/24AS5606RO

WHOIS identity

Registrar
iana:1647
Organization
gami sky s.r.l. srl
Contact emails

Subdomains

11 observed subdomains of sky.restaurant.

Web-graph footprint

Distinct hostnames that link to or from sky.restaurant in the public web crawl.

9 sites link to this hostname.

9 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for sky.restaurant.

MechanismTarget
SPF_Asky.restaurant
SPF_INCLUDE_spf.google.com
SPF_INCLUDEservers.mcsv.net
SPF_IP188.241.222.79
SPF_IP2a00:ece1:0:1b:0:0:0:262
SPF_IP92.114.2.49
SPF_IP93.118.36.107
SPF_IP93.118.36.150
SPF_IP93.118.36.156
SPF_IP93.118.36.73
SPF_MXsky.restaurant

Related pages

Pivot deeper into the graph from sky.restaurant.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "sky.restaurant"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.