Hostname
ebecos.uk
Last fetched
ebecos.uk resolves to 2 IPv4 addresses operated by ASN-LABTECH - Labtech Systems Ltd in GB.
Nutrition Label
Resolution chain
ebecos.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 |
|---|---|---|---|---|
| 195.234.95.53 | 195.234.95.0/24 | AS205654 | ASN-LABTECH - Labtech Systems Ltd | GB |
| 37.220.14.80 | 37.220.0.0/19 | AS20860 | IOMART-AS - IOMART CLOUD SERVICES LIMITED | GB |
WHOIS identity
No WHOIS records are currently associated with ebecos.uk in WhisperGraph.
Subdomains
1 observed subdomain of ebecos.uk.
| Subdomain |
|---|
| www.ebecos.uk |
Threat posture
History
Related pages
Pivot deeper into the graph from ebecos.uk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ebecos.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.