Hostname
0800repair.com
Last fetched
0800repair.com resolves to 1 IPv4 address operated by CCS-LEEDS-ASN Unit A, Seacroft Trade Park in GB. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
0800repair.com 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 |
|---|---|---|---|---|
| 194.12.14.85 | 194.12.0.0/20 | AS34555 | CCS-LEEDS-ASN Unit A, Seacroft Trade Park | GB |
WHOIS identity
- Registrar
- iana:299
- Organization
- steven zockoll
- Contact emails
Subdomains
17 observed subdomains of 0800repair.com.
Web-graph footprint
Distinct hostnames that link to or from 0800repair.com in the public web crawl.
49 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for 0800repair.com.
| Mechanism | Target |
|---|---|
| SPF_A | 0800repair.com |
| SPF_INCLUDE | ecenica.com |
| SPF_INCLUDE | spf.rpost.net |
| SPF_INCLUDE | spf.zohomail360.uk |
| SPF_IP | 109.69.232.211 |
| SPF_IP | 109.69.232.32/27 |
| SPF_IP | 109.69.237.0/28 |
| SPF_IP | 109.69.237.48/29 |
| SPF_IP | 185.191.85.104/29 |
Related pages
Pivot deeper into the graph from 0800repair.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "0800repair.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.