Hostname
nug.bg
Last fetched
nug.bg resolves to 2 IPv4 addresses operated by AS205132 in BG.
Nutrition Label
Resolution chain
nug.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 |
|---|---|---|---|---|
| 83.228.61.72 | 83.228.61.0/24 | AS205132 | — | BG |
| 85.91.156.40 | 85.91.128.0/19 | AS8717 | — | BG |
WHOIS identity
No WHOIS records are currently associated with nug.bg in WhisperGraph.
Subdomains
7 observed subdomains of nug.bg.
Showing 6 of 7. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nug.bg in the public web crawl.
47 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for nug.bg.
| Mechanism | Target |
|---|---|
| SPF_A | nug.bg |
| SPF_IP | 83.228.61.78 |
| SPF_MX | nug.bg |
Related pages
Pivot deeper into the graph from nug.bg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nug.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.