Hostname
grx.hu
Last fetched
grx.hu resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
grx.hu 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 |
|---|---|---|---|---|
| 5.9.65.82 | 5.9.0.0/16 | AS24940 | — | DE |
| 82.150.46.121 | 82.150.32.0/19 | AS8990 | — | HU |
WHOIS identity
No WHOIS records are currently associated with grx.hu in WhisperGraph.
Subdomains
4 observed subdomains of grx.hu.
Web-graph footprint
Distinct hostnames that link to or from grx.hu in the public web crawl.
29 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for grx.hu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 212.92.23.149/32 |
| SPF_IP | 87.229.55.10/32 |
| SPF_IP | 87.229.55.149 |
| SPF_MX | grx.hu |
Related pages
Pivot deeper into the graph from grx.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "grx.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.