Hostname
helpdesk.capture.se
Last fetched
helpdesk.capture.se resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
helpdesk.capture.se 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 |
|---|---|---|---|---|
| 18.172.21.120 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.172.21.42 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.172.21.68 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.172.21.79 | 18.172.16.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.66.255.27 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.255.4 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.255.57 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.66.255.6 | 18.66.255.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with helpdesk.capture.se in WhisperGraph.
Subdomains
1 observed subdomain of helpdesk.capture.se.
| Subdomain |
|---|
| atlassian.helpdesk.capture.se |
Threat posture
History
Related pages
Pivot deeper into the graph from helpdesk.capture.se.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "helpdesk.capture.se"})-[: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.