Hostname
delmar.edu
Last fetched
delmar.edu resolves to 1 IPv4 address operated by TUT-AS - Total Uptime Technologies, LLC in US.
Nutrition Label
Resolution chain
delmar.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 |
|---|---|---|---|---|
| 216.59.63.70 | 216.59.63.0/24 | AS53334 | TUT-AS - Total Uptime Technologies, LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- del mar college
- Contact emails
- —
Subdomains
131 observed subdomains of delmar.edu.
Showing 25 of 131. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from delmar.edu in the public web crawl.
537 sites link to this hostname.
635 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for delmar.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.outreachsystems.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 198.187.196.0/24 |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.187.196.130/32 |
Related pages
Pivot deeper into the graph from delmar.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "delmar.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.