Skip to content

Hostname

dark.co.uk

Last fetched

dark.co.uk resolves to 1 IPv4 address operated by AS44955 in GB. WHOIS lists registrar:dark group ltd [tag = dark] as the registrar.

Nutrition Label

WHISPER CANON · dark.co.ukRouting diversity1.5/10Peering density1.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/dark.co.uk

Resolution chain

dark.co.uk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
91.208.114.291.208.114.0/24AS44955GB

WHOIS identity

Registrar
registrar:dark group ltd [tag = dark]
Organization
dark group
Contact emails

Subdomains

3 observed subdomains of dark.co.uk.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for dark.co.uk.

MechanismTarget
SPF_INCLUDE_spf.dg.uk
SPF_IP212.85.250.65
SPF_IP212.85.251.150

Related pages

Pivot deeper into the graph from dark.co.uk.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dark.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.