Skip to content

Hostname

umuc.edu

Last fetched

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

Nutrition Label

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

Resolution chain

umuc.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
university of maryland university college
Contact emails

Subdomains

148 observed subdomains of umuc.edu.

Web-graph footprint

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

695 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

24 SPF mechanisms authorising senders for umuc.edu.

MechanismTarget
SPF_INCLUDE_spf1.umuc.edu
SPF_INCLUDEverifymyfafsa.com
SPF_IP23.103.128.0/19
SPF_IP23.103.191.0/24
SPF_IP23.103.198.0/23
SPF_IP23.103.200.0/21
SPF_IP23.103.208.0/21
SPF_IP23.23.239.161/32
SPF_IP37.98.232.0/22
SPF_IP40.107.0.0/16
SPF_IP50.31.32.0/19
SPF_IP50.31.40.101/32
SPF_IP50.31.40.20/32
SPF_IP50.31.61.0/24
SPF_IP52.1.108.153
SPF_IP52.19.101.83
SPF_IP52.87.133.162
SPF_IP54.194.190.23
SPF_IP54.208.126.137
SPF_IP54.240.0.0/18
SPF_IP54.243.244.199/32
SPF_IP54.85.141.122
SPF_IP54.85.219.248
SPF_IP8.21.240.0/20

Related pages

Pivot deeper into the graph from umuc.edu.

Cypher and MCP

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

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