Skip to content

Hostname

theme-dev.decisionsim.com

Last fetched

theme-dev.decisionsim.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · theme-dev.decisionsim.comRouting diversity5.4/10Peering density6.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/theme-dev.decisionsim.com

Resolution chain

theme-dev.decisionsim.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.31.163.127100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
107.20.228.4107.20.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
174.129.124.3174.129.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
3.210.148.433.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.211.120.1933.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.225.112.683.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.196.75.13534.192.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.236.52.20034.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
52.207.27.3852.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
54.236.196.21454.236.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
98.82.232.23098.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.89.97.24598.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with theme-dev.decisionsim.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from theme-dev.decisionsim.com.

Cypher and MCP

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

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