Hostname
widgets.airrobe.com
Last fetched
widgets.airrobe.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
widgets.airrobe.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 |
|---|---|---|---|---|
| 18.172.88.46 | 18.172.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.88.50 | 18.172.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.88.66 | 18.172.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.172.88.83 | 18.172.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.239.36.12 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.36.22 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.36.41 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 18.239.36.53 | 18.239.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | NL |
| 65.9.175.36 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.5 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.90 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.91 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with widgets.airrobe.com in WhisperGraph.
Subdomains
1 observed subdomain of widgets.airrobe.com.
| Subdomain |
|---|
| staging.widgets.airrobe.com |
Web-graph footprint
Distinct hostnames that link to or from widgets.airrobe.com in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from widgets.airrobe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "widgets.airrobe.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.