Hostname
magicapp.co
Last fetched
magicapp.co resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
magicapp.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 |
|---|---|---|---|---|
| 108.138.106.121 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.79 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.8 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.138.106.91 | 108.138.106.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.232.126 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.63 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.78 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
| 3.162.232.94 | 3.162.232.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CL |
WHOIS identity
No WHOIS records are currently associated with magicapp.co in WhisperGraph.
Subdomains
4 observed subdomains of magicapp.co.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for magicapp.co.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.zendesk.com |
Related pages
Pivot deeper into the graph from magicapp.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "magicapp.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.