Skip to content

Hostname

declarative.test-stack.mdm-dev.truce.cloud

Last fetched

declarative.test-stack.mdm-dev.truce.cloud resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · declarative.test-stack.mdm-dev.truce.cloudRouting diversity5.0/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/declarative.test-stack.mdm-dev.truce.cloud

Resolution chain

declarative.test-stack.mdm-dev.truce.cloud resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.52.7.71100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
13.222.47.18913.216.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.231.85.2243.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.234.230.20334.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.170.96.17435.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.207.159.11944.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
54.147.206.11554.144.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.235.81.20254.234.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.88.95.7854.88.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with declarative.test-stack.mdm-dev.truce.cloud in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from declarative.test-stack.mdm-dev.truce.cloud.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "declarative.test-stack.mdm-dev.truce.cloud"})-[: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.