Hostname
wbcdesigns.com
Last fetched
wbcdesigns.com resolves to 2 IPv4 addresses operated by CDN77 _ in US. WHOIS lists iana:938 as the registrar.
Nutrition Label
Resolution chain
wbcdesigns.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 |
|---|---|---|---|---|
| 169.150.236.100 | 169.150.236.0/24 | AS60068 | CDN77 _ | US |
| 79.127.243.187 | 79.127.242.0/23 | AS60068 | CDN77 _ | US |
WHOIS identity
- Registrar
- iana:938
- Organization
- domain admin
- Contact emails
Subdomains
9 observed subdomains of wbcdesigns.com.
Web-graph footprint
Distinct hostnames that link to or from wbcdesigns.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for wbcdesigns.com.
| Mechanism | Target |
|---|---|
| SPF_A | spf.dubsado.com |
| SPF_IP | 142.44.187.134 |
| SPF_IP | 149.56.240.100 |
| SPF_IP | 173.209.55.166 |
| SPF_IP | 67.215.1.206 |
| SPF_IP | 72.10.160.227 |
| SPF_MX | wbcdesigns.com |
Related pages
Pivot deeper into the graph from wbcdesigns.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wbcdesigns.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.