Hostname
kcon.expcp.jp
Last fetched
kcon.expcp.jp resolves to 1 IPv4 address operated by AS2514 in JP.
Nutrition Label
Resolution chain
kcon.expcp.jp 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 |
|---|---|---|---|---|
| 122.202.22.218 | 122.202.16.0/21 | AS2514 | — | JP |
WHOIS identity
No WHOIS records are currently associated with kcon.expcp.jp in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from kcon.expcp.jp in the public web crawl.
9 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for kcon.expcp.jp.
| Mechanism | Target |
|---|---|
| SPF_IP | 122.202.22.208/28 |
| SPF_IP | 202.171.136.16/29 |
| SPF_IP | 219.117.217.176/29 |
| SPF_IP | 59.159.124.168/29 |
Related pages
Pivot deeper into the graph from kcon.expcp.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kcon.expcp.jp"})-[: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.