Hostname
simplepay.hu
Last fetched
simplepay.hu resolves to 2 IPv4 addresses operated by TARHELY in HU.
Nutrition Label
Resolution chain
simplepay.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 |
|---|---|---|---|---|
| 185.208.224.153 | 185.208.224.0/22 | AS43359 | TARHELY | HU |
| 185.51.191.45 | 185.51.188.0/22 | AS43359 | TARHELY | HU |
WHOIS identity
No WHOIS records are currently associated with simplepay.hu in WhisperGraph.
Subdomains
17 observed subdomains of simplepay.hu.
Showing 14 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from simplepay.hu in the public web crawl.
1,991 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for simplepay.hu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.simplepay_hu._d.easydmarc.pro |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendgrid.otpmobil.com |
| SPF_IP | 195.228.112.0/24 |
| SPF_IP | 195.56.187.24/29 |
| SPF_IP | 84.2.229.150 |
| SPF_IP | 94.199.53.96 |
Related pages
Pivot deeper into the graph from simplepay.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "simplepay.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.