Hostname
novatv.mk
Last fetched
novatv.mk resolves to 2 IPv4 addresses operated by AS142594 in GB. WHOIS lists registrar:unet-reg as the registrar.
Nutrition Label
Resolution chain
novatv.mk 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 |
|---|---|---|---|---|
| 103.170.154.80 | 103.170.154.0/24 | AS142594 | — | GB |
| 185.111.111.155 | 185.111.111.0/24 | AS212238 | — | DE |
WHOIS identity
- Registrar
- registrar:unet-reg
- Organization
- —
- Contact emails
- —
Subdomains
8 observed subdomains of novatv.mk.
Web-graph footprint
Distinct hostnames that link to or from novatv.mk in the public web crawl.
217 sites link to this hostname.
238 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- novatv.mk
SPF policy
5 SPF mechanisms authorising senders for novatv.mk.
| Mechanism | Target |
|---|---|
| SPF_A | novatv.mk |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spf-record.net |
| SPF_IP | 103.170.154.80 |
| SPF_MX | novatv.mk |
Related pages
Pivot deeper into the graph from novatv.mk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "novatv.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.