Hostname
orderform.macgregor.com
Last fetched
orderform.macgregor.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
orderform.macgregor.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 |
|---|---|---|---|---|
| 108.156.107.20 | 108.156.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.107.32 | 108.156.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.107.38 | 108.156.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.107.96 | 108.156.104.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.173.154.108 | 18.173.154.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.154.27 | 18.173.154.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.154.36 | 18.173.154.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.173.154.61 | 18.173.154.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.65.244.103 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.129 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.16 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 18.65.244.67 | 18.65.244.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
No WHOIS records are currently associated with orderform.macgregor.com in WhisperGraph.
Subdomains
1 observed subdomain of orderform.macgregor.com.
| Subdomain |
|---|
| test.orderform.macgregor.com |
Threat posture
History
Related pages
Pivot deeper into the graph from orderform.macgregor.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orderform.macgregor.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.