Hostname
anjanbuilders.in
Last fetched
anjanbuilders.in resolves to 2 IPv4 addresses operated by AS45528 in IN.
Nutrition Label
Resolution chain
anjanbuilders.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 |
|---|---|---|---|---|
| 1.22.26.212 | 1.22.26.0/24 | AS45528 | — | IN |
| 103.187.160.102 | 103.187.160.0/24 | AS132445 | — | IN |
WHOIS identity
No WHOIS records are currently associated with anjanbuilders.in in WhisperGraph.
Subdomains
1 observed subdomain of anjanbuilders.in.
| Subdomain |
|---|
| www.anjanbuilders.in |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for anjanbuilders.in.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | secureserver.net |
Related pages
Pivot deeper into the graph from anjanbuilders.in.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "anjanbuilders.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.