Hostname
accuracy.com
Last fetched
accuracy.com resolves to 2 IPv4 addresses operated by ECO-AS in FR. WHOIS lists iana:1251 as the registrar.
Nutrition Label
Resolution chain
accuracy.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 |
|---|---|---|---|---|
| 109.234.165.229 | 109.234.164.0/22 | AS50474 | ECO-AS | FR |
| 78.40.10.127 | 78.40.8.0/22 | AS50474 | ECO-AS | FR |
WHOIS identity
- Registrar
- iana:1251
- Organization
- aurelien sauniere
- Contact emails
Subdomains
33 observed subdomains of accuracy.com.
Showing 25 of 33. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from accuracy.com in the public web crawl.
264 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for accuracy.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf-uk.vx-email.com |
| SPF_INCLUDE | spf-002e5501.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.132.180.116/32 |
| SPF_IP | 185.179.112.6/32 |
| SPF_IP | 185.183.28.78 |
| SPF_IP | 213.163.165.200/32 |
| SPF_IP | 64.18.7.10/32 |
| SPF_IP | 83.167.38.135/32 |
| SPF_IP | 94.236.70.181/32 |
| SPF_IP | 94.236.91.184/32 |
| SPF_MX | accuracy.com |
Related pages
Pivot deeper into the graph from accuracy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "accuracy.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.