Hostname
mohu.hu
Last fetched
mohu.hu resolves to 1 IPv4 address operated by SERVERGARDEN-AS - Servergarden Kft. in HU.
Nutrition Label
Resolution chain
mohu.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 |
|---|---|---|---|---|
| 80.77.113.233 | 80.77.112.0/23 | AS47381 | SERVERGARDEN-AS - Servergarden Kft. | HU |
WHOIS identity
No WHOIS records are currently associated with mohu.hu in WhisperGraph.
Subdomains
32 observed subdomains of mohu.hu.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mohu.hu in the public web crawl.
458 sites link to this hostname.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for mohu.hu.
| Mechanism | Target |
|---|---|
| SPF_A | mohu.hu |
| SPF_INCLUDE | _spf.fireeyecloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 171.31.0.121/32 |
| SPF_IP | 171.31.0.122/32 |
| SPF_IP | 185.51.65.235/32 |
| SPF_IP | 80.77.113.145 |
| SPF_IP | 80.77.113.68/32 |
| SPF_MX | mohu.hu |
Related pages
Pivot deeper into the graph from mohu.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mohu.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.