Hostname
rowley.co.uk
Last fetched
rowley.co.uk resolves to 2 IPv4 addresses operated by AS59395 in GB. WHOIS lists registrar:plusnet plc t/a plusnet plc as the registrar.
Nutrition Label
Resolution chain
rowley.co.uk 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 |
|---|---|---|---|---|
| 46.31.82.64 | 46.31.80.0/21 | AS59395 | — | GB |
| 46.31.82.67 | 46.31.80.0/21 | AS59395 | — | GB |
WHOIS identity
- Registrar
- registrar:plusnet plc t/a plusnet plc
- Organization
- rowley associates
- Contact emails
- —
Subdomains
6 observed subdomains of rowley.co.uk.
Web-graph footprint
Distinct hostnames that link to or from rowley.co.uk in the public web crawl.
77 sites link to this hostname.
49 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for rowley.co.uk.
| Mechanism | Target |
|---|---|
| SPF_IP | 193.192.195.17 |
| SPF_IP | 46.31.82.64 |
| SPF_IP | 46.31.82.67 |
Related pages
Pivot deeper into the graph from rowley.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rowley.co.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.