Hostname
kapolyi.com
Last fetched
kapolyi.com resolves to 2 IPv4 addresses operated by AS51275 in HU. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
kapolyi.com 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 |
|---|---|---|---|---|
| 193.23.139.22 | 193.23.139.0/24 | AS51275 | — | HU |
| 79.172.249.130 | 79.172.249.0/24 | AS62449 | — | HU |
WHOIS identity
- Registrar
- iana:82
- Organization
- kapolyi ugyvedi iroda
- Contact emails
Subdomains
2 observed subdomains of kapolyi.com.
| Subdomain |
|---|
| mail.kapolyi.com |
| www.kapolyi.com |
Web-graph footprint
Distinct hostnames that link to or from kapolyi.com in the public web crawl.
29 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for kapolyi.com.
| Mechanism | Target |
|---|---|
| SPF_A | kapolyi.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | kapolyi.com |
Related pages
Pivot deeper into the graph from kapolyi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kapolyi.com"})-[: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.