Hostname
mosca.com
Last fetched
mosca.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
mosca.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 |
|---|---|---|---|---|
| 188.40.29.145 | 188.40.0.0/16 | AS24940 | HETZNER-AS | DE |
| 78.46.191.224 | 78.46.0.0/15 | AS24940 | HETZNER-AS | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- christina wa?rner
- Contact emails
Subdomains
43 observed subdomains of mosca.com.
Showing 25 of 43. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mosca.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for mosca.com.
| Mechanism | Target |
|---|---|
| SPF_A | b.spf.service-now.com |
| SPF_A | c.spf.service-now.com |
| SPF_A | d.spf.service-now.com |
| SPF_INCLUDE | agenturserver.de |
| SPF_INCLUDE | spf-00847801.pphosted.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.17.201.193 |
| SPF_IP | 176.94.204.91 |
| SPF_IP | 217.6.245.77 |
Related pages
Pivot deeper into the graph from mosca.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mosca.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.