Skip to content

Hostname

a1.mk

Last fetched

a1.mk resolves to 1 IPv4 address operated by VIPNET-AS Internet Service Provider in HR.

Nutrition Label

WHISPER CANON · a1.mkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/a1.mk

Resolution chain

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

IPPrefixASNOperatorCountry
212.15.182.153212.15.160.0/19AS12810VIPNET-AS Internet Service ProviderHR

WHOIS identity

No WHOIS records are currently associated with a1.mk in WhisperGraph.

Subdomains

36 observed subdomains of a1.mk.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for a1.mk.

MechanismTarget
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf1.a1.hr
SPF_INCLUDEspf2.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 20

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