Hostname
webdisk.eventcaddy.com
Last fetched
webdisk.eventcaddy.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
webdisk.eventcaddy.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.173.120 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.16 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.57 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.173.59 | 108.157.172.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.187.106 | 13.224.187.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.187.44 | 13.224.187.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.187.67 | 13.224.187.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.224.187.90 | 13.224.187.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with webdisk.eventcaddy.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for webdisk.eventcaddy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_INCLUDE | em5339.marketing.eventcaddy.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | marketing.eventcaddy.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.google.com |
| SPF_INCLUDE | u1925598.wl.sendgrid.net |
| SPF_INCLUDE | u1925598.wl099.sendgrid.net |
Related pages
Pivot deeper into the graph from webdisk.eventcaddy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "webdisk.eventcaddy.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.