Hostname
4dhosting.com
Last fetched
4dhosting.com resolves to 1 IPv4 address operated by VDATA in GB. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
4dhosting.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 |
|---|---|---|---|---|
| 185.81.160.35 | 185.81.160.0/22 | AS13009 | VDATA | GB |
WHOIS identity
- Registrar
- iana:48
- Organization
- 4d data centres
- Contact emails
Subdomains
25 observed subdomains of 4dhosting.com.
Web-graph footprint
Distinct hostnames that link to or from 4dhosting.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for 4dhosting.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.4d-dc.com |
| SPF_A | mail1.4d-dc.com |
| SPF_A | mail2.4d-dc.com |
| SPF_A | webmail2.4d-dc.com |
| SPF_INCLUDE | _netblocks.mimecast.com |
| SPF_IP | 185.58.85.0/24 |
| SPF_IP | 46.245.253.27 |
| SPF_IP | 46.245.253.29 |
| SPF_IP | 46.245.253.36 |
| SPF_IP | 79.99.71.18 |
| SPF_IP | 79.99.71.27 |
| SPF_MX | 4dhosting.com |
Related pages
Pivot deeper into the graph from 4dhosting.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4dhosting.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.