Hostname
fluency.net.uk
Last fetched
fluency.net.uk resolves to 1 IPv4 address operated by CB-BYO-IP in GB.
Nutrition Label
Resolution chain
fluency.net.uk 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 |
|---|---|---|---|---|
| 46.226.1.60 | 46.226.0.0/21 | AS56595 | CB-BYO-IP | GB |
WHOIS identity
No WHOIS records are currently associated with fluency.net.uk in WhisperGraph.
Subdomains
834 observed subdomains of fluency.net.uk.
Showing 25 of 834. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fluency.net.uk in the public web crawl.
10 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for fluency.net.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.7.228.32/27 |
| SPF_IP | 185.7.229.0/27 |
| SPF_IP | 2a00:a600:1::/64 |
| SPF_IP | 2a00:a600:401::/64 |
| SPF_IP | 2a00:a600:601::/64 |
| SPF_IP | 46.226.0.32/27 |
| SPF_IP | 46.226.1.48/28 |
| SPF_IP | 46.226.7.205/32 |
| SPF_IP | 46.226.7.48/28 |
Related pages
Pivot deeper into the graph from fluency.net.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fluency.net.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.