Hostname
eu.mk
Last fetched
eu.mk resolves to 1 IPv4 address operated by AS51167 in IN.
Nutrition Label
Resolution chain
eu.mk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.171.160.165 | 62.171.160.0/23 | AS51167 | — | IN |
WHOIS identity
No WHOIS records are currently associated with eu.mk in WhisperGraph.
Subdomains
462 observed subdomains of eu.mk.
Showing 25 of 462. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eu.mk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- eu.mk
SPF policy
6 SPF mechanisms authorising senders for eu.mk.
| Mechanism | Target |
|---|---|
| SPF_A | eu.mk |
| SPF_A | ns1.acvilla.net |
| SPF_INCLUDE | blackrider.acvilla.net |
| SPF_IP | 213.136.74.126 |
| SPF_IP | 95.111.253.228 |
| SPF_MX | eu.mk |
Related pages
Pivot deeper into the graph from eu.mk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eu.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.