Hostname
app.gridly.com
Last fetched
app.gridly.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
app.gridly.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 |
|---|---|---|---|---|
| 13.33.67.106 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.110 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.13 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.46 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.232.106 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.165.232.14 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.165.232.25 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.165.232.57 | 3.165.232.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with app.gridly.com in WhisperGraph.
Subdomains
1 observed subdomain of app.gridly.com.
| Subdomain |
|---|
| email.app.gridly.com |
Web-graph footprint
Distinct hostnames that link to or from app.gridly.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for app.gridly.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 145921445.spf03.hubspotemail.net |
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from app.gridly.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app.gridly.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.