Skip to content

Hostname

lib.uchicago.edu

Last fetched

lib.uchicago.edu resolves to 1 IPv4 address operated by U-CHICAGO-AS - The University of Chicago in US.

Nutrition Label

WHISPER CANON · lib.uchicago.eduRouting diversity1.5/10Peering density2.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/lib.uchicago.edu

Resolution chain

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

IPPrefixASNOperatorCountry
128.135.181.141128.135.0.0/16AS160U-CHICAGO-AS - The University of ChicagoUS

WHOIS identity

No WHOIS records are currently associated with lib.uchicago.edu in WhisperGraph.

Subdomains

810 observed subdomains of lib.uchicago.edu.

Web-graph footprint

Distinct hostnames that link to or from lib.uchicago.edu in the public web crawl.

2,043 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for lib.uchicago.edu.

MechanismTarget
SPF_INCLUDEmailgun.org
SPF_IP128.135.156.0/24
SPF_IP128.135.176.0/23
SPF_IP128.135.181.0/24
SPF_IP128.135.53.0/24
SPF_IP205.208.106.0/24
SPF_MXlib.uchicago.edu

Related pages

Pivot deeper into the graph from lib.uchicago.edu.

Cypher and MCP

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

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