Hostname
pullmanhotels.com
Last fetched
pullmanhotels.com resolves to 4 IPv4 addresses operated by AS20940 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
pullmanhotels.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.22.91.133 | 2.22.91.0/24 | AS20940 | — | DE |
| 203.121.59.49 | 203.121.32.0/19 | AS9930 | — | MY |
| 23.195.81.50 | 23.195.81.0/24 | AS20940 | — | US |
| 64.7.118.145 | 64.7.118.0/24 | AS139309 | — | TR |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
22 observed subdomains of pullmanhotels.com.
Showing 17 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pullmanhotels.com in the public web crawl.
732 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for pullmanhotels.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.62.74.0/23 |
| SPF_IP | 3.220.60.13/32 |
| SPF_IP | 81.252.92.0/23 |
| SPF_IP | 83.206.208.128/25 |
| SPF_IP | 86.64.210.0/23 |
| SPF_MX | pullmanhotels.com |
Related pages
Pivot deeper into the graph from pullmanhotels.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pullmanhotels.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.