Hostname
virbac.ca
Last fetched
virbac.ca resolves to 3 IPv4 addresses operated by AS209510 in FR. WHOIS lists iana:156 as the registrar.
Nutrition Label
Resolution chain
virbac.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 152.89.172.56 | 152.89.172.0/23 | AS209510 | — | FR |
| 81.92.94.54 | 81.92.94.0/23 | AS20756 | — | FR |
| 81.92.95.55 | 81.92.94.0/23 | AS20756 | — | FR |
WHOIS identity
- Registrar
- iana:156
- Organization
- virbac s.a. - tma272725
- Contact emails
Subdomains
1 observed subdomain of virbac.ca.
| Subdomain |
|---|
| www.virbac.ca |
Web-graph footprint
Distinct hostnames that link to or from virbac.ca in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for virbac.ca.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.ehc.adp.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_IP | 176.74.171.170 |
| SPF_IP | 194.51.68.102 |
| SPF_IP | 195.115.84.125 |
| SPF_IP | 195.154.120.164 |
| SPF_IP | 212.95.71.174 |
| SPF_IP | 213.32.49.231/32 |
| SPF_IP | 83.231.220.146 |
Related pages
Pivot deeper into the graph from virbac.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "virbac.ca"})-[: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.