Hostname
veeva.fr
Last fetched
veeva.fr resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists registrar:csc corporate domains inc. as the registrar.
Nutrition Label
Resolution chain
veeva.fr resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.214.128.233 | 35.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.216.251.146 | 35.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.155.115.15 | 35.184.96.0/19 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.25.231.14 | 52.46.220.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- registrar:csc corporate domains inc.
- Organization
- veeva systems
- Contact emails
Threat posture
History
Related pages
Pivot deeper into the graph from veeva.fr.
- IP · 34.214.128.233
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · registrar:csc corporate domains inc.
- Country · US
- Email · domain_admin@veeva.com
- TLD · .fr
- Browse hostnames · ve…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "veeva.fr"})-[: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.