Hostname
dyalog.com
Last fetched
dyalog.com resolves to 1 IPv4 address operated by IOMART-AS in GB. WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
dyalog.com 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 |
|---|---|---|---|---|
| 81.94.205.35 | 81.94.192.0/20 | AS20860 | IOMART-AS | GB |
WHOIS identity
- Registrar
- iana:168
- Organization
- dyalog
- Contact emails
Subdomains
35 observed subdomains of dyalog.com.
Showing 25 of 35. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from dyalog.com in the public web crawl.
173 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for dyalog.com.
| Mechanism | Target |
|---|---|
| SPF_A | dyalog.com |
| SPF_A | gosport-web.dyalog.com |
| SPF_A | mail.dyalog.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2001:8b0:1175:369::/64 |
| SPF_IP | 2001:8b0:181::/48 |
| SPF_IP | 81.187.219.128/27 |
| SPF_IP | 81.94.205.32/27 |
| SPF_IP | 90.155.92.61/32 |
| SPF_MX | dyalog.com |
Related pages
Pivot deeper into the graph from dyalog.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dyalog.com"})-[: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.