Hostname
palais-bourbon.com
Last fetched
palais-bourbon.com resolves to 10 IPv4 addresses operated by AS55836 in IN. WHOIS lists iana:433 as the registrar.
Nutrition Label
Resolution chain
palais-bourbon.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.85.220.140 | 184.85.220.0/24 | AS55836 | — | IN |
| 184.85.220.164 | 184.85.220.0/24 | AS55836 | — | IN |
| 2.19.195.10 | 2.19.194.0/23 | AS20940 | — | NL |
| 2.19.195.82 | 2.19.194.0/23 | AS20940 | — | NL |
| 2.22.225.115 | 2.22.225.0/24 | AS20940 | — | NO |
| 2.22.225.73 | 2.22.225.0/24 | AS20940 | — | NO |
| 31.43.160.6 | 31.43.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 31.43.161.6 | 31.43.161.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 92.123.27.114 | 92.123.27.0/24 | AS20940 | — | CH |
| 92.123.27.35 | 92.123.27.0/24 | AS20940 | — | CH |
WHOIS identity
- Registrar
- iana:433
- Organization
- denis marion
- Contact emails
Subdomains
1 observed subdomain of palais-bourbon.com.
| Subdomain |
|---|
| www.palais-bourbon.com |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for palais-bourbon.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from palais-bourbon.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "palais-bourbon.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.