Hostname
ketb.com
Last fetched
ketb.com resolves to 1 IPv4 address operated by AS50812 in FR. WHOIS lists iana:1251 as the registrar.
Nutrition Label
Resolution chain
ketb.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 |
|---|---|---|---|---|
| 185.145.32.110 | 185.145.32.0/24 | AS50812 | — | FR |
WHOIS identity
- Registrar
- iana:1251
- Organization
- internet communication
- Contact emails
Subdomains
10 observed subdomains of ketb.com.
Web-graph footprint
Distinct hostnames that link to or from ketb.com in the public web crawl.
36 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ketb.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ketb.com |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.145.32.0/24 |
| SPF_IP | 195.68.65.60 |
| SPF_IP | 217.167.236.137 |
Related pages
Pivot deeper into the graph from ketb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ketb.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.