Hostname
v1.prioritybg.com
Last fetched
v1.prioritybg.com resolves to 1 IPv4 address operated by AS60168 in BG.
Nutrition Label
Resolution chain
v1.prioritybg.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 88.80.158.195 | 88.80.158.0/23 | AS60168 | — | BG |
WHOIS identity
No WHOIS records are currently associated with v1.prioritybg.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for v1.prioritybg.com.
| Mechanism | Target |
|---|---|
| SPF_A | ac-s1.8crafty.com |
| SPF_A | ac-s2.8crafty.com |
| SPF_A | mx.8crafty.com |
| SPF_A | mx.prototyp.bg |
| SPF_A | mx2.8crafty.com |
| SPF_IP | 88.80.158.197 |
| SPF_IP | 88.80.158.198 |
| SPF_IP | 95.87.231.161 |
Related pages
Pivot deeper into the graph from v1.prioritybg.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "v1.prioritybg.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.