Skip to content

Hostname

engineering.illinois.edu

Last fetched

engineering.illinois.edu resolves to 2 IPv4 addresses operated by UIUC - University of Illinois in US.

Nutrition Label

WHISPER CANON · engineering.illinois.eduRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/engineering.illinois.edu

Resolution chain

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

IPPrefixASNOperatorCountry
130.126.151.19130.126.0.0/16AS38UIUC - University of IllinoisUS
130.126.151.38130.126.0.0/16AS38UIUC - University of IllinoisUS

WHOIS identity

No WHOIS records are currently associated with engineering.illinois.edu in WhisperGraph.

Subdomains

53 observed subdomains of engineering.illinois.edu.

Web-graph footprint

Distinct hostnames that link to or from engineering.illinois.edu in the public web crawl.

371 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for engineering.illinois.edu.

MechanismTarget
SPF_INCLUDEcmail1.com
SPF_MXengineering.illinois.edu

Related pages

Pivot deeper into the graph from engineering.illinois.edu.

Cypher and MCP

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

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