Hostname
api.ciswired.com
Last fetched
api.ciswired.com resolves to 13 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
api.ciswired.com resolves to 13 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.50.69.72 | 101.0.4.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.52.7.71 | 101.0.4.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 13.216.194.71 | 13.224.24.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 18.208.26.1 | 18.228.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.218.107.187 | 3.208.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 3.231.85.224 | 3.224.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.204.32 | 35.1.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 34.234.230.203 | 35.1.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 35.170.96.174 | 35.180.0.0/16 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 44.196.153.93 | 45.2.24.0/24 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 54.88.95.78 | 54.92.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.89.60.241 | 98.96.168.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 98.90.20.146 | 98.96.168.0/22 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with api.ciswired.com in WhisperGraph.
Subdomains
2 observed subdomains of api.ciswired.com.
Threat posture
History
Related pages
Pivot deeper into the graph from api.ciswired.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.ciswired.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.