Hostname
utazom.com
Last fetched
utazom.com resolves to 3 IPv4 addresses operated by AS206892 in HU. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
utazom.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.161.74.122 | 185.161.72.0/22 | AS206892 | — | HU |
| 188.114.96.3 | 188.114.96.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 188.114.97.3 | 188.114.97.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:269
- Organization
- utazom.com kft.
- Contact emails
Subdomains
26 observed subdomains of utazom.com.
Showing 19 of 26. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from utazom.com in the public web crawl.
181 sites link to this hostname.
106 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for utazom.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp.axpnet.com |
| SPF_A | smtp.utazom.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.smtp1.ri.hu |
| SPF_IP | 185.199.29.54 |
| SPF_IP | 88.151.98.0/24 |
Related pages
Pivot deeper into the graph from utazom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "utazom.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.