Hostname
bizz.uk
Last fetched
bizz.uk has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:brainstorm systems limited t/a bizz as the registrar.
Nutrition Label
Resolution chain
bizz.uk has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:brainstorm systems limited t/a bizz
- Organization
- brainstorm systems
- Contact emails
Subdomains
1 observed subdomain of bizz.uk.
| Subdomain |
|---|
| www.bizz.uk |
Web-graph footprint
Distinct hostnames that link to or from bizz.uk in the public web crawl.
9 sites link to this hostname.
22 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for bizz.uk.
| Mechanism | Target |
|---|---|
| SPF_A | bizz.uk |
| SPF_INCLUDE | _spf.zen.co.uk |
| SPF_IP | 116.203.243.181 |
| SPF_IP | 159.69.124.166/32 |
| SPF_IP | 2a01:4f8:c17:75a9:0:0:0:1 |
| SPF_IP | 2a01:4f8:c2c:d9cc::/64 |
| SPF_IP | 37.48.67.160/32 |
| SPF_MX | bizz.uk |
Related pages
Pivot deeper into the graph from bizz.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bizz.uk"})-[: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.