Hostname
wingcoenterprise.com
Last fetched
wingcoenterprise.com resolves to 2 IPv4 addresses operated by AS17971 in MY. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
wingcoenterprise.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 |
|---|---|---|---|---|
| 112.137.163.244 | 112.137.163.0/24 | AS17971 | — | MY |
| 103.217.93.131 | 103.217.93.0/24 | AS132111 | — | MY |
WHOIS identity
- Registrar
- iana:82
- Organization
- naxlevel network sdn. bhd.
- Contact emails
Subdomains
2 observed subdomains of wingcoenterprise.com.
Web-graph footprint
Distinct hostnames that link to or from wingcoenterprise.com in the public web crawl.
86 sites link to this hostname.
146 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for wingcoenterprise.com.
| Mechanism | Target |
|---|---|
| SPF_A | wingcoenterprise.com |
| SPF_INCLUDE | spf.mysecurewebserver.com |
| SPF_MX | mail.wingcoenterprise.com |
| SPF_MX | wingcoenterprise.com |
Related pages
Pivot deeper into the graph from wingcoenterprise.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wingcoenterprise.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.