Skip to content

Hostname

visitdenmark.se

Last fetched

visitdenmark.se resolves to 2 IPv4 addresses operated by AS47292 in DK. WHOIS lists iana:1594 as the registrar.

Nutrition Label

WHISPER CANON · visitdenmark.seRouting diversity2.4/10Peering density7.4/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/visitdenmark.se

Resolution chain

visitdenmark.se resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
109.238.51.58109.238.48.0/21AS47292DK
4.225.107.1524.224.0.0/12AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationSE

WHOIS identity

Registrar
iana:1594
Organization
Contact emails

Subdomains

5 observed subdomains of visitdenmark.se.

Web-graph footprint

Distinct hostnames that link to or from visitdenmark.se in the public web crawl.

195 sites link to this hostname.

1,443 sites linked to from this hostname.

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from visitdenmark.se.

Cypher and MCP

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

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