Hostname
screwfix.com
Last fetched
screwfix.com resolves to 2 IPv4 addresses operated by AS2856 in GB. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
screwfix.com 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 |
|---|---|---|---|---|
| 81.148.198.11 | 81.161.28.0/23 | AS2856 | — | GB |
| 81.148.213.75 | 81.161.28.0/23 | AS2856 | — | GB |
WHOIS identity
- Registrar
- iana:470
- Organization
- domain manager
- Contact emails
Subdomains
61 observed subdomains of screwfix.com.
Showing 25 of 61. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from screwfix.com in the public web crawl.
3,195 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for screwfix.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 18.132.96.228 |
| SPF_IP | 185.17.181.90 |
| SPF_IP | 5.61.115.80/28 |
| SPF_IP | 5.61.115.96/28 |
| SPF_IP | 52.56.74.209 |
| SPF_IP | 80.69.25.58/32 |
| SPF_IP | 80.69.25.59/32 |
Related pages
Pivot deeper into the graph from screwfix.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "screwfix.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.