Skip to content

Hostname

smcon-dev.firstloop-tech.com

Last fetched

smcon-dev.firstloop-tech.com resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP.

Nutrition Label

WHISPER CANON · smcon-dev.firstloop-tech.comRouting diversity4.2/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.3/10canon.whisper.security/host/smcon-dev.firstloop-tech.com

Resolution chain

smcon-dev.firstloop-tech.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.112.184.17313.116.64.0/18AS16509AMAZON-02 - Amazon.com, Inc.JP
13.158.0.4913.160.16.0/20AS16509AMAZON-02 - Amazon.com, Inc.JP
13.192.38.5513.193.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.JP
52.68.10.10052.72.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
54.199.168.18754.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.JP
57.181.65.24557.188.7.0/24AS16509AMAZON-02 - Amazon.com, Inc.JP

WHOIS identity

No WHOIS records are currently associated with smcon-dev.firstloop-tech.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from smcon-dev.firstloop-tech.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "smcon-dev.firstloop-tech.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.