Skip to content

Hostname

artifacts.corp.digitalreasoning.com

Last fetched

artifacts.corp.digitalreasoning.com resolves to 14 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · artifacts.corp.digitalreasoning.comRouting diversity5.6/10Peering density7.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/artifacts.corp.digitalreasoning.com

Resolution chain

artifacts.corp.digitalreasoning.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
23.23.28.16123.22.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
3.211.114.1053.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.225.51.10134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.169.119.17635.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
44.193.139.17744.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
50.17.205.3850.17.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
50.19.217.13050.19.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.188.7752.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.5.124.16252.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.7.56.2552.4.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.204.200.22654.204.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
98.86.206.15398.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.88.96.18798.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
98.89.168.9298.88.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with artifacts.corp.digitalreasoning.com in WhisperGraph.

Subdomains

1 observed subdomain of artifacts.corp.digitalreasoning.com.

Threat posture

History

Related pages

Pivot deeper into the graph from artifacts.corp.digitalreasoning.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "artifacts.corp.digitalreasoning.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.