Hostname
digyork.com
Last fetched
digyork.com resolves to 1 IPv4 address operated by AS34282 in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
digyork.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 |
|---|---|---|---|---|
| 5.134.10.220 | 5.134.8.0/21 | AS34282 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain contact 64132
- Contact emails
Subdomains
2 observed subdomains of digyork.com.
| Subdomain |
|---|
| mail.digyork.com |
| www.digyork.com |
Web-graph footprint
Distinct hostnames that link to or from digyork.com in the public web crawl.
48 sites link to this hostname.
13 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- digyork.com
SPF policy
5 SPF mechanisms authorising senders for digyork.com.
| Mechanism | Target |
|---|---|
| SPF_A | digyork.com |
| SPF_IP | 5.134.10.220 |
| SPF_IP | 85.92.70.103 |
| SPF_IP | 85.92.70.92 |
| SPF_MX | digyork.com |
Related pages
Pivot deeper into the graph from digyork.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "digyork.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.