Skip to content

Hostname

t.mk

Last fetched

t.mk resolves to 1 IPv4 address operated by AS6821 in MK. WHOIS lists registrar:nextem-reg as the registrar.

Nutrition Label

WHISPER CANON · t.mkRouting diversity1.5/10Peering density5.7/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/t.mk

Resolution chain

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

IPPrefixASNOperatorCountry
195.26.152.130195.26.128.0/19AS6821MK

WHOIS identity

Registrar
registrar:nextem-reg
Organization
Contact emails

Subdomains

72 observed subdomains of t.mk.

Web-graph footprint

Distinct hostnames that link to or from t.mk in the public web crawl.

9 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for t.mk.

MechanismTarget
SPF_IP195.26.152.35
SPF_IP195.26.152.36
SPF_IP195.26.152.38

Related pages

Pivot deeper into the graph from t.mk.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "t.mk"})-[: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.