Hostname
main.loadgate.com
Last fetched
main.loadgate.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
main.loadgate.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.227.87.55 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.59 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.70 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.227.87.85 | 13.227.87.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.82.112 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.82.48 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.82.78 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 3.161.82.8 | 3.161.80.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.160.102 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.15 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.96 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.97 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with main.loadgate.com in WhisperGraph.
Subdomains
5 observed subdomains of main.loadgate.com.
Showing 3 of 5. View all subdomains →
Threat posture
History
Related pages
Pivot deeper into the graph from main.loadgate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "main.loadgate.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.