Skip to content

Hostname

e05.rohost.com

Last fetched

e05.rohost.com resolves to 1 IPv4 address operated by AS34358 in RO.

Nutrition Label

WHISPER CANON · e05.rohost.comRouting diversity1.5/10Peering density3.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/e05.rohost.com

Resolution chain

e05.rohost.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
89.42.11.2289.42.11.0/24AS34358RO

WHOIS identity

No WHOIS records are currently associated with e05.rohost.com in WhisperGraph.

Subdomains

8 observed subdomains of e05.rohost.com.

Threat posture

History

Mail and authentication

MX records

  • e05.rohost.com

SPF policy

3 SPF mechanisms authorising senders for e05.rohost.com.

MechanismTarget
SPF_Ae05.rohost.com
SPF_IP89.42.11.26
SPF_MXe05.rohost.com

Related pages

Pivot deeper into the graph from e05.rohost.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "e05.rohost.com"})-[: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.