Hostname
cgnet.com.np
Last fetched
cgnet.com.np resolves to 1 IPv4 address operated by AS141767 in NP.
Nutrition Label
Resolution chain
cgnet.com.np 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 |
|---|---|---|---|---|
| 103.163.183.178 | 103.163.183.0/24 | AS141767 | — | NP |
WHOIS identity
No WHOIS records are currently associated with cgnet.com.np in WhisperGraph.
Subdomains
20 observed subdomains of cgnet.com.np.
Web-graph footprint
Distinct hostnames that link to or from cgnet.com.np in the public web crawl.
37 sites link to this hostname.
23 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for cgnet.com.np.
| Mechanism | Target |
|---|---|
| SPF_A | mail-02.chaudharygroup.com |
| SPF_A | mail.cgnet.com.np |
| SPF_A | smtp.cgnet.com.np |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 103.163.183.144 |
| SPF_IP | 103.163.183.178 |
| SPF_IP | 103.186.196.91 |
| SPF_IP | 202.166.199.164 |
| SPF_IP | 202.70.84.194 |
Related pages
Pivot deeper into the graph from cgnet.com.np.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cgnet.com.np"})-[: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.