Hostname
a1.mk
Last fetched
a1.mk resolves to 1 IPv4 address operated by VIPNET-AS Internet Service Provider in HR.
Nutrition Label
Resolution chain
a1.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 |
|---|---|---|---|---|
| 212.15.182.153 | 212.15.160.0/19 | AS12810 | VIPNET-AS Internet Service Provider | HR |
WHOIS identity
No WHOIS records are currently associated with a1.mk in WhisperGraph.
Subdomains
36 observed subdomains of a1.mk.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from a1.mk in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for a1.mk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf1.a1.hr |
| SPF_INCLUDE | spf2.a1.hr |
Related pages
Pivot deeper into the graph from a1.mk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "a1.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.