Skip to content

Hostname

status.digitalpi.com

Last fetched

status.digitalpi.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · status.digitalpi.comRouting diversity4.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/status.digitalpi.com

Resolution chain

status.digitalpi.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.22.218.135100.42.64.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
34.210.218.12435.5.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
34.211.248.6835.5.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
35.155.68.17535.181.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
44.236.228.545.2.210.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
52.37.249.10152.46.18.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.42.145.20952.46.19.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.88.105.16552.92.200.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with status.digitalpi.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for status.digitalpi.com.

MechanismTarget
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDEeu._netblocks.mimecast.com
SPF_INCLUDEmktomail.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from status.digitalpi.com.

Cypher and MCP

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

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