Hostname
simple.hu
Last fetched
simple.hu resolves to 1 IPv4 address operated by MAGYAR-TELEKOM-MAIN-AS Magyar Telekom Nyrt. in HU.
Nutrition Label
Resolution chain
simple.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.249.162.114 | 80.249.160.0/20 | AS5483 | MAGYAR-TELEKOM-MAIN-AS Magyar Telekom Nyrt. | HU |
WHOIS identity
No WHOIS records are currently associated with simple.hu in WhisperGraph.
Subdomains
15 observed subdomains of simple.hu.
Web-graph footprint
Distinct hostnames that link to or from simple.hu in the public web crawl.
291 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for simple.hu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.simple_hu._d.easydmarc.pro |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendgrid.otpmobil.com |
| SPF_IP | 149.72.188.235 |
| SPF_IP | 195.228.112.100 |
| SPF_IP | 195.56.187.24/29 |
| SPF_IP | 81.0.104.86 |
| SPF_IP | 84.2.229.144/28 |
Related pages
Pivot deeper into the graph from simple.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simple.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.