Hostname
duration.co.uk
Last fetched
duration.co.uk resolves to 2 IPv4 addresses operated by AS35826 in GB. WHOIS lists registrar:team blue internet services uk limited as the registrar.
Nutrition Label
Resolution chain
duration.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 |
|---|---|---|---|---|
| 37.1.100.170 | 37.1.100.0/22 | AS35826 | — | GB |
| 80.248.191.208 | 80.248.184.0/21 | AS35826 | — | GB |
WHOIS identity
- Registrar
- registrar:team blue internet services uk limited
- Organization
- quailfalcon
- Contact emails
Subdomains
1 observed subdomain of duration.co.uk.
| Subdomain |
|---|
| www.duration.co.uk |
Web-graph footprint
Distinct hostnames that link to or from duration.co.uk in the public web crawl.
39 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for duration.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.99.137.194 |
| SPF_IP | 82.146.128.0/19 |
| SPF_IP | 94.30.21.26 |
| SPF_MX | duration.co.uk |
Related pages
Pivot deeper into the graph from duration.co.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duration.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.