Hostname
designinclusive.com
Last fetched
designinclusive.com resolves to 1 IPv4 address operated by AS31229 in PL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
designinclusive.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 |
|---|---|---|---|---|
| 2.57.137.2 | 2.57.136.0/22 | AS31229 | — | PL |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of designinclusive.com.
| Subdomain |
|---|
| patterns.designinclusive.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for designinclusive.com.
| Mechanism | Target |
|---|---|
| SPF_A | designinclusive.com |
| SPF_IP | 176.119.44.0/23 |
| SPF_IP | 91.230.200.48/28 |
| SPF_IP | 91.230.201.48/28 |
| SPF_IP | 91.230.202.48/28 |
| SPF_IP | 91.230.203.48/28 |
| SPF_IP | 91.230.204.48/28 |
| SPF_IP | 91.230.205.48/28 |
| SPF_MX | designinclusive.com |
Related pages
Pivot deeper into the graph from designinclusive.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "designinclusive.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.