Hostname
mozaweb.com
Last fetched
mozaweb.com resolves to 2 IPv4 addresses operated by ATW-AS in HU. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
mozaweb.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 |
|---|---|---|---|---|
| 78.24.185.118 | 78.24.184.0/21 | AS41075 | ATW-AS | HU |
| 78.24.185.120 | 78.24.184.0/21 | AS41075 | ATW-AS | HU |
WHOIS identity
- Registrar
- iana:1861
- Organization
- imosoft kft.
- Contact emails
Subdomains
161 observed subdomains of mozaweb.com.
Showing 25 of 161. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mozaweb.com in the public web crawl.
567 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mozaweb.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.mozalearn.com |
| SPF_A | mail2.mozalearn.com |
| SPF_A | mail2.mozaweb.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.mail3.mozaweb.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.109.146.166/32 |
| SPF_IP | 2001:4c48:e:a194:569f:35ff:fe00:b9b0 |
| SPF_IP | 50.117.7.174/32 |
| SPF_IP | 78.24.185.122 |
| SPF_MX | mozaweb.com |
Related pages
Pivot deeper into the graph from mozaweb.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mozaweb.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.