Hostname
builder-net.jp
Last fetched
builder-net.jp resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
builder-net.jp resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.112.4.219 | 13.112.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.106 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.107 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.108 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 13.249.165.28 | 13.249.165.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- —
- Organization
- yokogawa new life
- Contact emails
Subdomains
2 observed subdomains of builder-net.jp.
Web-graph footprint
Distinct hostnames that link to or from builder-net.jp in the public web crawl.
138 sites link to this hostname.
157 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for builder-net.jp.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.bizmw.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 13.112.51.63 |
| SPF_IP | 61.126.33.203 |
Related pages
Pivot deeper into the graph from builder-net.jp.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "builder-net.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.