Skip to content

Hostname

misty-grey.com

Last fetched

misty-grey.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:244 as the registrar.

Nutrition Label

WHISPER CANON · misty-grey.comRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.3/10canon.whisper.security/host/misty-grey.com

Resolution chain

misty-grey.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.138.192.112108.138.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
108.138.192.124108.138.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
108.138.192.58108.138.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
108.138.192.74108.138.192.0/24AS16509AMAZON-02 - Amazon.com, Inc.IT
13.224.125.1813.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.3813.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.5213.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
13.224.125.6213.224.125.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:244
Organization
yuri lee
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from misty-grey.com.

Cypher and MCP

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

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

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