Hostname
andee.fr
Last fetched
andee.fr resolves to 2 IPv4 addresses operated by AS16276 in FR. WHOIS lists registrar:ovh as the registrar.
Nutrition Label
Resolution chain
andee.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 |
|---|---|---|---|---|
| 51.254.136.81 | 51.254.0.0/15 | AS16276 | — | FR |
| 57.128.181.252 | 57.128.128.0/18 | AS16276 | — | GB |
WHOIS identity
- Registrar
- registrar:ovh
- Organization
- jean-michel chrisostome
- Contact emails
Subdomains
10 observed subdomains of andee.fr.
Web-graph footprint
Distinct hostnames that link to or from andee.fr in the public web crawl.
43 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for andee.fr.
| Mechanism | Target |
|---|---|
| SPF_A | andee.fr |
| SPF_A | sys04.andee.fr |
| SPF_A | vps-2f73baff.vps.ovh.net |
| SPF_A | vps-766c4946.vps.ovh.net |
| SPF_INCLUDE | mx.ovh.com |
| SPF_IP | 51.254.136.81 |
| SPF_IP | 57.128.181.252 |
| SPF_IP | 91.121.34.85 |
| SPF_IP | 94.23.18.228 |
| SPF_MX | smtp.andee.fr |
Related pages
Pivot deeper into the graph from andee.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "andee.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.