Hostname
musc.edu
Last fetched
musc.edu resolves to 1 IPv4 address operated by MUSC - Medical University of South Carolina in US.
Nutrition Label
Resolution chain
musc.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 |
|---|---|---|---|---|
| 128.23.35.87 | 128.23.0.0/17 | AS13429 | MUSC - Medical University of South Carolina | US |
WHOIS identity
- Registrar
- —
- Organization
- the medical university of south carolina
- Contact emails
- —
Subdomains
65,454 observed subdomains of musc.edu.
Showing 25 of 65,454. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from musc.edu in the public web crawl.
656 sites link to this hostname.
413 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for musc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-001b3801.pphosted.com |
| SPF_IP | 72.50.228.0/24 |
| SPF_MX | musc.edu |
Related pages
Pivot deeper into the graph from musc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "musc.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.