Hostname
rajnitibuzz.com
Last fetched
rajnitibuzz.com resolves to 4 IPv4 addresses operated by AS20940 in NL. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
rajnitibuzz.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.18.121.136 | 2.18.121.0/24 | AS20940 | — | NL |
| 2.18.121.149 | 2.18.121.0/24 | AS20940 | — | NL |
| 23.213.161.11 | 23.213.161.0/24 | AS20940 | — | DE |
| 23.213.161.7 | 23.213.161.0/24 | AS20940 | — | DE |
WHOIS identity
- Registrar
- iana:839
- Organization
- protected protected
- Contact emails
Subdomains
1 observed subdomain of rajnitibuzz.com.
| Subdomain |
|---|
| www.rajnitibuzz.com |
Web-graph footprint
Distinct hostnames that link to or from rajnitibuzz.com in the public web crawl.
26 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from rajnitibuzz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rajnitibuzz.com"})-[: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.