Hostname
cersai.org.in
Last fetched
cersai.org.in resolves to 2 IPv4 addresses operated by BBIL-AP - BHARTI Airtel Ltd. in IN. WHOIS lists iana:1004 as the registrar.
Nutrition Label
Resolution chain
cersai.org.in 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 |
|---|---|---|---|---|
| 61.246.113.177 | 61.246.112.0/20 | AS9498 | BBIL-AP - BHARTI Airtel Ltd. | IN |
| 61.95.143.6 | 61.95.143.0/24 | AS9498 | BBIL-AP - BHARTI Airtel Ltd. | IN |
WHOIS identity
- Registrar
- iana:1004
- Organization
- central registry of securitisation asset reconstruction and security interest of india
- Contact emails
Subdomains
4 observed subdomains of cersai.org.in.
Web-graph footprint
Distinct hostnames that link to or from cersai.org.in in the public web crawl.
105 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for cersai.org.in.
| Mechanism | Target |
|---|---|
| SPF_A | cersai.org.in |
| SPF_IP | 61.246.113.179 |
| SPF_IP | 61.246.113.180 |
| SPF_IP | 61.95.143.10 |
| SPF_IP | 61.95.143.11 |
| SPF_MX | cersai.org.in |
Related pages
Pivot deeper into the graph from cersai.org.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cersai.org.in"})-[: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.