Hostname
klearning.klaxen.com
Last fetched
klearning.klaxen.com resolves to 1 IPv4 address operated by AS36454 in CO.
Nutrition Label
Resolution chain
klearning.klaxen.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 |
|---|---|---|---|---|
| 190.8.176.62 | 190.8.176.0/22 | AS36454 | — | CO |
WHOIS identity
No WHOIS records are currently associated with klearning.klaxen.com in WhisperGraph.
Subdomains
1 observed subdomain of klearning.klaxen.com.
| Subdomain |
|---|
| www.klearning.klaxen.com |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for klearning.klaxen.com.
| Mechanism | Target |
|---|---|
| SPF_A | klearning.klaxen.com |
| SPF_IP | 190.8.176.137 |
| SPF_IP | 190.8.176.62 |
| SPF_MX | klearning.klaxen.com |
Related pages
Pivot deeper into the graph from klearning.klaxen.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "klearning.klaxen.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.