Hostname
zmega.com
Last fetched
zmega.com resolves to 2 IPv4 addresses operated by AS59692 in BZ. WHOIS lists iana:1362 as the registrar.
Nutrition Label
Resolution chain
zmega.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 186.2.166.26 | 186.2.166.0/24 | AS59692 | — | BZ |
| 194.87.243.142 | 194.87.243.0/24 | AS210976 | — | NL |
WHOIS identity
- Registrar
- iana:1362
- Organization
- corparatez the
- Contact emails
Subdomains
17 observed subdomains of zmega.com.
Web-graph footprint
Distinct hostnames that link to or from zmega.com in the public web crawl.
13 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for zmega.com.
| Mechanism | Target |
|---|---|
| SPF_A | zmega.com |
| SPF_IP | 147.45.235.21 |
| SPF_IP | 194.87.243.142 |
| SPF_IP | 37.228.93.121 |
| SPF_IP | 5.9.110.6 |
| SPF_MX | zmega.com |
Related pages
Pivot deeper into the graph from zmega.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zmega.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.