Hostname
kodesain.com
Last fetched
kodesain.com resolves to 1 IPv4 address operated by AS55688 in ID. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
kodesain.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 |
|---|---|---|---|---|
| 103.163.138.119 | 103.163.138.0/24 | AS55688 | — | ID |
WHOIS identity
- Registrar
- iana:303
- Organization
- privacydotlink customer 347593
- Contact emails
Subdomains
44 observed subdomains of kodesain.com.
Showing 25 of 44. View all subdomains →
Threat posture
History
Mail and authentication
MX records
- kodesain.com
SPF policy
7 SPF mechanisms authorising senders for kodesain.com.
| Mechanism | Target |
|---|---|
| SPF_A | antispam-us.beon.co.id |
| SPF_A | antispam.beon.co.id |
| SPF_A | kodesain.com |
| SPF_IP | 101.50.1.11 |
| SPF_IP | 103.163.138.119 |
| SPF_IP | 103.163.138.12 |
| SPF_MX | kodesain.com |
Related pages
Pivot deeper into the graph from kodesain.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kodesain.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.