Skip to content

Hostname

archives.nd.edu

Last fetched

archives.nd.edu resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · archives.nd.eduRouting diversity4.2/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/archives.nd.edu

Resolution chain

archives.nd.edu resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.51.67.98100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.204.208.8234.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.78.3634.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.21.221.2252.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.184.4254.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.197.147.2654.196.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with archives.nd.edu in WhisperGraph.

Subdomains

2 observed subdomains of archives.nd.edu.

Web-graph footprint

Distinct hostnames that link to or from archives.nd.edu in the public web crawl.

579 sites link to this hostname.

13 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from archives.nd.edu.

Cypher and MCP

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

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