Skip to content

Hostname

rmu.edu

Last fetched

rmu.edu appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · rmu.eduRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/rmu.edu

Resolution chain

rmu.edu has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
Organization
robert morris university
Contact emails

Subdomains

153 observed subdomains of rmu.edu.

Web-graph footprint

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

728 sites link to this hostname.

616 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for rmu.edu.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEoutboundmail.blackbaud.net
SPF_INCLUDEspf.constantcontact.com
SPF_INCLUDEspf.elluciancloud.com
SPF_IP128.242.118.200/32
SPF_IP198.187.196.100/32
SPF_IP198.187.196.130/32
SPF_IP206.107.42.249/32
SPF_IP206.107.42.254/32
SPF_IP209.143.65.66/26
SPF_IP50.31.43.252/32
SPF_IP64.254.132.54
SPF_IP66.159.239.196
SPF_IP66.159.241.224

Related pages

Pivot deeper into the graph from rmu.edu.

Cypher and MCP

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

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