Hostname
bvm.college
Last fetched
bvm.college resolves to 2 IPv4 addresses operated by NETCLUES-AS-IN - Netclues Technologies Private Limited in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bvm.college 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.168.18.85 | 103.168.18.0/23 | AS138246 | NETCLUES-AS-IN - Netclues Technologies Private Limited | IN |
| 94.136.191.171 | 94.136.191.0/24 | AS141995 | CAPL-AS-AP - Contabo Asia Private Limited | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
- —
Subdomains
2 observed subdomains of bvm.college.
| Subdomain |
|---|
| mx.bvm.college |
| www.bvm.college |
Web-graph footprint
Distinct hostnames that link to or from bvm.college in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for bvm.college.
| Mechanism | Target |
|---|---|
| SPF_A | bvm.college |
| SPF_A | pradhyuman.group |
| SPF_A | sisternivedita.online |
| SPF_IP | 103.168.18.85 |
| SPF_IP | 2400:d321:2271:2873:0:0:0:1 |
| SPF_IP | 94.136.191.171 |
| SPF_MX | bvm.college |
Related pages
Pivot deeper into the graph from bvm.college.
- IP · 103.168.18.85
- ASN · AS138246NETCLUES-AS-IN - Netclues Technologies Private Limited
- Registrar · iana:146
- Country · IN
- TLD · .college
- Browse hostnames · bv…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bvm.college"})-[: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.