Hostname
minner.hu
Last fetched
minner.hu resolves to 1 IPv4 address operated by AS43359 in HU.
Nutrition Label
Resolution chain
minner.hu 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 |
|---|---|---|---|---|
| 185.51.189.54 | 185.51.188.0/22 | AS43359 | — | HU |
WHOIS identity
No WHOIS records are currently associated with minner.hu in WhisperGraph.
Subdomains
23 observed subdomains of minner.hu.
Showing 19 of 23. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from minner.hu in the public web crawl.
191 sites link to this hostname.
2,270 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for minner.hu.
| Mechanism | Target |
|---|---|
| SPF_A | minner.hu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | mail.cp40.ezit.hu |
| SPF_IP | 185.111.89.170 |
| SPF_IP | 185.51.189.54 |
| SPF_IP | 193.32.232.129 |
| SPF_IP | 87.229.70.231 |
| SPF_MX | minner.hu |
Related pages
Pivot deeper into the graph from minner.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "minner.hu"})-[: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.