Skip to content

Hostname

flyingsteps123.com

Last fetched

flyingsteps123.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.

Nutrition Label

WHISPER CANON · flyingsteps123.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint5.6/10canon.whisper.security/host/flyingsteps123.com

Resolution chain

flyingsteps123.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.23.32.23100.20.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
34.208.146.15734.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.210.204.11634.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
34.211.41.20434.208.0.0/12AS16509AMAZON-02 - Amazon.com, Inc.US
35.166.98.18035.160.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
44.229.109.21844.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.237.127.23444.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
44.240.150.24744.224.0.0/11AS16509AMAZON-02 - Amazon.com, Inc.US
54.185.65.5654.184.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
54.70.224.12054.70.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:146
Organization
domains by proxy,
Contact emails

Subdomains

1 observed subdomain of flyingsteps123.com.

Threat posture

History

Related pages

Pivot deeper into the graph from flyingsteps123.com.

Cypher and MCP

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

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