Hostname
jmt.6294.com
Last fetched
jmt.6294.com resolves to 4 IPv4 addresses operated by ORACLE-BMC-31898 - Oracle Corporation in US.
Nutrition Label
Resolution chain
jmt.6294.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 132.226.85.59 | 132.226.64.0/18 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 144.24.51.199 | 144.24.0.0/18 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 144.24.62.239 | 144.24.0.0/18 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
| 161.153.52.56 | 161.153.0.0/17 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with jmt.6294.com in WhisperGraph.
Subdomains
2 observed subdomains of jmt.6294.com.
| Subdomain |
|---|
| box.jmt.6294.com |
| mailgw.jmt.6294.com |
Threat posture
History
Related pages
Pivot deeper into the graph from jmt.6294.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jmt.6294.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.