Hostname
invitations.elysee.fr
Last fetched
invitations.elysee.fr resolves to 2 IPv4 addresses operated by AS213394 in FR.
Nutrition Label
Resolution chain
invitations.elysee.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 |
|---|---|---|---|---|
| 91.208.207.145 | 91.208.207.0/24 | AS213394 | — | FR |
| 91.208.207.146 | 91.208.207.0/24 | AS213394 | — | FR |
WHOIS identity
No WHOIS records are currently associated with invitations.elysee.fr in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for invitations.elysee.fr.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.iroquois.fr |
| SPF_MX | invitations.elysee.fr |
Related pages
Pivot deeper into the graph from invitations.elysee.fr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "invitations.elysee.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.