Hostname
gate.ericminassian.com
Last fetched
gate.ericminassian.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
gate.ericminassian.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.251.108 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.128 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.129 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.226.251.98 | 13.226.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.19 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.25 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.57 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.171.139.6 | 3.171.136.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.35.24 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.67 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.73 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.97 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with gate.ericminassian.com in WhisperGraph.
Subdomains
3 observed subdomains of gate.ericminassian.com.
Showing 2 of 3. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from gate.ericminassian.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gate.ericminassian.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.