Hostname
support.azcomputers.cz
Last fetched
support.azcomputers.cz resolves to 3 IPv4 addresses operated by VERCARA - Vercara, LLC in US.
Nutrition Label
Resolution chain
support.azcomputers.cz 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 |
|---|---|---|---|---|
| 156.154.112.39 | 156.154.112.0/24 | AS12008 | VERCARA - Vercara, LLC | US |
| 156.154.113.39 | 156.154.113.0/24 | AS12008 | VERCARA - Vercara, LLC | US |
| 81.95.110.77 | 81.95.96.0/20 | AS25234 | — | CZ |
WHOIS identity
No WHOIS records are currently associated with support.azcomputers.cz in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for support.azcomputers.cz.
| Mechanism | Target |
|---|---|
| SPF_A | support.azcomputers.cz |
| SPF_INCLUDE | _spf.webglobe.cz |
| SPF_INCLUDE | spf.active24.com |
| SPF_MX | support.azcomputers.cz |
| SPF_REDIRECT | _spf.hosting-zdarma.cz |
Related pages
Pivot deeper into the graph from support.azcomputers.cz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "support.azcomputers.cz"})-[: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.