Hostname
askbisdesigns.com
Last fetched
askbisdesigns.com resolves to 2 IPv4 addresses operated by TP - The Producers, Inc. in US.
Nutrition Label
Resolution chain
askbisdesigns.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 |
|---|---|---|---|---|
| 104.143.9.210 | 104.143.9.0/24 | AS399522 | TP - The Producers, Inc. | US |
| 104.143.9.211 | 104.143.9.0/24 | AS399522 | TP - The Producers, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from askbisdesigns.com in the public web crawl.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for askbisdesigns.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.prontomarketing.com |
| SPF_INCLUDE | authsmtp.com |
| SPF_INCLUDE | infusionmail.com |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_IP | 198.55.244.198 |
| SPF_IP | 209.222.80.0/21 |
| SPF_IP | 69.85.193.0/24 |
| SPF_IP | 69.85.200.0/24 |
| SPF_IP | 8.34.161.204/32 |
Related pages
Pivot deeper into the graph from askbisdesigns.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "askbisdesigns.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.