Hostname
sinor.bg
Last fetched
sinor.bg resolves to 2 IPv4 addresses operated by SUPERHOSTING_AS in BG.
Nutrition Label
Resolution chain
sinor.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.123.190.122 | 185.123.190.0/23 | AS201200 | SUPERHOSTING_AS | BG |
| 91.196.126.165 | 91.196.126.0/23 | AS201200 | SUPERHOSTING_AS | BG |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from sinor.bg in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- sinor.bg
SPF policy
3 SPF mechanisms authorising senders for sinor.bg.
| Mechanism | Target |
|---|---|
| SPF_A | sinor.bg |
| SPF_IP | 91.196.126.165 |
| SPF_MX | sinor.bg |
Related pages
Pivot deeper into the graph from sinor.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sinor.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.