Skip to content

Hostname

admin.uprm.edu

Last fetched

admin.uprm.edu resolves to 1 IPv4 address operated by UPRENET - University of Puerto Rico in PR.

Nutrition Label

WHISPER CANON · admin.uprm.eduRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/admin.uprm.edu

Resolution chain

admin.uprm.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
136.145.30.57136.145.30.0/24AS5786UPRENET - University of Puerto RicoPR

WHOIS identity

No WHOIS records are currently associated with admin.uprm.edu in WhisperGraph.

Web-graph footprint

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

14 sites link to this hostname.

94 sites linked to from this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for admin.uprm.edu.

MechanismTarget
SPF_Aadmin.uprm.edu
SPF_INCLUDE_spf.google.com

Related pages

Pivot deeper into the graph from admin.uprm.edu.

Cypher and MCP

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

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