Hostname
masterkala.com
Last fetched
masterkala.com resolves to 2 IPv4 addresses operated by HETZNER-AS in DE. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
masterkala.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 |
|---|---|---|---|---|
| 178.63.123.84 | 178.63.0.0/16 | AS24940 | HETZNER-AS | DE |
| 79.127.127.47 | 79.127.127.0/24 | AS43754 | ASIATECH | IR |
WHOIS identity
- Registrar
- iana:82
- Organization
- ali esmaeilnejad
- Contact emails
Subdomains
23 observed subdomains of masterkala.com.
Showing 16 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from masterkala.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for masterkala.com.
| Mechanism | Target |
|---|---|
| SPF_A | masterkala.com |
| SPF_IP | 185.120.222.241 |
| SPF_IP | 185.49.85.131 |
| SPF_IP | 77.238.122.160 |
| SPF_IP | 79.127.126.77 |
| SPF_IP | 79.127.127.43 |
| SPF_IP | 79.127.127.47 |
| SPF_IP | 89.42.210.177 |
| SPF_IP | 89.42.210.178 |
| SPF_MX | masterkala.com |
Related pages
Pivot deeper into the graph from masterkala.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "masterkala.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.