Hostname
value-info.fr
Last fetched
value-info.fr resolves to 2 IPv4 addresses operated by AS206944 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
value-info.fr 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 |
|---|---|---|---|---|
| 185.171.21.4 | 185.171.20.0/23 | AS206944 | — | FR |
| 185.171.21.66 | 185.171.20.0/23 | AS206944 | — | FR |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- prodware
- Contact emails
Subdomains
28 observed subdomains of value-info.fr.
Web-graph footprint
Distinct hostnames that link to or from value-info.fr in the public web crawl.
24 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for value-info.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mx.ovh.com |
| SPF_INCLUDE | servers.etarget-emailing.com |
| SPF_INCLUDE | spf.mailinblack.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.253.87.12 |
| SPF_IP | 185.171.21.66 |
| SPF_IP | 5.226.2.176/28 |
| SPF_IP | 85.12.144.167 |
Related pages
Pivot deeper into the graph from value-info.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "value-info.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.