Skip to content

Hostname

app.smartsheet.com

Last fetched

app.smartsheet.com resolves to 12 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · app.smartsheet.comRouting diversity5.4/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/app.smartsheet.com

Resolution chain

app.smartsheet.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.211.168.14418.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
18.233.88.13418.232.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
3.213.31.2143.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.230.244.2363.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.153.64.2735.153.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
35.174.120.11335.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
50.19.205.25150.19.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US
52.203.86.13352.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.206.79.17752.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.22.22.16252.20.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
52.54.254.4552.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.90.82.15454.90.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with app.smartsheet.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from app.smartsheet.com in the public web crawl.

14,508 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for app.smartsheet.com.

MechanismTarget
SPF_EXISTS%{i}._spf.sparkpostmail.com

Related pages

Pivot deeper into the graph from app.smartsheet.com.

Cypher and MCP

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

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