Hostname
mc3.edu
Last fetched
mc3.edu resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
mc3.edu resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.24.114 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.25.114 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- montgomery county community college
- Contact emails
- —
Subdomains
145 observed subdomains of mc3.edu.
Showing 25 of 145. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mc3.edu in the public web crawl.
593 sites link to this hostname.
342 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mc3.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc4.sapsf.com |
| SPF_INCLUDE | _spf.messagegears.net |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | sfsolutionsmail.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 168.245.104.162/32 |
| SPF_IP | 192.245.50.31/32 |
| SPF_IP | 192.254.120.51/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_MX | mc3.edu |
Related pages
Pivot deeper into the graph from mc3.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mc3.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.