Hostname
ibis.com
Last fetched
ibis.com resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
ibis.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 | AKAMAI-ASN1 | DE |
| 203.121.59.49 | 203.121.32.0/19 | AS9930 | TTNET-MY TIME dotCom Berhad No. 14, Jalan Majistret U126 Hicom Glenmarie Industrial Park 40150 Shah Alam Selangor, Malaysia | MY |
| 23.195.81.50 | 23.195.81.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 64.7.118.145 | 64.7.118.0/24 | AS139309 | TCL-AS-AP Tata Communications CANADA Ltd. | TR |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain administrator
- Contact emails
Subdomains
75 observed subdomains of ibis.com.
Showing 25 of 75. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ibis.com in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for ibis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.accor.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
Related pages
Pivot deeper into the graph from ibis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibis.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.