Hostname
keenton.cloud
Last fetched
keenton.cloud has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
keenton.cloud has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:81
- Organization
- keenton
- Contact emails
Subdomains
2 observed subdomains of keenton.cloud.
| Subdomain |
|---|
| le.keenton.cloud |
| test.keenton.cloud |
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for keenton.cloud.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | smtpout.com |
| SPF_INCLUDE | smtproutes.com |
| SPF_IP | 188.165.149.211 |
| SPF_IP | 5.135.60.122 |
| SPF_IP | 5.196.139.37 |
| SPF_IP | 5.196.139.38 |
| SPF_IP | 51.255.18.100 |
| SPF_IP | 51.255.18.102 |
| SPF_IP | 51.255.18.103 |
| SPF_IP | 51.255.18.99 |
Related pages
Pivot deeper into the graph from keenton.cloud.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "keenton.cloud"})-[: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.