Hostname
milescc.edu
Last fetched
milescc.edu resolves to 1 IPv4 address operated by UMTNET-ASN - University of Montana in US.
Nutrition Label
Resolution chain
milescc.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 |
|---|---|---|---|---|
| 207.196.242.53 | 207.196.240.0/21 | AS3807 | UMTNET-ASN - University of Montana | US |
WHOIS identity
- Registrar
- —
- Organization
- miles community college
- Contact emails
- —
Subdomains
11 observed subdomains of milescc.edu.
Web-graph footprint
Distinct hostnames that link to or from milescc.edu in the public web crawl.
169 sites link to this hostname.
154 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for milescc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.*.bnc.salesforce.com |
| SPF_INCLUDE | _spf.bnc.salesforce.com |
| SPF_INCLUDE | _spf.explore-blue.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_MX | _sfp.milescc-edu.mail.protection.outlook.com |
Related pages
Pivot deeper into the graph from milescc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "milescc.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.