Hostname
vtti.com
Last fetched
vtti.com resolves to 2 IPv4 addresses operated by AS197902 in NL. WHOIS lists iana:134 as the registrar.
Nutrition Label
Resolution chain
vtti.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.85.17.54 | 185.85.16.0/22 | AS197902 | — | NL |
| 35.204.120.88 | 35.204.112.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | NL |
WHOIS identity
- Registrar
- iana:134
- Organization
- fabienne verhoeckx
- Contact emails
Subdomains
25 observed subdomains of vtti.com.
Showing 23 of 25. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from vtti.com in the public web crawl.
123 sites link to this hostname.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for vtti.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.vtti.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.vevida.com |
| SPF_INCLUDE | spf_c.oraclecloud.com |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 52.49.201.246/32 |
| SPF_IP | 52.49.235.189/32 |
Related pages
Pivot deeper into the graph from vtti.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vtti.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.