Hostname
bud.hu
Last fetched
bud.hu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in IE.
Nutrition Label
Resolution chain
bud.hu 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 |
|---|---|---|---|---|
| 20.166.216.98 | 20.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
WHOIS identity
No WHOIS records are currently associated with bud.hu in WhisperGraph.
Subdomains
68 observed subdomains of bud.hu.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bud.hu in the public web crawl.
1,448 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bud.hu.
| Mechanism | Target |
|---|---|
| SPF_A | bud.hu |
| SPF_INCLUDE | _spf1.bud.hu |
| SPF_INCLUDE | _spf2.bud.hu |
| SPF_MX | bud.hu |
Related pages
Pivot deeper into the graph from bud.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bud.hu"})-[: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.