Hostname
ncbl.coop
Last fetched
ncbl.coop resolves to 1 IPv4 address operated by AS4007 in NP. WHOIS lists iana:465 as the registrar.
Nutrition Label
Resolution chain
ncbl.coop 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 |
|---|---|---|---|---|
| 182.93.78.5 | 182.93.78.0/24 | AS4007 | — | NP |
WHOIS identity
- Registrar
- iana:465
- Organization
- nabin k. karki
- Contact emails
Subdomains
27 observed subdomains of ncbl.coop.
Showing 17 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ncbl.coop in the public web crawl.
42 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for ncbl.coop.
| Mechanism | Target |
|---|---|
| SPF_A | ncbl.coop |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | subisu.net.np |
| SPF_IP | 182.93.78.5 |
| SPF_IP | 202.63.240.138 |
| SPF_MX | ncbl.coop |
Related pages
Pivot deeper into the graph from ncbl.coop.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ncbl.coop"})-[: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.