Hostname
tw.setoworks.com
Last fetched
tw.setoworks.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
tw.setoworks.com 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 |
|---|---|---|---|---|
| 52.84.127.2 | 52.84.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.127.29 | 52.84.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.127.35 | 52.84.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.127.70 | 52.84.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.188.23 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | US |
| 99.84.188.26 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | US |
| 99.84.188.41 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | US |
| 99.84.188.97 | 0.0.0.0/0 | AS35708 | ASN-4IXP 4b42 Internet Exchange Point | US |
WHOIS identity
No WHOIS records are currently associated with tw.setoworks.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from tw.setoworks.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for tw.setoworks.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 52.79.92.223/32 |
Related pages
Pivot deeper into the graph from tw.setoworks.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tw.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.