Hostname
krdomtalk.com
Last fetched
krdomtalk.com resolves to 2 IPv4 addresses operated by AS46050 in ID. WHOIS lists iana:1478 as the registrar.
Nutrition Label
Resolution chain
krdomtalk.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 |
|---|---|---|---|---|
| 103.30.147.16 | 103.30.147.0/24 | AS46050 | — | ID |
| 203.175.9.70 | 203.175.9.0/24 | AS58487 | — | ID |
WHOIS identity
- Registrar
- iana:1478
- Organization
- domain data guard
- Contact emails
Subdomains
8 observed subdomains of krdomtalk.com.
Web-graph footprint
Distinct hostnames that link to or from krdomtalk.com in the public web crawl.
316 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- krdomtalk.com
SPF policy
6 SPF mechanisms authorising senders for krdomtalk.com.
| Mechanism | Target |
|---|---|
| SPF_A | krdomtalk.com |
| SPF_IP | 203.175.9.4 |
| SPF_IP | 203.175.9.68 |
| SPF_IP | 203.175.9.70 |
| SPF_IP | 203.175.9.88 |
| SPF_MX | krdomtalk.com |
Related pages
Pivot deeper into the graph from krdomtalk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "krdomtalk.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.