Hostname
geroite.bg
Last fetched
geroite.bg resolves to 2 IPv4 addresses operated by AS201200 in BG.
Nutrition Label
Resolution chain
geroite.bg 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 |
|---|---|---|---|---|
| 185.45.66.90 | 185.45.66.0/23 | AS201200 | — | BG |
| 85.10.205.29 | 85.10.192.0/18 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with geroite.bg in WhisperGraph.
Subdomains
11 observed subdomains of geroite.bg.
Web-graph footprint
Distinct hostnames that link to or from geroite.bg in the public web crawl.
9 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- geroite.bg
SPF policy
7 SPF mechanisms authorising senders for geroite.bg.
| Mechanism | Target |
|---|---|
| SPF_A | geroite.bg |
| SPF_A | katsarov.design |
| SPF_INCLUDE | ruso.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 185.45.66.35 |
| SPF_IP | 185.45.67.35 |
| SPF_MX | geroite.bg |
Related pages
Pivot deeper into the graph from geroite.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "geroite.bg"})-[: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.