Hostname
confluence.dssinc.com
Last fetched
confluence.dssinc.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.
Nutrition Label
Resolution chain
confluence.dssinc.com 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 |
|---|---|---|---|---|
| 3.173.219.114 | 3.173.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.219.23 | 3.173.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.219.74 | 3.173.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.173.219.76 | 3.173.216.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 74.121.192.98 | 74.121.192.0/21 | AS36473 | PALOMINO-ASN - PALOMINO SYSTEM INNOVATIONS INC. | US |
WHOIS identity
No WHOIS records are currently associated with confluence.dssinc.com in WhisperGraph.
Subdomains
1 observed subdomain of confluence.dssinc.com.
| Subdomain |
|---|
| internal.confluence.dssinc.com |
Threat posture
History
Related pages
Pivot deeper into the graph from confluence.dssinc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "confluence.dssinc.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.