Hostname
appliedeco.com
Last fetched
appliedeco.com resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
appliedeco.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.93.13 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.3 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.31 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.63 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from appliedeco.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for appliedeco.com.
| Mechanism | Target |
|---|---|
| SPF_A | appliedeco.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 107.170.164.84 |
| SPF_IP | 208.65.144.0/21 |
| SPF_IP | 208.81.64.0/22 |
| SPF_IP | 50.109.163.102 |
| SPF_IP | 65.214.119.2 |
| SPF_IP | 65.214.119.3 |
| SPF_IP | 65.214.119.4 |
| SPF_IP | 65.214.119.5 |
| SPF_IP | 65.214.119.6 |
Related pages
Pivot deeper into the graph from appliedeco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "appliedeco.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.