Hostname
hockhinrub.com
Last fetched
hockhinrub.com resolves to 2 IPv4 addresses operated by AS46015 in MY. WHOIS lists iana:460 as the registrar.
Nutrition Label
Resolution chain
hockhinrub.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.6.199.184 | 103.6.196.0/22 | AS46015 | — | MY |
| 117.53.152.239 | 117.53.152.0/22 | AS46015 | — | MY |
WHOIS identity
- Registrar
- iana:460
- Organization
- comptech sales & services
- Contact emails
Subdomains
1 observed subdomain of hockhinrub.com.
| Subdomain |
|---|
| mail.hockhinrub.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for hockhinrub.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.hostpro2u.com |
Related pages
Pivot deeper into the graph from hockhinrub.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hockhinrub.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.