Hostname
ibkuwt.com
Last fetched
ibkuwt.com resolves to 1 IPv4 address operated by AS43158 in KW. WHOIS lists iana:9 as the registrar.
Nutrition Label
Resolution chain
ibkuwt.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 91.194.103.12 | 91.194.103.0/24 | AS43158 | — | KW |
WHOIS identity
- Registrar
- iana:9
- Organization
- ibk ibkuwt
- Contact emails
Subdomains
16 observed subdomains of ibkuwt.com.
Web-graph footprint
Distinct hostnames that link to or from ibkuwt.com in the public web crawl.
29 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for ibkuwt.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 107.20.210.250/32 |
| SPF_IP | 52.1.14.157/32 |
| SPF_IP | 52.229.2.165 |
| SPF_IP | 52.30.130.201/32 |
| SPF_IP | 54.153.131.110/32 |
| SPF_IP | 54.66.252.242/32 |
| SPF_IP | 66.159.245.112 |
| SPF_IP | 66.159.247.33 |
| SPF_IP | 91.194.103.40 |
| SPF_IP | 91.194.103.70 |
| SPF_IP | 91.194.103.71 |
| SPF_MX | ibkuwt.com |
Related pages
Pivot deeper into the graph from ibkuwt.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ibkuwt.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.