Hostname
mostakla.com
Last fetched
mostakla.com resolves to 2 IPv4 addresses operated by AS57344 in BG. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
mostakla.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.128.43.229 | 78.128.43.0/24 | AS57344 | — | BG |
| 84.16.253.7 | 84.16.224.0/19 | AS28753 | — | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- 6days
- Contact emails
Subdomains
2 observed subdomains of mostakla.com.
| Subdomain |
|---|
| mail.mostakla.com |
| www.mostakla.com |
Threat posture
History
Mail and authentication
MX records
- mostakla.com
SPF policy
2 SPF mechanisms authorising senders for mostakla.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.antispamcloud.com |
| SPF_IP | 84.16.253.7 |
Related pages
Pivot deeper into the graph from mostakla.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mostakla.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.