Hostname
paymentgateway.hu
Last fetched
paymentgateway.hu resolves to 1 IPv4 address operated by AS62214 in HU.
Nutrition Label
Resolution chain
paymentgateway.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 |
|---|---|---|---|---|
| 92.119.123.27 | 92.119.120.0/22 | AS62214 | — | HU |
WHOIS identity
No WHOIS records are currently associated with paymentgateway.hu in WhisperGraph.
Subdomains
19 observed subdomains of paymentgateway.hu.
Web-graph footprint
Distinct hostnames that link to or from paymentgateway.hu in the public web crawl.
243 sites link to this hostname.
1 site 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 paymentgateway.hu.
| Mechanism | Target |
|---|---|
| SPF_A | paymentgateway.hu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_IP | 185.80.50.40 |
| SPF_IP | 194.180.12.43 |
| SPF_IP | 79.139.61.237 |
| SPF_IP | 92.119.120.119 |
| SPF_IP | 92.119.123.27 |
| SPF_MX | paymentgateway.hu |
Related pages
Pivot deeper into the graph from paymentgateway.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "paymentgateway.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.