Hostname
bb-york.com
Last fetched
bb-york.com resolves to 1 IPv4 address operated by AS47571 in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
bb-york.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 |
|---|---|---|---|---|
| 194.106.222.254 | 194.106.222.0/24 | AS47571 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- b&b york
- Contact emails
Subdomains
1 observed subdomain of bb-york.com.
| Subdomain |
|---|
| www.bb-york.com |
Web-graph footprint
Distinct hostnames that link to or from bb-york.com in the public web crawl.
7 sites link to this hostname.
93 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for bb-york.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | guestline.net |
| SPF_INCLUDE | roomlynx.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tmes.trendmicro.com |
| SPF_IP | 13.95.233.171/32 |
| SPF_IP | 13.95.233.20/32 |
| SPF_IP | 13.95.235.106/32 |
| SPF_IP | 13.95.236.16/32 |
| SPF_IP | 13.95.238.103/32 |
| SPF_IP | 13.95.238.208/32 |
| SPF_IP | 137.117.143.0 |
| SPF_IP | 40.119.150.1/32 |
| SPF_IP | 40.74.1.136/32 |
| SPF_IP | 46.231.191.160/27 |
| SPF_IP | 51.105.222.240/29 |
| SPF_IP | 52.166.124.85/32 |
| SPF_IP | 52.233.191.178/32 |
| SPF_IP | 89.21.1.128/26 |
Related pages
Pivot deeper into the graph from bb-york.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bb-york.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.