Skip to content

Hostname

oue.gatech.edu

Last fetched

oue.gatech.edu resolves to 3 IPv4 addresses operated by GEORGIA-TECH - Georgia Institute of Technology in US.

Nutrition Label

WHISPER CANON · oue.gatech.eduRouting diversity3.0/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/oue.gatech.edu

Resolution chain

oue.gatech.edu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
130.207.49.20130.207.0.0/16AS2637GEORGIA-TECH - Georgia Institute of TechnologyUS
52.22.200.10252.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.159.50.15954.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with oue.gatech.edu in WhisperGraph.

Subdomains

12 observed subdomains of oue.gatech.edu.

Web-graph footprint

Distinct hostnames that link to or from oue.gatech.edu in the public web crawl.

112 sites link to this hostname.

2 sites linked to from this hostname.

Threat posture

History

Related pages

Pivot deeper into the graph from oue.gatech.edu.

Cypher and MCP

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

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