Hostname
kosta.bg
Last fetched
kosta.bg resolves to 2 IPv4 addresses operated by SUPERHOSTING_AS - SuperHosting.BG Ltd. in BG.
Nutrition Label
Resolution chain
kosta.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 |
|---|---|---|---|---|
| 164.138.223.139 | 164.138.222.0/23 | AS201200 | SUPERHOSTING_AS - SuperHosting.BG Ltd. | BG |
| 195.191.148.105 | 195.191.148.0/23 | AS201200 | SUPERHOSTING_AS - SuperHosting.BG Ltd. | BG |
WHOIS identity
No WHOIS records are currently associated with kosta.bg in WhisperGraph.
Subdomains
13 observed subdomains of kosta.bg.
Threat posture
History
Mail and authentication
MX records
- kosta.bg
SPF policy
6 SPF mechanisms authorising senders for kosta.bg.
| Mechanism | Target |
|---|---|
| SPF_A | kosta.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_INCLUDE | zen.spf.superhosting.bg |
| SPF_IP | 195.191.148.27 |
| SPF_IP | 195.191.149.27/32 |
| SPF_MX | kosta.bg |
Related pages
Pivot deeper into the graph from kosta.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kosta.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.