Hostname
geeksnipper.com
Last fetched
geeksnipper.com resolves to 2 IPv4 addresses operated by WHG-FRA in DE. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
geeksnipper.com 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 |
|---|---|---|---|---|
| 192.250.229.7 | 192.250.229.0/24 | AS209341 | WHG-FRA | DE |
| 69.57.172.153 | 69.57.172.0/24 | AS199404 | WHG-IN | IN |
WHOIS identity
- Registrar
- iana:1068
- Organization
- chranjeevi bhattarai
- Contact emails
- cbhattarai67@gmail.com
- cb9c63540b9a450b8fb2a2a3307e8527.protect@whoisguard.com
- 39992b860796437d95db9ea0047a7367.protect@withheldforprivacy.com
- 90baded1c8c44138b5f5b32ccc891934.protect@withheldforprivacy.com
- 953b5d205b184efe8e3656219473fb51.protect@withheldforprivacy.com
- f637c8648e624b04967404e171f66a6b.protect@withheldforprivacy.com
Subdomains
10 observed subdomains of geeksnipper.com.
Web-graph footprint
Distinct hostnames that link to or from geeksnipper.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- geeksnipper.com
SPF policy
5 SPF mechanisms authorising senders for geeksnipper.com.
| Mechanism | Target |
|---|---|
| SPF_A | geeksnipper.com |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 192.250.229.7 |
| SPF_IP | 69.57.172.153 |
| SPF_MX | geeksnipper.com |
Related pages
Pivot deeper into the graph from geeksnipper.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "geeksnipper.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.