Skip to content

Hostname

open.mdu.se

Last fetched

open.mdu.se resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · open.mdu.seRouting diversity3.9/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/open.mdu.se

Resolution chain

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

IPPrefixASNOperatorCountry
3.253.205.1443.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
46.137.127.20346.137.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.IE
52.212.64.23352.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.213.165.10152.208.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.31.220.18452.30.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.49.160.23652.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with open.mdu.se in WhisperGraph.

Web-graph footprint

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

22 sites link to this hostname.

7 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from open.mdu.se.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "open.mdu.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.