Skip to content

Hostname

atsdev.appiancloud.com

Last fetched

atsdev.appiancloud.com resolves to 7 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · atsdev.appiancloud.comRouting diversity4.5/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/atsdev.appiancloud.com

Resolution chain

atsdev.appiancloud.com resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.30.49.210100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.116.232.13118.116.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.132.161.683.132.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US
3.148.66.873.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
34.226.175.10734.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.221.222.6844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
98.85.19.9798.80.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with atsdev.appiancloud.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for atsdev.appiancloud.com.

MechanismTarget
SPF_INCLUDEus-east-1.spf.appiancloud.com
SPF_INCLUDEus-east-1.spf.outbound-mail.appian-customer.com
SPF_IP54.208.15.54
SPF_IP54.209.19.148
SPF_IP54.209.19.9
SPF_IP54.209.20.112

Related pages

Pivot deeper into the graph from atsdev.appiancloud.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "atsdev.appiancloud.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.