Hostname
khnin.com
Last fetched
khnin.com resolves to 2 IPv4 addresses operated by AS154177 in VN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
khnin.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 |
|---|---|---|---|---|
| 38.54.30.228 | 38.54.30.0/23 | AS154177 | — | VN |
| 41.223.52.170 | 41.223.52.0/24 | AS59895 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of khnin.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for khnin.com.
| Mechanism | Target |
|---|---|
| SPF_A | khnin.com |
| SPF_INCLUDE | relay.mailbaby.net |
| SPF_IP | 103.191.209.182 |
| SPF_MX | khnin.com |
Related pages
Pivot deeper into the graph from khnin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "khnin.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.