Skip to content

Hostname

ehso.emory.edu

Last fetched

ehso.emory.edu resolves to 2 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · ehso.emory.eduRouting diversity2.4/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.0/10canon.whisper.security/host/ehso.emory.edu

Resolution chain

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

IPPrefixASNOperatorCountry
34.199.209.4534.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.234.81.9334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with ehso.emory.edu in WhisperGraph.

Subdomains

9 observed subdomains of ehso.emory.edu.

Web-graph footprint

Distinct hostnames that link to or from ehso.emory.edu in the public web crawl.

65 sites link to this hostname.

48 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for ehso.emory.edu.

MechanismTarget
SPF_INCLUDEhuronclick.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP163.246.0.0/16
SPF_IP170.140.0.0/16

Related pages

Pivot deeper into the graph from ehso.emory.edu.

Cypher and MCP

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

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