Skip to content

Hostname

apidemo.mmtech-solutions.com

Last fetched

apidemo.mmtech-solutions.com resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · apidemo.mmtech-solutions.comRouting diversity5.2/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/apidemo.mmtech-solutions.com

Resolution chain

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

IPPrefixASNOperatorCountry
100.28.118.169100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
107.20.190.223107.20.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
107.21.232.126107.21.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
18.205.170.17818.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.214.205.1983.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.226.119.1303.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.197.149.2044.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.186.23352.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.163.158.24354.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.221.139.23754.221.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with apidemo.mmtech-solutions.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from apidemo.mmtech-solutions.com.

Cypher and MCP

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

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