Hostname
wewalk.com
Last fetched
wewalk.com resolves to 2 IPv4 addresses operated by AS16276 in CH. WHOIS lists iana:600 as the registrar.
Nutrition Label
Resolution chain
wewalk.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 |
|---|---|---|---|---|
| 141.227.158.131 | 141.227.158.0/24 | AS16276 | — | CH |
| 216.238.71.13 | 216.238.68.0/22 | AS20473 | AS-VULTR - The Constant Company, LLC | MX |
WHOIS identity
- Registrar
- iana:600
- Organization
- jamie davies
- Contact emails
Subdomains
46 observed subdomains of wewalk.com.
Showing 22 of 46. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wewalk.com in the public web crawl.
23 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for wewalk.com.
| Mechanism | Target |
|---|---|
| SPF_A | wewalk.com |
| SPF_INCLUDE | _spf.namehero.net |
| SPF_IP | 165.140.70.70 |
| SPF_MX | wewalk.com |
Related pages
Pivot deeper into the graph from wewalk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wewalk.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.