Hostname
gpz.mk
Last fetched
gpz.mk resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
gpz.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 |
|---|---|---|---|---|
| 3.125.36.175 | 3.124.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with gpz.mk in WhisperGraph.
Subdomains
7 observed subdomains of gpz.mk.
Showing 4 of 7. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for gpz.mk.
| Mechanism | Target |
|---|---|
| SPF_A | gpz.mk |
| SPF_INCLUDE | server29.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_INCLUDE | zebra.spf.superhosting.bg |
| SPF_IP | 185.80.2.71 |
| SPF_IP | 185.80.3.71 |
| SPF_IP | 193.107.36.123 |
| SPF_IP | 193.107.36.124 |
| SPF_MX | gpz.mk |
Related pages
Pivot deeper into the graph from gpz.mk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gpz.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.