Skip to content

Hostname

dev.fpls.jp

Last fetched

dev.fpls.jp resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · dev.fpls.jpRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/dev.fpls.jp

Resolution chain

dev.fpls.jp resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.225.158.10113.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.10913.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.12213.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
13.225.158.2513.225.158.0/23AS16509AMAZON-02 - Amazon.com, Inc.JP
3.170.221.1193.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.1273.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.293.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR
3.170.221.923.170.220.0/23AS16509AMAZON-02 - Amazon.com, Inc.KR

WHOIS identity

No WHOIS records are currently associated with dev.fpls.jp in WhisperGraph.

Subdomains

5 observed subdomains of dev.fpls.jp.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.fpls.jp.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dev.fpls.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.