Hostname
utdt.edu
Last fetched
utdt.edu resolves to 4 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
utdt.edu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.18.10.140 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.11.140 | 104.18.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 8.47.69.0 | 8.47.69.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
| 8.6.112.0 | 8.6.112.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- fundacion universidad torcuato di tella
- Contact emails
- —
Subdomains
47 observed subdomains of utdt.edu.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from utdt.edu in the public web crawl.
1,122 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for utdt.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf-na.exlibrisgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 153.92.224.0/19 |
| SPF_IP | 172.246.0.0/18 |
| SPF_IP | 185.107.232.0/22 |
| SPF_IP | 185.24.144.0/22 |
| SPF_IP | 185.41.28.0/22 |
| SPF_IP | 186.0.247.128/27 |
| SPF_IP | 198.100.155.36 |
| SPF_IP | 200.69.29.0/24 |
| SPF_IP | 200.69.5.128/25 |
| SPF_IP | 212.146.192.0/18 |
| SPF_IP | 213.32.128.0/18 |
| SPF_IP | 23.253.46.228 |
| SPF_IP | 34.206.36.63 |
| SPF_IP | 50.56.69.213 |
| SPF_IP | 52.205.28.227 |
| SPF_IP | 54.166.18.80 |
| SPF_IP | 54.243.36.91 |
| SPF_IP | 64.34.128.0/17 |
| SPF_IP | 77.32.128.0/18 |
| SPF_IP | 77.32.192.0/19 |
| SPF_IP | 94.143.16.0/21 |
Related pages
Pivot deeper into the graph from utdt.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "utdt.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.