Hostname
hager.hu
Last fetched
hager.hu resolves to 1 IPv4 address operated by AS12941 in DE.
Nutrition Label
Resolution chain
hager.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 |
|---|---|---|---|---|
| 213.135.13.197 | 213.135.0.0/19 | AS12941 | — | DE |
WHOIS identity
No WHOIS records are currently associated with hager.hu in WhisperGraph.
Subdomains
3 observed subdomains of hager.hu.
Web-graph footprint
Distinct hostnames that link to or from hager.hu in the public web crawl.
9 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for hager.hu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.154.152.161 |
| SPF_IP | 185.43.205.79 |
| SPF_IP | 195.154.45.15 |
| SPF_IP | 2001:950:1:6:0:1138:1:1 |
| SPF_IP | 2a03:f80:ed15:149:154:152:161:1 |
| SPF_IP | 5.159.233.15 |
| SPF_MX | hager.hu |
Related pages
Pivot deeper into the graph from hager.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hager.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.