Hostname
arturia.com
Last fetched
arturia.com resolves to 1 IPv4 address operated by OVH in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
arturia.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 |
|---|---|---|---|---|
| 145.239.193.175 | 145.239.0.0/16 | AS16276 | OVH | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- arturia
- Contact emails
Subdomains
42 observed subdomains of arturia.com.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from arturia.com in the public web crawl.
1,740 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for arturia.com.
| Mechanism | Target |
|---|---|
| SPF_A | arturia.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 104.239.138.114/32 |
| SPF_IP | 142.4.208.140 |
| SPF_IP | 162.254.227.104 |
| SPF_IP | 2001:41d0:8:193::/64 |
| SPF_IP | 2001:41d0:8:894f::/64 |
| SPF_IP | 216.169.98.180 |
| SPF_IP | 3.216.76.230/32 |
| SPF_IP | 5.39.71.79 |
| SPF_IP | 50.56.156.88/32 |
| SPF_IP | 67.227.87.228 |
| SPF_MX | arturia.com |
Related pages
Pivot deeper into the graph from arturia.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arturia.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.