Hostname
globecast.com
Last fetched
globecast.com resolves to 2 IPv4 addresses operated by QOSL-AS-AP Qovic Online Solutions LLP in GB. WHOIS lists iana:14 as the registrar.
Nutrition Label
Resolution chain
globecast.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 |
|---|---|---|---|---|
| 34.89.41.246 | 34.89.32.0/20 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | GB |
| 193.252.150.47 | 193.252.150.0/24 | AS25113 | GLOBECAST | FR |
WHOIS identity
- Registrar
- iana:14
- Organization
- elizabeth mawrie
- Contact emails
Subdomains
51 observed subdomains of globecast.com.
Showing 25 of 51. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from globecast.com in the public web crawl.
144 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for globecast.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | spfa.globecast.com |
| SPF_INCLUDE | spfb.globecast.com |
| SPF_INCLUDE | spffed-ip.orange.com |
Related pages
Pivot deeper into the graph from globecast.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "globecast.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.