Hostname
edrone.co
Last fetched
edrone.co resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
edrone.co 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 |
|---|---|---|---|---|
| 3.167.112.15 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.112.40 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.112.84 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.112.89 | 3.167.112.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.192.35.123 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.126 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.17 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 54.192.35.27 | 54.192.34.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with edrone.co in WhisperGraph.
Subdomains
1 observed subdomain of edrone.co.
| Subdomain |
|---|
| wildcard.edrone.co |
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for edrone.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.edrone.me |
| SPF_INCLUDE | _spf.emaillabs.net.pl |
Related pages
Pivot deeper into the graph from edrone.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "edrone.co"})-[: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.