Hostname
bisbud.com
Last fetched
bisbud.com resolves to 2 IPv4 addresses operated by AS31242 in PL. WHOIS lists iana:1456 as the registrar.
Nutrition Label
Resolution chain
bisbud.com 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 |
|---|---|---|---|---|
| 188.117.168.190 | 188.117.128.0/18 | AS31242 | — | PL |
| 77.55.253.54 | 77.55.252.0/23 | AS15967 | — | PL |
WHOIS identity
- Registrar
- iana:1456
- Organization
- whois data protection sp. z o.o.
- Contact emails
Subdomains
5 observed subdomains of bisbud.com.
Web-graph footprint
Distinct hostnames that link to or from bisbud.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for bisbud.com.
| Mechanism | Target |
|---|---|
| SPF_A | bisbud.com |
| SPF_INCLUDE | _spf.atthost.pl |
| SPF_INCLUDE | spf.i-host.pl |
| SPF_MX | bisbud.com |
Related pages
Pivot deeper into the graph from bisbud.com.
- IP · 188.117.168.190
- ASN · AS31242
- Registrar · iana:1456
- Country · PL
- Email · gkweyyruvdnn-r@mail.whoisdataprotection.com
- TLD · .com
- Browse hostnames · bi…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bisbud.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.