Skip to content

Hostname

importbot.test.microguide.live

Last fetched

importbot.test.microguide.live resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · importbot.test.microguide.liveRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/importbot.test.microguide.live

Resolution chain

importbot.test.microguide.live resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.166.96.233.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.603.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.623.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.166.96.643.166.96.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.203.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.643.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.703.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.122.993.168.122.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.40.753.168.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.40.833.168.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.40.93.168.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.40.973.168.40.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with importbot.test.microguide.live in WhisperGraph.

Subdomains

1 observed subdomain of importbot.test.microguide.live.

Threat posture

History

Related pages

Pivot deeper into the graph from importbot.test.microguide.live.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "importbot.test.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.