Hostname
importbot.stage.microguide.live
Last fetched
importbot.stage.microguide.live resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
importbot.stage.microguide.live 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 |
|---|---|---|---|---|
| 3.166.49.18 | 3.166.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.166.49.60 | 3.166.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.166.49.80 | 3.166.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.166.49.89 | 3.166.48.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 3.175.86.125 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.47 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.77 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.175.86.98 | 3.175.80.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 99.84.160.101 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.32 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.4 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.160.70 | 99.84.160.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with importbot.stage.microguide.live in WhisperGraph.
Subdomains
1 observed subdomain of importbot.stage.microguide.live.
| Subdomain |
|---|
| api.importbot.stage.microguide.live |
Threat posture
History
Related pages
Pivot deeper into the graph from importbot.stage.microguide.live.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "importbot.stage.microguide.live"})-[: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.