Hostname
ntmg.jp
Last fetched
ntmg.jp resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
ntmg.jp resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.32.241.13 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.29 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.80 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.32.241.91 | 13.32.241.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.42.122 | 3.170.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.42.76 | 3.170.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.42.85 | 3.170.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.170.42.95 | 3.170.40.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.151.127 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.3 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.60 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 54.192.151.82 | 54.192.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- —
- Organization
- andrew spencer
- Contact emails
Subdomains
14 observed subdomains of ntmg.jp.
Web-graph footprint
Distinct hostnames that link to or from ntmg.jp in the public web crawl.
152 sites link to this hostname.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from ntmg.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntmg.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.