Skip to content

Hostname

mat-api.kpmg.propyloncloud.com

Last fetched

mat-api.kpmg.propyloncloud.com resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · mat-api.kpmg.propyloncloud.comRouting diversity4.2/10Peering density7.1/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/mat-api.kpmg.propyloncloud.com

Resolution chain

mat-api.kpmg.propyloncloud.com resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.8.171100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.205.102.22718.204.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
204.236.192.136204.236.192.0/18AS14618AMAZON-AES - Amazon.com, Inc.US
34.230.155.19834.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.20.91.11452.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.86.112.18254.86.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with mat-api.kpmg.propyloncloud.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from mat-api.kpmg.propyloncloud.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "mat-api.kpmg.propyloncloud.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.