Hostname
vtf-vacances.com
Last fetched
vtf-vacances.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
vtf-vacances.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:433
- Organization
- jean paul giraud
- Contact emails
Subdomains
18 observed subdomains of vtf-vacances.com.
Web-graph footprint
Distinct hostnames that link to or from vtf-vacances.com in the public web crawl.
272 sites link to this hostname.
90 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for vtf-vacances.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amadeus.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.azurhost.net |
| SPF_INCLUDE | spf.contact-digital.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 217.182.121.65/32 |
| SPF_IP | 217.182.121.74/32 |
| SPF_IP | 217.182.121.78/32 |
| SPF_IP | 40.66.63.89/32 |
| SPF_IP | 40.66.63.90/32 |
| SPF_IP | 40.66.63.91/32 |
| SPF_IP | 90.84.196.100/32 |
Related pages
Pivot deeper into the graph from vtf-vacances.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vtf-vacances.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.