Hostname
wmt.com
Last fetched
wmt.com resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
wmt.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.119.16.26 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- iana:299
- Organization
- ******** ******** (see notes section below on how to view unmasked data)
- Contact emails
Subdomains
85 observed subdomains of wmt.com.
Showing 25 of 85. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wmt.com in the public web crawl.
30 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for wmt.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.148.0.65 |
| SPF_IP | 208.185.229.45/32 |
| SPF_IP | 209.10.147.13 |
| SPF_IP | 209.10.147.14 |
| SPF_IP | 209.177.164.2/32 |
| SPF_IP | 209.208.229.140 |
| SPF_IP | 209.208.229.203 |
| SPF_IP | 212.189.6.162 |
| SPF_IP | 212.189.6.168 |
| SPF_IP | 23.21.201.230/32 |
| SPF_IP | 54.163.159.219 |
| SPF_IP | 70.42.227.151/32 |
| SPF_MX | wmt.com |
Related pages
Pivot deeper into the graph from wmt.com.
- IP · 20.119.16.26
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Registrar · iana:299
- Country · US
- Email · ********@*****.***
- TLD · .com
- Browse hostnames · wm…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wmt.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.