Hostname
test.su7.jp
Last fetched
test.su7.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
test.su7.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 |
|---|---|---|---|---|
| 3.164.28.50 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.28.57 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.28.83 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.164.28.9 | 3.164.28.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.168.167.17 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.63 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.65 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.168.167.93 | 3.168.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with test.su7.jp in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for test.su7.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.baremetal.jp |
| SPF_IP | 211.13.204.0/24 |
Related pages
Pivot deeper into the graph from test.su7.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "test.su7.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.