Skip to content

Hostname

jp.setoworks.com

Last fetched

jp.setoworks.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FI.

Nutrition Label

WHISPER CANON · jp.setoworks.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/jp.setoworks.com

Resolution chain

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

IPPrefixASNOperatorCountry
13.33.235.1413.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.2213.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.3813.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.8713.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
18.173.132.10018.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.132.7518.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.132.7818.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.132.8718.173.132.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with jp.setoworks.com in WhisperGraph.

Subdomains

1 observed subdomain of jp.setoworks.com.

Web-graph footprint

Distinct hostnames that link to or from jp.setoworks.com in the public web crawl.

6 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for jp.setoworks.com.

MechanismTarget
SPF_IP52.79.92.223/32

Related pages

Pivot deeper into the graph from jp.setoworks.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "jp.setoworks.com"})-[: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.