Hostname
112it.co.uk
Last fetched
112it.co.uk resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in CA. WHOIS lists registrar:namecheap, inc. [tag = namecheap-inc] as the registrar.
Nutrition Label
Resolution chain
112it.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 |
|---|---|---|---|---|
| 68.183.200.200 | 68.183.192.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | CA |
| 88.214.24.29 | 88.214.24.0/24 | AS199912 | — | FR |
WHOIS identity
- Registrar
- registrar:namecheap, inc. [tag = namecheap-inc]
- Organization
- madu sc spolka z ograniczona odpowiedzialnoscia spolka komandytowa
- Contact emails
- —
Subdomains
2 observed subdomains of 112it.co.uk.
| Subdomain |
|---|
| mail.112it.co.uk |
| www.112it.co.uk |
Web-graph footprint
Distinct hostnames that link to or from 112it.co.uk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for 112it.co.uk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 88.214.24.29 |
Related pages
Pivot deeper into the graph from 112it.co.uk.
- IP · 68.183.200.200
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · registrar:namecheap, inc. [tag = namecheap-inc]
- Country · CA
- Apex domain · co.uk
- TLD · .uk
- Browse hostnames · 11…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "112it.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.