Hostname
menards.com
Last fetched
menards.com resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
menards.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 |
|---|---|---|---|---|
| 199.83.132.109 | 199.83.132.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 199.83.134.109 | 199.83.134.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- ******** ********
- Contact emails
Subdomains
64 observed subdomains of menards.com.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from menards.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for menards.com.
| Mechanism | Target |
|---|---|
| SPF_A | server1.menards.com |
| SPF_A | spam1.menard-inc.com |
| SPF_A | spam2.menard-inc.com |
| SPF_IP | 173.245.131.3/32 |
| SPF_IP | 173.245.131.4/32 |
| SPF_IP | 204.19.20.3/32 |
| SPF_IP | 216.222.184.136/32 |
| SPF_IP | 216.222.190.229/32 |
| SPF_MX | menards.com |
Related pages
Pivot deeper into the graph from menards.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "menards.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.