Hostname
pay.structured-amg.com
Last fetched
pay.structured-amg.com resolves to 8 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
pay.structured-amg.com 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 |
|---|---|---|---|---|
| 100.49.0.246 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 100.49.110.141 | 100.48.0.0/12 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
| 108.160.170.45 | 108.160.160.0/20 | AS19679 | DROPBOX - Dropbox, Inc. | US |
| 157.240.8.50 | 157.240.8.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | AU |
| 162.125.17.131 | 162.125.16.0/20 | AS19679 | DROPBOX - Dropbox, Inc. | US |
| 185.45.7.185 | 185.45.6.0/23 | AS35995 | TWITTER - Twitter Inc. | GB |
| 31.13.83.34 | 31.13.83.0/24 | AS32934 | FACEBOOK - Facebook, Inc. | IE |
| 65.49.26.97 | 65.49.26.0/24 | AS60154 | — | NL |
WHOIS identity
No WHOIS records are currently associated with pay.structured-amg.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from pay.structured-amg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pay.structured-amg.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.