Hostname
openaudience.com
Last fetched
openaudience.com resolves to 1 IPv4 address operated by AS42831 in GB. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
openaudience.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 |
|---|---|---|---|---|
| 91.224.108.60 | 91.224.108.0/24 | AS42831 | — | GB |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of openaudience.com.
Web-graph footprint
Distinct hostnames that link to or from openaudience.com in the public web crawl.
12 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for openaudience.com.
| Mechanism | Target |
|---|---|
| SPF_A | openaudience.com |
| SPF_INCLUDE | eventsairmail.com |
| SPF_INCLUDE | mail.eventsairmail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 149.72.116.19/32 |
| SPF_IP | 149.72.117.225/32 |
| SPF_IP | 149.72.119.192/32 |
| SPF_IP | 149.72.119.197/32 |
| SPF_IP | 149.72.119.199/32 |
| SPF_IP | 149.72.119.210/32 |
| SPF_IP | 149.72.147.106/32 |
| SPF_IP | 149.72.148.50/32 |
| SPF_IP | 149.72.155.21/32 |
| SPF_IP | 149.72.160.121/32 |
| SPF_IP | 149.72.166.148/32 |
| SPF_IP | 159.183.181.113/32 |
| SPF_IP | 167.89.43.190/32 |
| SPF_MX | openaudience.com |
Related pages
Pivot deeper into the graph from openaudience.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "openaudience.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.