Hostname
asc.captiveaudiencedemo.com
Last fetched
asc.captiveaudiencedemo.com resolves to 1 IPv4 address operated by COLOSOLUTIONS - Colo Solutions in US.
Nutrition Label
Resolution chain
asc.captiveaudiencedemo.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 |
|---|---|---|---|---|
| 144.208.108.136 | 144.208.108.0/24 | AS16557 | COLOSOLUTIONS - Colo Solutions | US |
WHOIS identity
No WHOIS records are currently associated with asc.captiveaudiencedemo.com in WhisperGraph.
Subdomains
1 observed subdomain of asc.captiveaudiencedemo.com.
| Subdomain |
|---|
| www.asc.captiveaudiencedemo.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for asc.captiveaudiencedemo.com.
| Mechanism | Target |
|---|---|
| SPF_A | asc.captiveaudiencedemo.com |
| SPF_INCLUDE | relays.webhost-mail.com |
| SPF_IP | 144.208.108.135 |
| SPF_IP | 198.57.247.214 |
| SPF_MX | asc.captiveaudiencedemo.com |
Related pages
Pivot deeper into the graph from asc.captiveaudiencedemo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "asc.captiveaudiencedemo.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.