Hostname
2ndgate.jp
Last fetched
2ndgate.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
2ndgate.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.155.33.119 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.33.26 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.33.52 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.155.33.8 | 18.155.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.164.96.16 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.18 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.49 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.61 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- —
- Contact emails
Subdomains
12 observed subdomains of 2ndgate.jp.
Web-graph footprint
Distinct hostnames that link to or from 2ndgate.jp in the public web crawl.
13 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for 2ndgate.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 114.160.219.234 |
| SPF_IP | 54.238.239.125 |
Related pages
Pivot deeper into the graph from 2ndgate.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "2ndgate.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.