Hostname
mywin.bg
Last fetched
mywin.bg resolves to 2 IPv4 addresses operated by AS201200 in BG.
Nutrition Label
Resolution chain
mywin.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 |
|---|---|---|---|---|
| 193.107.69.57 | 193.107.68.0/23 | AS201200 | — | BG |
| 91.215.216.26 | 91.215.216.0/24 | AS49699 | — | BG |
WHOIS identity
No WHOIS records are currently associated with mywin.bg in WhisperGraph.
Subdomains
8 observed subdomains of mywin.bg.
Web-graph footprint
Distinct hostnames that link to or from mywin.bg in the public web crawl.
33 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
- mywin.bg
SPF policy
8 SPF mechanisms authorising senders for mywin.bg.
| Mechanism | Target |
|---|---|
| SPF_A | mywin.bg |
| SPF_INCLUDE | shrek.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 78.142.50.65 |
| SPF_IP | 79.124.30.66 |
| SPF_IP | 87.246.3.26 |
| SPF_IP | 91.215.216.26 |
| SPF_MX | mywin.bg |
Related pages
Pivot deeper into the graph from mywin.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mywin.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.