Hostname
ktcons.pgw.jp
Last fetched
ktcons.pgw.jp resolves to 2 IPv4 addresses operated by OPTAGE OPTAGE Inc. in JP.
Nutrition Label
Resolution chain
ktcons.pgw.jp 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 |
|---|---|---|---|---|
| 112.69.195.241 | 112.68.0.0/14 | AS17511 | OPTAGE OPTAGE Inc. | JP |
| 45.94.210.8 | 45.94.210.0/24 | AS147049 | PACKETHUBSA-AS-AP PacketHub S.A. | JP |
WHOIS identity
No WHOIS records are currently associated with ktcons.pgw.jp in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- ktcons.pgw.jp
SPF policy
6 SPF mechanisms authorising senders for ktcons.pgw.jp.
| Mechanism | Target |
|---|---|
| SPF_A | auth.gate-on.net |
| SPF_A | ktcons.pgw.jp |
| SPF_IP | 112.69.195.241 |
| SPF_IP | 192.166.247.8 |
| SPF_IP | 2001:ce8:142:79c2:c710:a3ca:42ba:6daf |
| SPF_MX | ktcons.pgw.jp |
Related pages
Pivot deeper into the graph from ktcons.pgw.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ktcons.pgw.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.