Hostname
muki.com
Last fetched
muki.com resolves to 2 IPv4 addresses operated by AS43771 in AT. WHOIS lists iana:828 as the registrar.
Nutrition Label
Resolution chain
muki.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 |
|---|---|---|---|---|
| 185.202.5.102 | 185.202.4.0/23 | AS43771 | — | AT |
| 185.202.5.202 | 185.202.4.0/23 | AS43771 | — | AT |
WHOIS identity
- Registrar
- iana:828
- Organization
- muki versicherungsverein auf gegenseitigkeit
- Contact emails
Subdomains
24 observed subdomains of muki.com.
Showing 21 of 24. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from muki.com in the public web crawl.
110 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for muki.com.
| Mechanism | Target |
|---|---|
| SPF_A | muki.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_IP | 185.202.5.140 |
| SPF_MX | muki.com |
Related pages
Pivot deeper into the graph from muki.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "muki.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.