Hostname
static-external.parastorage.com
Last fetched
static-external.parastorage.com resolves to 5 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
static-external.parastorage.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 |
|---|---|---|---|---|
| 13.35.202.126 | 13.35.202.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.202.127 | 13.35.202.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.202.128 | 13.35.202.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.35.202.80 | 13.35.202.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 34.49.229.81 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with static-external.parastorage.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from static-external.parastorage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static-external.parastorage.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.