Hostname
www.magicmop.ca
Last fetched
www.magicmop.ca resolves to 3 IPv4 addresses operated by AS47583 in JP.
Nutrition Label
Resolution chain
www.magicmop.ca resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 147.93.77.42 | 147.96.0.0/16 | AS47583 | — | JP |
| 213.210.57.226 | 213.213.83.0/24 | AS47583 | — | JP |
| 66.102.137.193 | 66.102.157.0/24 | AS40092 | ONIAAS - HostPapa | CA |
WHOIS identity
No WHOIS records are currently associated with www.magicmop.ca in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for www.magicmop.ca.
| Mechanism | Target |
|---|---|
| SPF_A | www.magicmop.ca |
| SPF_INCLUDE | spf.servername.online |
| SPF_IP | 64.34.156.169 |
| SPF_MX | www.magicmop.ca |
Related pages
Pivot deeper into the graph from www.magicmop.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.magicmop.ca"})-[: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.