Hostname
mdc.edu
Last fetched
mdc.edu resolves to 1 IPv4 address operated by MDC-EDU - Miami Dade College in US.
Nutrition Label
Resolution chain
mdc.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 |
|---|---|---|---|---|
| 147.70.29.80 | 147.70.0.0/17 | AS19899 | MDC-EDU - Miami Dade College | US |
WHOIS identity
- Registrar
- —
- Organization
- miami dade college
- Contact emails
- —
Subdomains
211 observed subdomains of mdc.edu.
Showing 25 of 211. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mdc.edu in the public web crawl.
1,789 sites link to this hostname.
632 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
21 SPF mechanisms authorising senders for mdc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.alchemer.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | spf-na.exlibrisgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 147.160.167.14/32 |
| SPF_IP | 147.160.167.15/32 |
| SPF_IP | 147.70.27.16/28 |
| SPF_IP | 165.22.131.209 |
| SPF_IP | 205.139.104.0/22 |
| SPF_IP | 206.79.6.0/24 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 216.235.196.0/22 |
| SPF_IP | 216.235.200.0/21 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
| SPF_IP | 64.74.237.230/31 |
| SPF_IP | 81.95.98.219/32 |
| SPF_MX | mdc.edu |
Related pages
Pivot deeper into the graph from mdc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mdc.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.