Hostname
git.mrezhi.net
Last fetched
git.mrezhi.net resolves to 2 IPv4 addresses operated by MT-AS-OWN bul. Orce Nikolov bb in MK.
Nutrition Label
Resolution chain
git.mrezhi.net 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 |
|---|---|---|---|---|
| 46.217.102.37 | 46.217.96.0/21 | AS6821 | MT-AS-OWN bul. Orce Nikolov bb | MK |
| 77.28.143.159 | 77.28.128.0/18 | AS6821 | MT-AS-OWN bul. Orce Nikolov bb | MK |
WHOIS identity
No WHOIS records are currently associated with git.mrezhi.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from git.mrezhi.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "git.mrezhi.net"})-[: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.