Hostname
typing.gkpad.com
Last fetched
typing.gkpad.com resolves to 1 IPv4 address operated by PUBLIC-DOMAIN-REGISTRY - PDR in IN.
Nutrition Label
Resolution chain
typing.gkpad.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 |
|---|---|---|---|---|
| 43.225.53.95 | 43.225.52.0/23 | AS394695 | PUBLIC-DOMAIN-REGISTRY - PDR | IN |
WHOIS identity
No WHOIS records are currently associated with typing.gkpad.com in WhisperGraph.
Subdomains
1 observed subdomain of typing.gkpad.com.
| Subdomain |
|---|
| www.typing.gkpad.com |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for typing.gkpad.com.
| Mechanism | Target |
|---|---|
| SPF_A | typing.gkpad.com |
| SPF_INCLUDE | eig.spf.a.cloudfilter.net |
| SPF_IP | 119.18.62.242 |
| SPF_IP | 162.144.41.115 |
| SPF_IP | 43.225.53.95 |
| SPF_MX | typing.gkpad.com |
Related pages
Pivot deeper into the graph from typing.gkpad.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "typing.gkpad.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.