Hostname
web2go.hu
Last fetched
web2go.hu resolves to 1 IPv4 address operated by AS47381 in HU.
Nutrition Label
Resolution chain
web2go.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 |
|---|---|---|---|---|
| 188.227.230.223 | 188.227.230.0/24 | AS47381 | — | HU |
WHOIS identity
No WHOIS records are currently associated with web2go.hu in WhisperGraph.
Subdomains
19 observed subdomains of web2go.hu.
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for web2go.hu.
| Mechanism | Target |
|---|---|
| SPF_A | web2go.hu |
| SPF_IP | 188.227.230.222 |
| SPF_IP | 188.227.230.223 |
| SPF_IP | 2001:950:1:6:0:1065:1:10 |
| SPF_IP | 2001:950:1:6:0:1065:1:20 |
| SPF_IP | 207.180.218.149 |
| SPF_IP | 2a02:c205:2020:7934:0:0:0:1 |
| SPF_IP | 2a02:c207:2022:1754:0:0:0:1 |
| SPF_IP | 79.143.177.82 |
| SPF_IP | 81.2.243.124 |
| SPF_MX | web2go.hu |
Related pages
Pivot deeper into the graph from web2go.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "web2go.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.