Hostname
miniksim.com
Last fetched
miniksim.com resolves to 1 IPv4 address operated by AS51559 in TR. WHOIS lists iana:3757 as the registrar.
Nutrition Label
Resolution chain
miniksim.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.253.43.114 | 159.253.43.0/24 | AS51559 | — | TR |
WHOIS identity
- Registrar
- iana:3757
- Organization
- —
- Contact emails
Subdomains
2 observed subdomains of miniksim.com.
| Subdomain |
|---|
| ns1.miniksim.com |
| ns2.miniksim.com |
Threat posture
History
Mail and authentication
MX records
- miniksim.com
SPF policy
3 SPF mechanisms authorising senders for miniksim.com.
| Mechanism | Target |
|---|---|
| SPF_A | miniksim.com |
| SPF_INCLUDE | _spf.netinternetgw.com |
| SPF_MX | miniksim.com |
Related pages
Pivot deeper into the graph from miniksim.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "miniksim.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.