Hostname
mansfield.edu
Last fetched
mansfield.edu resolves to 1 IPv4 address operated by CUPANET-BLM-AS - Commonwealth University of Pennsylvania in US.
Nutrition Label
Resolution chain
mansfield.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 148.137.10.13 | 148.137.0.0/17 | AS7150 | CUPANET-BLM-AS - Commonwealth University of Pennsylvania | US |
WHOIS identity
- Registrar
- —
- Organization
- mansfield university
- Contact emails
- —
Subdomains
189 observed subdomains of mansfield.edu.
Showing 25 of 189. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mansfield.edu in the public web crawl.
283 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for mansfield.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | a._spf.brightspace.com |
| SPF_INCLUDE | spf1.mansfield.edu |
| SPF_INCLUDE | spf2.mansfield.edu |
| SPF_INCLUDE | spf3.mansfield.edu |
| SPF_IP | 148.137.10.31 |
| SPF_IP | 148.137.11.49 |
| SPF_IP | 148.137.11.50 |
| SPF_IP | 208.84.65.147 |
| SPF_IP | 208.86.201.19 |
| SPF_MX | mansfield.edu |
Related pages
Pivot deeper into the graph from mansfield.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mansfield.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.