Hostname
carrefour.ke
Last fetched
carrefour.ke resolves to 10 IPv4 addresses operated by AS20940 in DE. WHOIS lists registrar:afriregister limited as the registrar.
Nutrition Label
Resolution chain
carrefour.ke resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- registrar:afriregister limited
- Organization
- carrefour
- Contact emails
- —
Subdomains
5 observed subdomains of carrefour.ke.
Web-graph footprint
Distinct hostnames that link to or from carrefour.ke in the public web crawl.
125 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from carrefour.ke.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "carrefour.ke"})-[: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.