Hostname
asad.czonepk.com
Last fetched
asad.czonepk.com resolves to 2 IPv4 addresses operated by NAMECHEAP-NET - Namecheap, Inc. in US.
Nutrition Label
Resolution chain
asad.czonepk.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 |
|---|---|---|---|---|
| 198.54.120.162 | 198.54.120.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
| 50.6.43.204 | 50.6.42.0/23 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | IN |
WHOIS identity
No WHOIS records are currently associated with asad.czonepk.com in WhisperGraph.
Subdomains
1 observed subdomain of asad.czonepk.com.
| Subdomain |
|---|
| www.asad.czonepk.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for asad.czonepk.com.
| Mechanism | Target |
|---|---|
| SPF_A | asad.czonepk.com |
| SPF_INCLUDE | spf.web-hosting.com |
| SPF_IP | 198.54.120.100 |
| SPF_IP | 50.6.43.66 |
| SPF_MX | asad.czonepk.com |
Related pages
Pivot deeper into the graph from asad.czonepk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asad.czonepk.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.