Hostname
wingate.com
Last fetched
wingate.com resolves to 2 IPv4 addresses operated by AS18400 in NZ. WHOIS lists iana:1068 as the registrar.
Nutrition Label
Resolution chain
wingate.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 |
|---|---|---|---|---|
| 203.171.56.237 | 203.171.32.0/19 | AS18400 | — | NZ |
| 203.171.56.238 | 203.171.32.0/19 | AS18400 | — | NZ |
WHOIS identity
- Registrar
- iana:1068
- Organization
- qbik new zealand
- Contact emails
Subdomains
6 observed subdomains of wingate.com.
Web-graph footprint
Distinct hostnames that link to or from wingate.com in the public web crawl.
162 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for wingate.com.
| Mechanism | Target |
|---|---|
| SPF_MX | wingate.com |
Related pages
Pivot deeper into the graph from wingate.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wingate.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.