Hostname
maggew.com
Last fetched
maggew.com resolves to 1 IPv4 address operated by MULTIPLAYPL-AS in US. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
maggew.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.136.204.62 | 23.136.204.0/24 | AS401665 | MULTIPLAYPL-AS | US |
WHOIS identity
- Registrar
- iana:1910
- Organization
- domain administrator
- Contact emails
- matt@maggew.com
- pw-80d6c21bfedb99e44bdb9fb615016e1d@privacyguardian.org
- pw-92511b4644a21da0fc7a8b9824aea54e@privacyguardian.org
- pw-bdcef1cb2ab65aa0aedf9b632956d328@privacyguardian.org
- pw-e1ad3ba7306f849f20fe427122c44943@privacyguardian.org
- pw-e30c8f68e90efdb56d8cf8fea8e88ca3@privacyguardian.org
- pw-e563de6a7ecb3febd26bd5b1cf3c0006@privacyguardian.org
- pw-f97d4f03ab76a897476c50bb85735e82@privacyguardian.org
Subdomains
48 observed subdomains of maggew.com.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from maggew.com in the public web crawl.
14 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for maggew.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.hey.com |
| SPF_IP | 104.219.236.153 |
| SPF_IP | 2.56.137.109 |
Related pages
Pivot deeper into the graph from maggew.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "maggew.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.