Hostname
k5online.com
Last fetched
k5online.com resolves to 2 IPv4 addresses operated by AS33786 in GH. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
k5online.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 196.29.238.1 | 196.29.238.0/24 | AS33786 | — | GH |
| 196.29.238.2 | 196.29.238.0/24 | AS33786 | — | GH |
WHOIS identity
- Registrar
- iana:146
- Organization
- carl spies
- Contact emails
Subdomains
14 observed subdomains of k5online.com.
Web-graph footprint
Distinct hostnames that link to or from k5online.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- k5online.com
SPF policy
7 SPF mechanisms authorising senders for k5online.com.
| Mechanism | Target |
|---|---|
| SPF_A | k5online.com |
| SPF_A | knet-dns01-acc.knetgh.com |
| SPF_IP | 196.29.238.1 |
| SPF_IP | 196.29.238.15 |
| SPF_IP | 196.29.238.2 |
| SPF_IP | 41.75.51.2 |
| SPF_MX | k5online.com |
Related pages
Pivot deeper into the graph from k5online.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "k5online.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.